Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-01 12:37:29 to 2025-10-07 10:06:28 UTC [more...]

[PATCH v2] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-07 10:06 UTC  (5+ messages)
` ✗ i915.CI.BAT: failure for drm/client: Remove holds_console_lock parameter from suspend/resume (rev2)

[PATCH] drm/i915: Fix conversion between clock interval and ns
 2025-10-07 10:00 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v2 1/2] drm/i915/alpm: Compute ALPM parameters into crtc_state->alpm_state
 2025-10-07  9:31 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915/alpm: Remove parameters suffix from intel_dp->alpm_parameters

[PATCH i-g-t 0/3] Resolve timing issues in gem_eio stress subtests
 2025-10-07  9:31 UTC  (7+ messages)
` [PATCH i-g-t 1/3] tests/gem_eio: Adjust for long reset-resume cycle on Gen12+
` [PATCH i-g-t 3/3] tests/gem_eio: Iterate over physical rings in stress subtests

[PATCH v2 0/7] drm/i915/wm: some clean-ups and a bit of refactoring
 2025-10-07  8:26 UTC  (10+ messages)
` [PATCH v2 1/7] drm/i915/wm: clarify watermark ops with comments
` [PATCH v2 2/7] drm/i915/wm: move intel_sagv_init() to avoid forward declaration
` [PATCH v2 3/7] drm/i915/wm: remove stale FIXME in skl_needs_memory_bw_wa()
` [PATCH v2 4/7] drm/i915/wm: convert x/y-tiling bools to an enum
` [PATCH v2 5/7] drm/i915/wm: convert tiling mode check in slk_compute_plane_wm() to a switch-case
` [PATCH v2 6/7] drm/i915/wm: move method selection and calculation to a separate function
` [PATCH v2 7/7] drm/i915/wm: reduce size of y_min_scanlines to u8

[PATCH 00/16] Optimize vrr.guardband and fix LRR
 2025-10-07  6:33 UTC  (25+ messages)
` [PATCH 01/16] drm/i915/vrr: Use crtc_vsync_start/end for computing vrr.vsync_start/end
` [PATCH 02/16] drm/i915/skl_watermark: Fix the scaling factor for chroma subsampling
` [PATCH 03/16] drm/i915/skl_watermark: Pass linetime as argument to latency helpers
` [PATCH 04/16] drm/i915/skl_scaler: Introduce helper for chroma downscale factor
` [PATCH 05/16] drm/i915/display: Extract helpers to set dsc/scaler prefill latencies
` [PATCH 06/16] drm/i915/dp: Add SDP latency computation helper
` [PATCH 07/16] drm/i915/alpm: Add function to compute max link-wake latency
` [PATCH 08/16] drm/i915/display: Add guardband check for feature latencies
` [PATCH 09/16] drm/i915/skl_watermark: Remove redundant latency checks from vblank validation
` [PATCH 10/16] drm/i915/vrr: s/intel_vrr_compute_config_late/intel_vrr_compute_guardband
` [PATCH 11/16] drm/i915/vblank: Add helper to get correct vblank length
` [PATCH 12/16] drm/i915/vrr: Recompute vblank_start for platforms with always-on VRR TG
` [PATCH 13/16] drm/i915/display: Add vblank_start adjustment logic for "
` [PATCH 14/16] drm/i915/vrr: Introduce helper to compute min static guardband
` [PATCH 15/16] drm/i915/display: Use optimized guardband for always-on VRR TG
` [PATCH 16/16] drm/i915/vrr: Use optimized guardband when VRR TG is active
` ✓ i915.CI.BAT: success for Optimize vrr.guardband and fix LRR (rev13)
` ✗ i915.CI.Full: failure "

REGRESSION on linux-next (next-20250919)
 2025-10-07  6:22 UTC  (6+ messages)

[PATCH v2 0/7] Refactor drm_writeback_connector structure
 2025-10-07  6:03 UTC  (9+ messages)
` [PATCH v2 1/7] drm: writeback: "
` [PATCH v2 2/7] drm: writeback: Modify writeback init helpers
` [PATCH v2 3/7] drm: writeback: Modify drm_writeback_queue_job params
` [PATCH v2 4/7] drm: writeback: Modify drm_writeback_signal_completion param
` [PATCH v2 5/7] drm: writeback: Modify params for drm_writeback_get_out_fence
` [PATCH v2 6/7] drm/connector: Modify prepare_writeback_job helper
` [PATCH v2 7/7] drm/connector: Modify cleanup_writeback_job helper
` ✗ Fi.CI.BUILD: failure for Refactor drm_writeback_connector structure (rev3)

[PATCH v8 1/3] drm/buddy: Optimize free block management with RB tree
 2025-10-07  1:28 UTC  (5+ messages)
` [PATCH v8 2/3] drm/buddy: Separate clear and dirty free block trees
` [PATCH v8 3/3] drm/buddy: Add KUnit tests for allocator performance under fragmentation
` ✓ i915.CI.BAT: success for series starting with [v8,1/3] drm/buddy: Optimize free block management with RB tree
` ✗ i915.CI.Full: failure "

[RFC PATCH 00/39] drm/i915/display: Add MTL+ platforms to support dpll framework
 2025-10-07  0:17 UTC  (5+ messages)
` [RFC PATCH 30/39] drm/i915/display: Add .dump_hw_state
` ✗ i915.CI.Full: failure for drm/i915/display: Add MTL+ platforms to support dpll framework

[PATCH 00/10] drm/i915/frontbuffer: Fix the intel_frontbuffer lifetime mess
 2025-10-06 19:39 UTC  (13+ messages)
` [PATCH 01/10] drm/i915/overlay: Drop the DIRTYFB flush
` [PATCH 02/10] drm/i915/overlay: Switchj to intel_frontbuffer_flip()
` [PATCH 03/10] drm/i915/frontbuffer: Nuke intel_frontbuffer_flip_{prepare, complete}()
` [PATCH 04/10] drm/i915/frontbuffer: Turn intel_bo_flush_if_display() into a frontbuffer operation
` [PATCH 05/10] drm/i915/frontbuffer: Handle the dirtyfb cache flush inside intel_frontbuffer_flush()
` [PATCH 06/10] drm/i915/frontbuffef: Split fb_tracking.lock into two
` [PATCH 07/10] drm/i915/frontbuffer: Extract intel_frontbuffer_ref()
` [PATCH 08/10] drm/i915/frontbuffer: Add intel_frontbuffer::display
` [PATCH 09/10] drm/i915/frontbuffer: Fix intel_frontbuffer lifetime handling
` [PATCH 10/10] drm/i915/gem: s/i915_gem_object_get_frontbuffer/i915_gem_object_frontbuffer_lookup/
` ✓ i915.CI.BAT: success for drm/i915/frontbuffer: Fix the intel_frontbuffer lifetime mess

[RFC] drm/{i915,xe}/display: pass hooks to display probe
 2025-10-06 16:42 UTC  (8+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH v3 00/10] drm: Reduce page tables overhead with THP
 2025-10-06 16:01 UTC  (25+ messages)
` [PATCH v3 01/10] drm/shmem-helper: Add huge page fault handler
` [PATCH v3 02/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v3 03/10] drm/gem: Add huge tmpfs mount point helper
` [PATCH v3 04/10] drm/i915: Use "
` [PATCH v3 05/10] drm/v3d: "
` [PATCH v3 06/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v3 07/10] drm/panthor: Introduce huge tmpfs mount point option
` [PATCH v3 08/10] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v3 09/10] drm/panfrost: Introduce huge tmpfs mount point option
` [PATCH v3 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
` ✓ i915.CI.BAT: success for series starting with [v3,01/10] drm/shmem-helper: Add huge page fault handler
` ✗ i915.CI.Full: failure "

[PATCH 00/10] Introduce drm sharpness property
 2025-10-04 10:08 UTC  (3+ messages)
` [PATCH 01/10] drm/drm_crtc: Introduce sharpness strength property

[PATCH 0/8] drm: Optimize page tables overhead with THP
 2025-10-04  9:39 UTC  (6+ messages)
` [PATCH 6/8] drm/panthor: Introduce huge tmpfs mount point option

[PATCH v7 1/3] drm/buddy: Optimize free block management with RB tree
 2025-10-04  8:30 UTC  (4+ messages)
` [PATCH v7 2/3] drm/buddy: Separate clear and dirty free block trees

[PATCH v2 0/5] drm/i915: fb fixes and claenups
 2025-10-04  7:14 UTC  (8+ messages)
` [PATCH v2 1/5] drm/i915/frontbuffer: Move bo refcounting intel_frontbuffer_{get, release}()
` [PATCH v2 2/5] drm/i915/fb: Fix the set_tiling vs. addfb race, again
` [PATCH v2 3/5] drm/i915/fbdev: Select linear modifier explicitly
` [PATCH v2 4/5] drm/i915/fb: Drop the 'fb' argument from intel_fb_bo_framebuffer_init()
` [PATCH v2 5/5] drm/i915/wm: Use fb->modfier to check for tiled vs. untiled
` ✓ i915.CI.BAT: success for drm/i915: fb fixes and claenups (rev3)
` ✓ i915.CI.Full: "

[CI 1/2] drm/i915: Disable tracepoints for PREEMPT_RT
 2025-10-04  6:47 UTC  (4+ messages)
` [CI 2/2] drm/i915/display: Make intel_crtc_get_vblank_counter safe on PREEMPT_RT
` ✓ i915.CI.BAT: success for series starting with [CI,1/2] drm/i915: Disable tracepoints for PREEMPT_RT
` ✗ i915.CI.Full: failure "

[PULL] drm-xe-next-fixes
 2025-10-03 20:47 UTC 

[PATCH v2 0/2] drm/i915/display: Enable PICA power before AUX
 2025-10-03 14:09 UTC  (9+ messages)
` [PATCH v2 1/2] drm/i915/display: Extract separate AUX PW descriptors
` [PATCH v2 2/2] drm/i915/display: Enable PICA power before AUX
` ✓ i915.CI.BAT: success for drm/i915/display: Enable PICA power before AUX (rev2)
` ✗ i915.CI.Full: failure "

[PATCH i-g-t v2] lib/igt_fb/intel: Use correct MOCS for displayable surfaces
 2025-10-03 13:05 UTC 

[PATCH i-g-t] lib/igt_fb/intel: Use correct MOCS for displayable surfaces
 2025-10-03 11:20 UTC  (2+ messages)

[PATCH 0/4] drm/i915: fb fixes and claenups
 2025-10-03 10:49 UTC  (14+ messages)
` [PATCH 1/4] drm/i915/fb: Fix the set_tiling vs. addfb race, again
  ` [PATCH v2 "
` [PATCH 2/4] drm/i915/fbdev: Select linear modifier explicitly
` [PATCH 3/4] drm/i915/fb: Drop the 'fb' argument from intel_fb_bo_framebuffer_init()
` [PATCH 4/4] drm/i915/wm: Use fb->modfier to check for tiled vs. untiled
` ✓ i915.CI.BAT: success for drm/i915: fb fixes and claenups
` ✓ i915.CI.BAT: success for drm/i915: fb fixes and claenups (rev2)
` ✓ i915.CI.Full: "

[PATCH] drm/i915/panic: fix panic structure allocation memory leak
 2025-10-02 18:52 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 5.10] gpu/i915: fix error return in mmap_offset_attach()
 2025-10-02 16:59 UTC  (5+ messages)
` ✗ LGCI.VerificationFailed: failure for gpu/i915: fix error return in mmap_offset_attach() (rev2)

[RESEND v11 0/1] drm/i915/display: Add no_psr_reason to PSR debugfs
 2025-10-02 16:26 UTC  (4+ messages)
` [RESEND v11 1/1] "
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v6 0/6] drm/i915/dp: Work around a DSC pixel throughput issue
 2025-10-02 16:23 UTC  (5+ messages)
` ✗ i915.CI.Full: failure for drm/i915/dp: Work around a DSC pixel throughput issue (rev7)

[PULL] drm-misc-next
 2025-10-02 14:51 UTC 

BUG: unable to handle kernel NULL pointer dereference in eb_release_vmas
 2025-09-30 15:14 UTC  (2+ messages)

[PULL] drm-misc-next-fixes
 2025-10-02 12:23 UTC 

[PATCH v2] drm/i915/gvt: Propagate vfio_set_irqs_validate_and_prepare() error
 2025-10-02 10:19 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/gvt: Propagate vfio_set_irqs_validate_and_prepare() error (rev2)
` ✓ i915.CI.Full: "

[PATCH v11 0/1] drm/i915/display: Add no_psr_reason to PSR debugfs
 2025-10-02  9:09 UTC  (4+ messages)
` [PATCH v11 1/1] "

[PATCH v3] drm/i915/display: Extend i915_display_info with Type-C port details
 2025-10-02  1:29 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Extend i915_display_info with Type-C port details (rev3)
` ✓ i915.CI.Full: "

[PATCH 0/8] drm/{i915, xe}/panic: refactor framebuffer allocation etc
 2025-10-01 17:43 UTC  (6+ messages)
` [PATCH 6/8] drm/{i915, xe}/panic: move framebuffer allocation where it belongs
  ` [PATCH 6/8] drm/{i915,xe}/panic: "

[PATCH v2] drm/i915/fbc: update the impacted platforms in wa_22014263786
 2025-10-01 17:26 UTC  (7+ messages)

[PATCH] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-01 14:53 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v5 0/5] User readable error codes on atomic_ioctl failure
 2025-10-01 14:47 UTC  (3+ messages)
` [PATCH v5 4/5] drm/atomic: Return user readable error in atomic_ioctl

[PATCH 00/15] Optimize vrr.guardband and fix LRR
 2025-10-01 13:17 UTC  (10+ messages)
` [PATCH 15/15] drm/i915/display: Use optimized guardband to set vblank start


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox