Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-09 08:52:37 to 2025-12-10 04:32:22 UTC [more...]

[RFC v3 0/8] drm/xe/madvise: Add support for purgeable buffer objects
 2025-12-10  4:30 UTC  (4+ messages)
` [RFC v3 1/8] drm/xe/uapi: Add UAPI "
` [RFC v3 2/8] drm/xe/bo: Add purgeable bo state tracking and field madv to xe_bo
` [RFC v3 3/8] drm/xe/madvise: Implement purgeable buffer object support

[PATCH] drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message
 2025-12-10  3:34 UTC  (9+ messages)
` [PATCH v2] "
` ✗ CI.checkpatch: warning for drm/i915/cx0: Convert C10 PHY PLL SSC state mismatch WARN to a debug message (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH] drm/xe/hw_engine_group: Add stats for mode switching
 2025-12-10  2:45 UTC  (3+ messages)
` ✓ CI.KUnit: success for "

[PATCH v5 00/10] Page Reclamation Support for Xe3p Platforms
 2025-12-10  2:15 UTC  (13+ messages)
` [PATCH v5 01/10] drm/xe: Do not forward invalid TLB invalidation seqnos to upper layers
` [PATCH v5 02/10] drm/xe/xe_tlb_inval: Modify fence interface to support PPC flush
` [PATCH v5 03/10] drm/xe: Add page reclamation info to device info
` [PATCH v5 04/10] drm/xe/guc: Add page reclamation interface to GuC
` [PATCH v5 05/10] drm/xe: Create page reclaim list on unbind
` [PATCH v5 06/10] drm/xe: Suballocate BO for page reclaim
` [PATCH v5 07/10] drm/xe: Prep page reclaim in tlb inval job
` [PATCH v5 08/10] drm/xe: Append page reclamation action to tlb inval
` [PATCH v5 09/10] drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaim
` [PATCH v5 10/10] drm/xe: Add debugfs support for page reclamation

[PATCH v4 00/10] Page Reclamation Support for Xe3p Platforms
 2025-12-10  1:00 UTC  (13+ messages)
` [PATCH v4 01/10] drm/xe: Do not forward invalid TLB invalidation seqnos to upper layers
` [PATCH v4 02/10] drm/xe/xe_tlb_inval: Modify fence interface to support PPC flush
` [PATCH v4 03/10] drm/xe: Add page reclamation info to device info
` [PATCH v4 04/10] drm/xe/guc: Add page reclamation interface to GuC
` [PATCH v4 05/10] drm/xe: Create page reclaim list on unbind
` [PATCH v4 06/10] drm/xe: Suballocate BO for page reclaim
` [PATCH v4 07/10] drm/xe: Prep page reclaim in tlb inval job
` [PATCH v4 08/10] drm/xe: Append page reclamation action to tlb inval
` [PATCH v4 09/10] drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaim
` [PATCH v4 10/10] drm/xe: Add debugfs support for page reclamation

[PATCH v5 00/17] drm/xe: Multi Queue feature support
 2025-12-10  0:39 UTC  (18+ messages)
` [PATCH v5 01/17] drm/xe/multi_queue: Add multi_queue_enable_mask to gt information
` [PATCH v5 02/17] drm/xe/multi_queue: Add user interface for multi queue support
` [PATCH v5 03/17] drm/xe/multi_queue: Add GuC "
` [PATCH v5 04/17] drm/xe/multi_queue: Add multi queue priority property
` [PATCH v5 05/17] drm/xe/multi_queue: Handle invalid exec queue property setting
` [PATCH v5 06/17] drm/xe/multi_queue: Add exec_queue set_property ioctl support
` [PATCH v5 07/17] drm/xe/multi_queue: Add support for multi queue dynamic priority change
` [PATCH v5 08/17] drm/xe/multi_queue: Add multi queue information to guc_info dump
` [PATCH v5 09/17] drm/xe/multi_queue: Handle tearing down of a multi queue
` [PATCH v5 10/17] drm/xe/multi_queue: Set QUEUE_DRAIN_MODE for Multi Queue batches
` [PATCH v5 11/17] drm/xe/multi_queue: Handle CGP context error
` [PATCH v5 12/17] drm/xe/multi_queue: Reset GT upon CGP_SYNC failure
` [PATCH v5 13/17] drm/xe/multi_queue: Teardown group upon job timeout
` [PATCH v5 14/17] drm/xe/multi_queue: Tracepoint support
` [PATCH v5 15/17] drm/xe/multi_queue: Support active group after primary is destroyed
` [PATCH v5 16/17] drm/xe/doc: Add documentation for Multi Queue Group
` [PATCH v5 17/17] drm/xe/doc: Add documentation for Multi Queue Group GuC interface

[PATCH 1/2] drm/xe: Use generic_handle_irq_safe inside heci gsc irq handler
 2025-12-10  0:34 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` ✓ CI.KUnit: success for series starting with [1/2] drm/xe: Use generic_handle_irq_safe inside heci gsc irq handler
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/xe_guc_ct: Prevent compiler read/write optimization breaks
 2025-12-10  0:32 UTC  (2+ messages)

[PATCH] drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUME
 2025-12-09 23:31 UTC 

[PATCH 0/7] drm/vblank: refactoring and cleanups, part 1
 2025-12-09 22:20 UTC  (12+ messages)
` [PATCH 1/7] drm/vblank: Unexport drm_wait_one_vblank()
` [PATCH 2/7] drm/vblank: remove drm_wait_one_vblank() completely
` [PATCH 3/7] drm/vblank: remove superfluous pipe check
` [PATCH 4/7] drm/vblank: add return value to drm_crtc_wait_one_vblank()
` [PATCH 5/7] drm/vblank: limit vblank variable scope to atomic
` [PATCH 6/7] drm/vblank: use the drm_vblank_crtc() and drm_crtc_vblank_crtc() helpers more
` [PATCH 7/7] drm/vblank: prefer drm_crtc_vblank_crtc() over drm_vblank_crtc()
` ✓ CI.KUnit: success for drm/vblank: refactoring and cleanups, part 1
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[PATCH v3 0/2] Redesign survivability mode
 2025-12-09 22:18 UTC  (3+ messages)
` [PATCH v3 1/2] drm/xe/xe_survivability: "

[PATCH v4 00/18] drm/xe: Multi Queue feature support
 2025-12-09 22:11 UTC  (8+ messages)
` [PATCH v4 03/18] drm/xe/multi_queue: Add GuC interface for multi queue support
` [PATCH v4 09/18] drm/xe/multi_queue: Handle tearing down of a multi queue
` [PATCH v4 13/18] drm/xe/multi_queue: Teardown group upon job timeout
` ✗ Xe.CI.Full: failure for drm/xe: Multi Queue feature support (rev4)

[RESEND 0/1] drm/buddy: release free_trees array on buddy mm teardown
 2025-12-09 22:07 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for drm/buddy: release free_trees array on buddy mm teardown (rev3)

[PATCH v3 0/4] Introduce DRM_RAS using generic netlink for RAS
 2025-12-09 21:57 UTC  (6+ messages)
` [PATCH v3 1/4] drm/ras: Introduce the DRM RAS infrastructure over generic netlink
` [PATCH v3 2/4] drm/xe/xe_drm_ras: Add support for drm ras

[PATCH 0/2] Introduce DRM_RAS using generic netlink for RAS
 2025-12-09 21:40 UTC  (5+ messages)

[PATCH] drm/xe/bo: Don't include the CCS metadata in the dma-buf sg-table
 2025-12-09 21:02 UTC  (2+ messages)

[PATCH] drm/i915/display: Detect AuxCCS support via display parent interface
 2025-12-09 21:01 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/xe_guc_ct: Exit CT submission fence wait on GT reset
 2025-12-09 20:59 UTC  (2+ messages)

[PATCH v2] drm/xe: Use DRM_BUDDY_CONTIGUOUS_ALLOCATION for contiguous allocations
 2025-12-09 20:20 UTC  (2+ messages)

[PATCH v9 0/2] Add DRM sched support functions to avoid driver side layering violations
 2025-12-09 20:00 UTC  (3+ messages)
` [PATCH v9 1/2] drm/sched: Add several job helpers to avoid drivers touching scheduler state
` [PATCH v9 2/2] drm/sched: Add pending job list iterator

[PATCH] drm/i915/pc8: Add parent interface for PC8 forcewake tricks
 2025-12-09 19:59 UTC  (9+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[drm-xe:drm-xe-next] BUILD SUCCESS b64a14334ef3ebbcf70d11bc67d0934bdc0e390d
 2025-12-09 19:51 UTC 

[PATCH v8 0/2] Add DRM sched support functions to avoid driver side layering violations
 2025-12-09 19:45 UTC  (3+ messages)
` [PATCH v8 1/2] drm/sched: Add several job helpers to avoid drivers touching scheduler state
` [PATCH v8 2/2] drm/sched: Add pending job list iterator

[RFC PATCH 0/9] drm/i915/display: DC3CO support
 2025-12-09 18:34 UTC  (14+ messages)
` [PATCH 1/9] drm/i915/display: Remove TGL "
` [PATCH 2/9] drm/i915/display: Replace DC_STATE_EN_DC3CO with DC_STATE_EN_UPTO_DC3CO
` [PATCH 3/9] drm/i915/display: Add DC3CO enable/disable support
` [PATCH 4/9] drm/i915/display: Add DC3CO eligibility logic
` [PATCH 5/9] drm/i915/display: Track DC3CO enable source
` [PATCH 6/9] drm/i915/display: alpm enable DC3CO support
` [PATCH 7/9] drm/i915/display: psr "
` [PATCH 8/9] drm/i915/display: Add intel_dc3co_can_enable() helper
` [PATCH 9/9] drm/i915/display: Add DC3CO disable handling for psr2
` ✓ CI.KUnit: success for drm/i915/display: DC3CO support
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v4 0/3] Selective Fetch and async flip
 2025-12-09 18:26 UTC  (2+ messages)

[PATCH v2 00/11] Introduce SRIOV scheduler groups
 2025-12-09 18:09 UTC  (6+ messages)
` [PATCH v2 06/11] drm/xe/sriov: Add debugfs to enable "

[PATCH 00/50] drm/i915/dp: Clean up link BW/DSC slice config computation
 2025-12-09 17:50 UTC  (31+ messages)
` [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 05/50] drm/i915/dp: Use a mode's crtc_clock vs. clock during state computation
` [PATCH 06/50] drm/i915/dp: Factor out intel_dp_link_bw_overhead()
` [PATCH 07/50] drm/i915/dp: Fix BW check in is_bw_sufficient_for_dsc_config()
` [PATCH 38/50] drm/i915/dsi: Move initialization of DSI DSC streams-per-pipe to fill_dsc()
` [PATCH 39/50] drm/i915/dsi: Track the detailed DSC slice configuration
` [PATCH 40/50] drm/i915/dp: "
` [PATCH 41/50] drm/i915/dsc: Switch to using intel_dsc_line_slice_count()
` [PATCH 42/50] drm/i915/dp: Factor out intel_dp_dsc_min_slice_count()
` [PATCH 43/50] drm/i915/dp: Use int for DSC slice count variables
` [PATCH 44/50] drm/i915/dp: Rename test_slice_count to slices_per_line

[PATCH v3 00/10] Page Reclamation Support for Xe3p Platforms
 2025-12-09 17:49 UTC  (4+ messages)
` [PATCH v3 05/10] drm/xe: Create page reclaim list on unbind
` ✓ Xe.CI.Full: success for Page Reclamation Support for Xe3p Platforms (rev3)

[PATCH] MAINTAINERS: Update Xe driver maintainers
 2025-12-09 16:19 UTC  (2+ messages)

[PATCH 00/19] drm/i915/vga: Try to sort out the VGA decode mess
 2025-12-09 15:57 UTC  (43+ 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 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
` ✓ CI.KUnit: success for drm/i915/vga: Try to sort out the VGA decode mess (rev2)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v5 00/17] Add new general DRM property "color format"
 2025-12-09 14:27 UTC  (9+ messages)
` [PATCH v5 02/17] drm: "
` [PATCH v5 04/17] drm/bridge: Act on the DRM color format property
` [PATCH v5 05/17] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v5 06/17] drm/display: hdmi-state-helper: Try subsampling in mode_valid

[PATCH v15 00/10] AuxCCS handling and render compression modifiers
 2025-12-09 14:25 UTC  (11+ messages)
` [PATCH v15 06/10] drm/xe: Handle DPT in system memory
` [PATCH v15 09/10] drm/i915/display: Detect AuxCCS support via display parent interface

[PATCH v2 00/11] Page Reclamation Support for Xe3p Platforms
 2025-12-09 14:23 UTC  (3+ messages)
` [PATCH v2 10/11] drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaim

[PATCH v5 16/17] drm/connector: Register color format property on HDMI connectors
 2025-12-09 14:22 UTC  (2+ messages)

[PATCH v2 0/4] drm/{i915, xe}: migrate stolen interface to parent interface, cleanups
 2025-12-09 14:16 UTC  (9+ 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

[PATCH v5 03/17] drm: Add enum conversion from DRM_COLOR_FORMAT to HDMI_COLORSPACE
 2025-12-09 14:12 UTC  (2+ messages)

[PATCH 0/5] Make casf updates atomic and dsb ready
 2025-12-09 13:31 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/i915/crtc: move crtc initialization loop to intel_crtc.c
 2025-12-09 13:16 UTC  (3+ messages)

[PATCH 14/19] video/vga: Add VGA_IS0_R
 2025-12-09 10:55 UTC  (3+ messages)
` [PATCH v2 "

[CI] drm/xe/guc: Test GuC v70.55.3 for LNL, BMG, PTL
 2025-12-09  9:29 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "


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