messages from 2025-12-05 02:50:43 to 2025-12-09 11:30:49 UTC [more...]
[RFC PATCH 0/9] drm/i915/display: DC3CO support
2025-12-09 11:33 UTC
[PATCH 00/50] drm/i915/dp: Clean up link BW/DSC slice config computation
2025-12-09 11:14 UTC (21+ messages)
` [PATCH 01/50] drm/dp: Parse all DSC slice count caps for eDP 1.5
` [PATCH 02/50] drm/dp: Add drm_dp_dsc_sink_slice_count_mask()
` [PATCH 03/50] drm/i915/dp: Fix DSC sink's slice count capability check
` [PATCH 04/50] drm/i915/dp: Return a fixed point BPP value from intel_dp_output_bpp()
` [PATCH 35/50] drm/i915/dp: Simplify computing the DSC compressed BPP for DP-MST
` [PATCH 36/50] drm/i915/dsc: Track the detaild DSC slice configuration
` [PATCH 37/50] drm/i915/dsc: Track the DSC stream count in the DSC slice config state
` [PATCH 38/50] drm/i915/dsi: Move initialization of DSI DSC streams-per-pipe to fill_dsc()
[PATCH] drm/i915/pc8: Add parent interface for PC8 forcewake tricks
2025-12-09 11:11 UTC
[PATCH 00/19] drm/i915/vga: Try to sort out the VGA decode mess
2025-12-09 11:03 UTC (45+ messages)
` [PATCH 01/19] drm/i915/vga: Register vgaarb client later
` [PATCH 02/19] drm/i915/vga: Get rid of intel_vga_reset_io_mem()
` [PATCH 03/19] drm/i915/power: Remove i915_power_well_desc::has_vga
` [PATCH 04/19] drm/i915/vga: Extract intel_gmch_ctrl_reg()
` [PATCH 05/19] drm/i915/vga: Don't touch VGA registers if VGA decode is fully disabled
` [PATCH 06/19] drm/i915/vga: Clean up VGA registers even if VGA plane is disabled
` [PATCH 07/19] drm/i915/vga: Avoid VGA arbiter during intel_vga_disable() for iGPUs
` [PATCH 08/19] drm/i915/vga: Stop trying to use GMCH_CTRL for VGA decode control
` [PATCH 09/19] drm/i915/vga: Assert that VGA register accesses are going to the right GPU
` [PATCH 10/19] drm/i915/de: Simplify intel_de_read8()
` [PATCH 11/19] drm/i915/de: Add intel_de_write8()
` [PATCH 12/19] drm/i915/vga: Introduce intel_vga_{read,write}()
` [PATCH 13/19] drm/i915/vga: Use MMIO for VGA registers on pre-g4x
` [PATCH 14/19] video/vga: Add VGA_IS0_R
` [PATCH v2 "
` [PATCH 15/19] drm/i915/crt: Use IS0_R instead of VGA_MIS_W
` [PATCH 16/19] drm/i915/crt: Extract intel_crt_sense_above_threshold()
` [PATCH 17/19] drm/i915: Get rid of the INTEL_GMCH_CTRL alias
` [PATCH 18/19] drm/i915: Clean up PCI config space reg defines
` [PATCH 19/19] drm/i915: Document the GMCH_CTRL register a bit
` ✗ Fi.CI.BUILD: failure for drm/i915/vga: Try to sort out the VGA decode mess
[PATCH] drm/i915/selftest: Add throttle reason diagnostics to RPS selftests
2025-12-09 11:01 UTC (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH 0/5] Make casf updates atomic and dsb ready
2025-12-09 10:23 UTC (7+ messages)
` [PATCH 1/5] drm/i915/display: Move casf_compute_config
` [PATCH 2/5] drm/i915/display: Add intel_dsb param to CASF helpers
` [PATCH 3/5] drm/i915/display: Pass dsb_commit "
` [PATCH 4/5] drm/i915/display: Add intel_casf_arm() to enable casf
` [PATCH 5/5] drm/i915/display: Introduce skl_pipe_scaler_setup()
` ✓ i915.CI.BAT: success for Make casf updates atomic and dsb ready
[PATCH v5 0/3] drm: Miscellaneous fixes in drm code
2025-12-09 8:00 UTC (12+ messages)
` [PATCH v5 1/3] drm: Warn and return before division by 0
` [PATCH v5 2/3] drm: Avoid suspicious operations in drm_fb_dma_get_gem_addr()
` [PATCH v5 3/3] drm: Avoid undefined behavior on u16 multiplication in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
` ✓ i915.CI.BAT: success for drm: Miscellaneous fixes in drm code (rev5)
` ✗ i915.CI.Full: failure "
[RFC] drm: unwind drm device registration upon error
2025-12-08 22:33 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v3 00/25] drm/vblank: refactoring and cleanups
2025-12-08 15:18 UTC (29+ messages)
` [PATCH v3 01/25] drm/vblank: Unexport drm_wait_one_vblank()
` [PATCH v3 02/25] drm/vblank: remove drm_wait_one_vblank() completely
` [PATCH v3 03/25] drm/vblank: remove superfluous pipe check
` [PATCH v3 04/25] drm/vblank: add return value to drm_crtc_wait_one_vblank()
` [PATCH v3 05/25] drm/vblank: limit vblank variable scope to atomic
` [PATCH v3 06/25] drm/vblank: use the drm_vblank_crtc() and drm_crtc_vblank_crtc() helpers more
` [PATCH v3 07/25] drm/vblank: prefer drm_crtc_vblank_crtc() over drm_vblank_crtc()
` [PATCH v3 08/25] drm/vblank: pass vlank to drm_vblank_get()/_put()/_count()
` [PATCH v3 09/25] drm/vblank: pass vblank to drm_update_vblank_count()
` [PATCH v3 10/25] drm/vblank: pass vblank to drm_handle_vblank_events()
` [PATCH v3 11/25] drm/vblank: use the vblank based interfaces more
` [PATCH v3 12/25] drm/vblank: pass vblank to drm_queue_vblank_event()
` [PATCH v3 13/25] drm/vblank: pass vblank to drm_wait_vblank_reply()
` [PATCH v3 14/25] drm/vblank: pass vblank to drm_vblank_count_and_time()
` [PATCH v3 15/25] drm/vblank: pass vblank to drm_reset_vblank_timestamp()
` [PATCH v3 16/25] drm/vblank: pass vblank to store_vblank()
` [PATCH v3 17/25] drm/vblank: pass vblank to drm_vblank_enable()
` [PATCH v3 18/25] drm/vblank: merge drm_vblank_restore() into drm_crtc_vblank_restore()
` [PATCH v3 19/25] drm/vblank: add drm_crtc_from_vblank() helper
` [PATCH v3 20/25] drm/vblank: pass vblank to __get_vblank_counter() and drm_max_vblank_count()
` [PATCH v3 21/25] drm/vblank: pass vblank to __{enable, disable}_vblank()
` [PATCH v3 22/25] drm/vblank: pass vblank to drm_get_last_vbltimestamp()
` [PATCH v3 23/25] drm/vblank: pass vblank to drm_vblank_disable_and_save(), make static
` [PATCH v3 24/25] drm/vblank: reduce pipe checks
` [PATCH v3 25/25] drm/vblank: clean up debug logging
` ✓ i915.CI.BAT: success for drm/vblank: refactoring and cleanups (rev3)
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
2025-12-08 12:59 UTC (4+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v13 00/10] drm: Reduce page tables overhead with THP
2025-12-08 11:29 UTC (15+ messages)
` [PATCH v13 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v13 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v13 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v13 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v13 05/10] drm/i915: Use "
` [PATCH v13 06/10] drm/v3d: "
` [PATCH v13 07/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v13 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v13 09/10] drm/panfrost: "
` [PATCH v13 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
` ✗ i915.CI.BAT: failure for drm: Reduce page tables overhead with THP
[PATCH] drm/i915/cx0: Unify naming for C20 pll tables
2025-12-08 9:32 UTC (4+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v2 0/8] Move PSR/Panel Replay sink data into intel_connector
2025-12-08 8:37 UTC (4+ messages)
` [PATCH v2 7/8] drm/i915/psr: Move sink PSR and Panel Replay booleans to intel_connector
[PATCH] drm/i195: Fix format string truncation warning
2025-12-08 7:37 UTC (8+ messages)
[PATCH v5] drm/i915/selftests: Keep mock file open during unfaultable migrate with fill
2025-12-08 7:18 UTC (3+ messages)
` ✗ i915.CI.Full: failure for drm/i915/selftests: Keep mock file open during unfaultable migrate with fill (rev7)
[PATCH v3 0/8] Move PSR/Panel Replay sink data into intel_connector
2025-12-08 6:11 UTC (4+ messages)
` ✓ i915.CI.BAT: success for Move PSR/Panel Replay sink data into intel_connector (rev5)
` ✗ i915.CI.Full: failure "
✗ Fi.CI.BUILD: failure for drm/xe/sriov: Add support for enabling scheduler groups
2025-12-07 1:34 UTC
[PATCH v3] drm/xe/sriov: Add support for enabling scheduler groups
2025-12-07 1:31 UTC
Apply fc7bf4c0d65a342b29fe38c332db3fe900b481b9 to 5.15
2025-12-07 0:37 UTC (2+ messages)
[PATCH v2] drm/i915: Fix format string truncation warning
2025-12-06 15:56 UTC (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH v2 0/4] drm/{i915, xe}: migrate stolen interface to parent interface, cleanups
2025-12-06 13:52 UTC (7+ messages)
` [PATCH v2 1/4] drm/i915/fbc: let to_intel_display() do its generic magic
` [PATCH v2 2/4] drm/xe/stolen: unify interface with i915
` [PATCH v2 3/4] drm/{i915, xe}/stolen: move stolen memory handling to display parent interface
` [PATCH v2 4/4] drm/{i915, xe}/stolen: make insert_node, area_address, area_size optional
` ✓ i915.CI.BAT: success for drm/{i915, xe}: migrate stolen interface to parent interface, cleanups (rev2)
` ✗ i915.CI.Full: failure "
[PATCH 0/2] switch to use kernel standard fault injection in i915
2025-12-06 13:41 UTC (6+ messages)
` [PATCH 2/2] drm/i915: Add intel_gvt_driver_remove() onto error cleanup path
` ✓ i915.CI.Full: success for Switch to use kernel standard fault injection in i915 (rev19)
` ✓ i915.CI.BAT: success for Switch to use kernel standard fault injection in i915 (rev20)
` ✗ i915.CI.Full: failure "
[PATCH v4 0/3] Introduce support for C linked list interfacing and GPU Buddy bindings
2025-12-06 8:19 UTC (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH] drm/i915/crtc: move crtc initialization loop to intel_crtc.c
2025-12-06 3:46 UTC (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "
[PATCH v3 0/4] Unload linux/kernel.h
2025-12-05 20:55 UTC (7+ messages)
` [PATCH v3 1/4] kernel.h: drop STACK_MAGIC macro
` [PATCH v3 2/4] moduleparam: include required headers explicitly
` [PATCH v3 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v3 4/4] tracing: move tracing declarations from kernel.h to a dedicated header
` ✗ LGCI.VerificationFailed: failure for Unload linux/kernel.h (rev4)
[PATCH v4 0/3] Selective Fetch and async flip
2025-12-05 16:59 UTC (2+ messages)
` ✗ i915.CI.Full: failure for Selective Fetch and async flip (rev5)
[PATCH v12 00/10] drm: Reduce page tables overhead with THP
2025-12-05 13:05 UTC (14+ messages)
` [PATCH v12 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v12 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v12 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v12 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v12 05/10] drm/i915: Use "
` [PATCH v12 06/10] drm/v3d: "
` [PATCH v12 07/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v12 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v12 09/10] drm/panfrost: "
` [PATCH v12 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
` ✗ i915.CI.BAT: failure for drm: Reduce page tables overhead with THP
[PATCH v2 0/4] Unload linux/kernel.h
2025-12-05 12:58 UTC (5+ messages)
` [PATCH v2 2/4] moduleparam: include required headers explicitly
` [PATCH v2 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
REGRESSION on drm-tip
2025-12-05 10:14 UTC (5+ messages)
[Core-for-CI] fs: PM: Fix reverse check in filesystems_freeze_callback()
2025-12-05 9:19 UTC (2+ messages)
[PATCH v11 00/10] drm: Reduce page tables overhead with THP
2025-12-05 9:11 UTC (2+ messages)
` [PATCH v11 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
[PATCH v9 00/11] drm: Reduce page tables overhead with THP
2025-12-05 8:37 UTC (6+ messages)
` [PATCH v9 05/11] drm/i915: Use huge tmpfs mountpoint helpers
[PATCH 0/4] drm/{i915, xe}: migrate stolen interface to parent interface, cleanups
2025-12-05 8:31 UTC (2+ messages)
` ✗ Fi.CI.BUILD: failure for "
[PATCH 3/4] drm/{i915, xe}/stolen: move stolen memory handling to display parent interface
2025-12-05 5:28 UTC (3+ messages)
[PATCH v2 14/25] drm/vblank: pass vblank to drm_vblank_count_and_time()
2025-12-05 5:18 UTC (2+ messages)
[v8 00/15] Plane Color Pipeline support for Intel platforms
2025-12-05 2:50 UTC (2+ messages)
` ✗ i915.CI.Full: failure for Plane Color Pipeline support for Intel platforms (rev8)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox