intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-23 07:10:36 to 2023-09-26 20:20:51 UTC [more...]

[Intel-gfx] [PATCH 1/4] drm/i915/gvt: remove unused to_gvt() and reduce includes
 2023-09-26 20:20 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/gvt: don't include gvt.h from intel_gvt_mmio_table.h
` [Intel-gfx] [PATCH 3/4] drm/i915/gvt: move struct engine_mmio to mmio_context.c
` [Intel-gfx] [PATCH 4/4] drm/i915/gvt: move structs intel_gvt_irq_info and intel_gvt_irq_map to interrupt.c
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915/gvt: remove unused to_gvt() and reduce includes

[Intel-gfx] [PATCH] drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval
 2023-09-26 19:55 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Add missing CCS documentation
 2023-09-26 19:23 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Add missing GSCCS documentation
    ` [Intel-gfx] [PATCH] "

[Intel-gfx] [PATCH] drm/i915/mtl: Skip MCR ops for ring fault register
 2023-09-26 19:17 UTC  (3+ messages)

[Intel-gfx] [v3] drm/i915/display: Created exclusive version of vga decode setup
 2023-09-26 19:20 UTC 

[Intel-gfx] [PATCH v2] drm/i915: Do not disable preemption for resets
 2023-09-26 19:09 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Do not disable preemption for resets (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v4 0/3] Resolve suspend-resume racing with GuC destroy-context-worker
 2023-09-26 19:05 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 1/3] drm/i915/guc: Flush context destruction worker at suspend
` [Intel-gfx] [PATCH v4 2/3] drm/i915/guc: Close deregister-context race against CT-loss
` [Intel-gfx] [PATCH v4 3/3] drm/i915/gt: Timeout when waiting for idle in suspending

[Intel-gfx] [v2] drm/i915/display: Add a wrapper function for vga decode setup
 2023-09-26 18:58 UTC  (8+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Add a wrapper function for vga decode setup (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH v4] drm/i915/gem: Make i915_gem_shrinker multi-gt aware
 2023-09-26 18:39 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gem: Make i915_gem_shrinker multi-gt aware (rev4)

[Intel-gfx] [PATCH v3 0/3] Resolve suspend-resume racing with GuC destroy-context-worker
 2023-09-26 18:21 UTC  (7+ messages)
` [Intel-gfx] [PATCH v3 2/3] drm/i915/guc: Close deregister-context race against CT-loss

[Intel-gfx] [PATCH 0/6] drm/edid: split out drm_eld.[ch], add some SAD helpers
 2023-09-26 18:13 UTC  (15+ messages)
` [Intel-gfx] [PATCH 1/6] drm/edid: split out drm_eld.h from drm_edid.h
` [Intel-gfx] [PATCH 2/6] drm/eld: replace uint8_t with u8
` [Intel-gfx] [PATCH 3/6] drm/edid: include drm_eld.h only where required
` [Intel-gfx] [PATCH 4/6] drm/edid: use a temp variable for sads to drop one level of dereferences
` [Intel-gfx] [PATCH 5/6] drm/edid: add helpers to get/set struct cea_sad from/to 3-byte sad
` [Intel-gfx] [PATCH 6/6] drm/eld: add helpers to modify the SADs of an ELD

[Intel-gfx] [RFC 0/3] drm/i915: split display from drm_i915_private and i915_drv.h
 2023-09-26 17:15 UTC  (4+ messages)
` [Intel-gfx] [RFC 1/3] drm/i915: rough ideas for further separating display code from the rest
` [Intel-gfx] [RFC 2/3] drm/i915/hdmi: drafting what struct intel_display usage would look like
` [Intel-gfx] [RFC 3/3] drm/i915: draft what feature test macros "

[Intel-gfx] [PATCH] drm/i915: Remove the module parameter 'fastboot'
 2023-09-26 16:48 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 0/7] Update GGTT with MI_UPDATE_GTT on MTL
 2023-09-26 16:13 UTC  (11+ messages)
` [Intel-gfx] [PATCH v2 1/7] drm/i915: Lift runtime-pm acquire callbacks out of intel_wakeref.mutex
` [Intel-gfx] [PATCH v3 2/7] drm/i915: Create a kernel context for GGTT updates
` [Intel-gfx] [PATCH 3/7] drm/i915: Implement for_each_sgt_daddr_next
` [Intel-gfx] [PATCH 4/7] drm/i915: Parameterize binder context creation
` [Intel-gfx] [PATCH v2 5/7] drm/i915: Implement GGTT update method with MI_UPDATE_GTT
` [Intel-gfx] [PATCH v2 6/7] drm/i915: Toggle binder context ready status
` [Intel-gfx] [PATCH 7/7] drm/i915: Enable GGTT updates with binder in MTL
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Update GGTT with MI_UPDATE_GTT on MTL (rev10)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 0/8] Add DSC fractional bpp support
 2023-09-26 15:44 UTC  (13+ messages)
` [Intel-gfx] [PATCH 1/8] drm/display/dp: Add helper function to get DSC bpp precision
` [Intel-gfx] [PATCH 2/8] drm/i915/display: Store compressed bpp in U6.4 format
` [Intel-gfx] [PATCH 3/8] drm/i915/display: Consider fractional vdsc bpp while computing m_n values
` [Intel-gfx] [PATCH 4/8] drm/i915/audio : Consider fractional vdsc bpp while computing tu_data
` [Intel-gfx] [PATCH 5/8] drm/i915/dsc/mtl: Add support for fractional bpp
` [Intel-gfx] [PATCH 6/8] drm/i915/dp: Iterate over output bpp with fractional step size
` [Intel-gfx] [PATCH 7/8] drm/i915/dsc: Add debugfs entry to validate DSC fractional bpp
` [Intel-gfx] [PATCH 8/8] drm/i915/dsc: Allow DSC only with fractional bpp when forced from debugfs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add DSC fractional bpp support (rev8)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v7 0/6] fdinfo memory stats
 2023-09-26 15:42 UTC  (5+ messages)
` [Intel-gfx] [PATCH 5/6] drm/i915: Add stable memory region names
` [Intel-gfx] ✗ Fi.CI.IGT: failure for fdinfo memory stats (rev8)

[Intel-gfx] [RESEND PATCH v2 0/2] drm: Refactor plane size calculation by core helper functions
 2023-09-26 14:46 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 1/2] drm: Remove plane hsub/vsub alignment requirement for core helpers
` [Intel-gfx] [PATCH v2 2/2] drm: Replace drm_framebuffer plane size functions with its equivalents

[Intel-gfx] [PATCH] drm/i915: Add missing CCS documentation
 2023-09-26 14:40 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Add missing CCS documentation
 2023-09-26 14:20 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Add missing CCS documentation. (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [bug report] drm/i915/hdmi: Use connector->ddc everwhere
 2023-09-26 14:08 UTC 

[Intel-gfx] [PATCH] i915/guc: Get runtime pm in busyness worker only if already active
 2023-09-26 13:33 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for i915/guc: Get runtime pm in busyness worker only if already active (rev3)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] linux-next: build warning after merge of the drm-misc tree
 2023-09-26 10:56 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Remove unnecessary memory quiescing for aux inval
 2023-09-26 10:51 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Remove unnecessary memory quiescing for aux inval (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Do not disable preemption for resets
 2023-09-26 10:03 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Do not disable preemption for resets (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/cx0: prefer forward declarations over includes
 2023-09-26  9:55 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] debugobjects: stop accessing objects after releasing spinlock
 2023-09-26  9:50 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for debugobjects: stop accessing objects after releasing spinlock (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/dp: refactor aux_ch_name()
 2023-09-26  9:38 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/dp: refactor aux_ch_name() (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dp: refactor aux_ch_name() (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/dsb: DSB code refactoring
 2023-09-26  9:34 UTC  (4+ messages)

[Intel-gfx] [PATCH v3] drm/i915/gem: Make i915_gem_shrinker multi-gt aware
 2023-09-26  9:24 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gem: Make i915_gem_shrinker multi-gt aware (rev3)

[Intel-gfx] [PATCH] drm/i915/gt: Add error handling in intel_timeline_pin()
 2023-09-26  5:43 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Add error handling in intel_timeline_pin() (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3 00/25] drm/i915: Improve BW management on shared display links
 2023-09-25  8:00 UTC  (9+ messages)
` [Intel-gfx] [PATCH v3 19/25] drm/i915/dp_mst: Program the DSC PPS SDP for each stream
` [Intel-gfx] [PATCH v3 20/25] drm/i915/dp: Make sure the DSC PPS SDP is disabled whenever DSC is disabled
` [Intel-gfx] [PATCH v3 23/25] drm/i915/dp_mst: Allow DSC only for sink ports of the first branch device
` [Intel-gfx] [PATCH v3 25/25] drm/i915/dp_mst: Check BW limitations only after all streams are computed

[Intel-gfx] [PATCH v13 1/2] drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123
 2023-09-26  4:25 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gem: Allow users to disable waitboost
 2023-09-26  2:58 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/7] drm/i915: Convert fbdev to DRM client
 2023-09-26  2:37 UTC  (16+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915: Unregister in-kernel clients
` [Intel-gfx] [PATCH 2/7] drm/client: Do not acquire module reference
` [Intel-gfx] [PATCH 3/7] drm/client: Export drm_client_dev_unregister()
` [Intel-gfx] [PATCH 4/7] drm/i915: Move fbdev functions
` [Intel-gfx] [PATCH 5/7] drm/i915: Initialize fbdev DRM client with callback functions
` [Intel-gfx] [PATCH 6/7] drm/i915: Implement fbdev client callbacks
` [Intel-gfx] [PATCH 7/7] drm/i915: Implement fbdev emulation as in-kernel client
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Convert fbdev to DRM client (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Convert fbdev to DRM client (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC/CI] prime_vgem: Add mmap forwarding tests
 2023-09-25 23:51 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH 0/9] drm: Annotate structs with __counted_by
 2023-09-25 17:56 UTC  (18+ messages)
` [Intel-gfx] [PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table "
` [Intel-gfx] [PATCH 3/9] drm/i915/selftests: Annotate struct perf_series "
` [Intel-gfx] [PATCH 5/9] drm/nouveau/pm: Annotate struct nvkm_perfdom "
` [Intel-gfx] [PATCH 7/9] drm/virtio: Annotate struct virtio_gpu_object_array "
` [Intel-gfx] [PATCH 8/9] drm/vmwgfx: Annotate struct vmw_surface_dirty "

[Intel-gfx] [PATCH v5] drm/i915: Add Wa_18028616096
 2023-09-25 16:25 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Add Wa_18028616096 (rev5)

[Intel-gfx] [PATCH] drm/i915/gem: Make i915_gem_shrinker multi-gt aware
 2023-09-25 15:24 UTC  (4+ messages)

[Intel-gfx] ERR_PTR(0) in a couple of places
 2023-09-25 15:09 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Zap some empty lines
 2023-09-25 14:58 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/guc: Suppress 'ignoring reset notification' message
 2023-09-25 14:23 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gem: remove inlines from i915_gem_execbuffer.c
 2023-09-25 14:19 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gem: Make i915_gem_shrinker multi-gt aware
 2023-09-25 13:32 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [RFC] drm/i915: Allow dmabuf mmap forwarding
 2023-09-25 13:16 UTC 

[Intel-gfx] [PATCH] debugobjects: stop accessing objects after releasing spinlock
 2023-09-25 13:15 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH v5 0/2] fbc on any planes
 2023-09-25 13:01 UTC  (3+ messages)
` [Intel-gfx] [Intel-xe] "

[Intel-gfx] [PATCH 0/2] drm/i915: fix rb-tree/llist/list confusion
 2023-09-21  6:24 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Add error handling in intel_timeline_pin()
 2023-09-25 12:26 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/3] Engine busyness v2
 2023-09-25  8:40 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/mtl: Add a PMU counter for total active ticks
` [Intel-gfx] [PATCH 3/3] drm/i915/mtl: Add counters for engine busyness ticks
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Engine busyness v2

[Intel-gfx] [PATCH v2 00/22] drm/i915: Improve BW management on shared display links
 2023-09-25  7:46 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 22/22] drm/i915/dp_mst: Check BW limitations only after all streams are computed

[Intel-gfx] [PATCH v3 24/25] drm/i915/dp_mst: Improve BW sharing between MST streams
 2023-09-25  7:42 UTC  (3+ messages)
` [Intel-gfx] [PATCH v5 "

[Intel-gfx] [PATCH] drm/i915/display: Add a wrapper function for vga decode setup
 2023-09-25  6:47 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] linux-next: manual merge of the drm-misc tree with Linus' tree
 2023-09-25  1:41 UTC 

[Intel-gfx] [PATCH v12 0/4] Apply Wa_16018031267 / Wa_16018063123
 2023-09-24  8:56 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Apply Wa_16018031267 / Wa_16018063123 (rev3)

[Intel-gfx] [PATCH v2] drm/i915/irq: Clear GFX_MSTR_IRQ as part of IRQ reset
 2023-09-24  5:50 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/irq: Clear GFX_MSTR_IRQ as part of IRQ reset (rev4)

[Intel-gfx] [drm-tip:drm-tip 4/6] arch/x86/include/asm/string_32.h:195:29: warning: '__builtin_memset' writing 16 bytes into a region of size 0 overflows the destination
 2023-09-24  0:05 UTC 

[Intel-gfx] [PATCH v2] drm/i915/uapi: Enable L3 Bank Count Querying
 2023-09-23 23:36 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/uapi: Enable L3 Bank Count Querying (rev2)

[Intel-gfx] [PATCH 00/11] drm/i915: Improve BW management on FDI links
 2023-09-23  7:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).