public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 20:02:08 to 2026-04-13 13:16:57 UTC [more...]

[PATCH RFC 00/12] Add support for DisplayPort link training information report
 2026-04-13 13:05 UTC  (19+ messages)
` [PATCH RFC 01/12] drm/i915/display/intel_sdvo: Fix double connector destroy in error paths
` [PATCH RFC 02/12] drm/i915/display/intel_lvds: Drop redundant manual cleanup on init failure
` [PATCH RFC 03/12] drm/i915/display/intel_dp: Drop redundant intel_dp_aux_fini() "
` [PATCH RFC 04/12] drm/i915/display: Switch to drmm_mode_config_init() and drop manual cleanup
` [PATCH RFC 05/12] drm/i915/display: Switch to managed for crtc
` [PATCH RFC 06/12] drm/i915/display: Switch to managed for plane
` [PATCH RFC 07/12] drm/i915/display: Switch to managed for encoder
` [PATCH RFC 08/12] drm/i915/display: Switch to managed for connector
` [PATCH RFC 09/12] drm: Introduce drmm_connector_dp_init() with link training state properties
` [PATCH RFC 10/12] drm/i915/display/dp: Adopt dp_connector helpers to expose link training state
` [PATCH RFC 11/12] drm/bridge: Wire drmm_connector_dp_init() via new DRM_BRIDGE_OP_DP flag
` [PATCH RFC 12/12] drm/mediatek: Use dp_connector helpers to report link training state

[RFC PATCH V7 0/9] Add memory page offlining support
 2026-04-13 13:16 UTC  (2+ messages)
` [RFC PATCH V7 1/9] drm/xe: Link VRAM object with gpu buddy

[RFC PATCH V6 0/7] Add memory page offlining support
 2026-04-13 13:13 UTC  (5+ messages)
` [RFC PATCH V6 2/7] drm/gpu: Add gpu_buddy_addr_to_block helper

[PATCH RFC 12/26] vfio/pci: Change the DMA-buf exporter to use mapping_type
 2026-04-13 13:01 UTC  (3+ messages)

[PATCH v11 0/2] Do not create drm device for PF only admin mode
 2026-04-13 13:01 UTC  (7+ messages)
` [PATCH v11 1/2] drm/xe/pf: Restrict device query responses in admin-only PF mode
` [PATCH v11 2/2] drm/xe/pf: Derive admin-only PF mode from xe_device state
  ` [PATCH v12] "
` ✓ CI.KUnit: success for Do not create drm device for PF only admin mode (rev12)

[PATCH] drm/i915/psr: Init variable to avoid early exit from et alignment loop
 2026-04-13 12:38 UTC  (2+ messages)

[PATCH] mm/zone_device: Do not touch device folio after calling ->folio_free()
 2026-04-13  4:06 UTC  (8+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v4 00/13] CMTG enablement
 2026-04-13 12:19 UTC  (18+ messages)
` [PATCH v4 01/13] drm/i915/cmtg: Add intel_cmtg_is_allowed() for CMTG
` [PATCH v4 02/13] drm/i915/cmtg: Set CMTG clock select
` [PATCH v4 03/13] drm/i915/cmtg: Set timings for CMTG
` [PATCH v4 04/13] drm/i915/cmtg: Program VRR registers of CMTG
` [PATCH v4 05/13] drm/i915/cmtg: Set transcoder mn for CMTG
` [PATCH v4 06/13] drm/i915/cmtg: Add hook to enable CMTG with sync to port
` [PATCH v4 07/13] drm/i915/cmtg: Add a hook to make eDP transcoder secondary
` [PATCH v4 08/13] drm/i915/cmtg: Split CMTG support check from intel_cmtg_is_allowed()
` [PATCH v4 09/13] drm/i915/cmtg: Modify existing hook to disable CMTG
` [PATCH v4 10/13] drm/i915/cmtg: Add trigger to enable/disable cmtg
` [PATCH v4 11/13] drm/i915/cmtg: Add CMTG interrupt handling
` [PATCH v4 12/13] drm/i915/cmtg: Disable CMTG if dc3co is not allowed
` [PATCH v4 13/13] drm/i915/cmtg: Set target_dc_state flag for lobf/psr2/pr-alpm
` ✓ CI.KUnit: success for CMTG enablement (rev5)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH RFC 21/26] dma-buf: Add the Physical Address List DMA mapping type
 2026-04-13 12:16 UTC  (3+ messages)

[PATCH 0/6] drm/i915/reset: Solve display vs. GPU reset deadlock, again
 2026-04-13 11:49 UTC  (11+ messages)
` [PATCH 5/6] drm/i915/reset: Handle the display vs. GPU reset deadlock using a custom dma-fence

[PATCH] drm/xe: Convert stolen memory over to ttm_range_manager
 2026-04-13 11:33 UTC  (5+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v13 00/27] Add new general DRM property "color format"
 2026-04-13 10:26 UTC  (29+ messages)
` [PATCH v13 01/27] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v13 02/27] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v13 03/27] drm: Add new general DRM property "color format"
` [PATCH v13 04/27] drm/connector: Let connectors have a say in their color format
` [PATCH v13 05/27] drm/display: bridge_connector: Use HDMI color format for HDMI conns
` [PATCH v13 06/27] drm/bridge: Act on the DRM color format property
` [PATCH v13 07/27] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v13 08/27] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v13 09/27] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v13 10/27] drm/amdgpu: Implement "color format" DRM property
` [PATCH v13 11/27] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v13 12/27] drm/i915/dp: "
` [PATCH v13 13/27] drm/i915: Implement the "color format" DRM property
` [PATCH v13 14/27] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v13 15/27] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v13 16/27] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v13 17/27] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v13 18/27] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v13 19/27] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v13 20/27] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v13 21/27] drm/connector: Register color format property on HDMI connectors
` [PATCH v13 22/27] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v13 23/27] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v13 24/27] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v13 25/27] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v13 26/27] drm/bridge: Document bridge chain format selection
` [PATCH v13 27/27] drm/connector: Update docs of "colorspace" for color format prop

[PATCH 00/12] Add support for Common SDP Transmission Line
 2026-04-13 10:21 UTC  (28+ messages)
` [PATCH 01/12] drm/i915/vrr: Add HAS_EMP_AS_SDP_TL macro
` [PATCH 02/12] drm/i915/vrr: Add helper to readback EMP_AS_SDP_TL
` [PATCH 03/12] drm/i915/vrr: Separate out helper to write EMP_AS_SDP_TL
` [PATCH 04/12] drm/i915/dp: Add helper to get AS SDP Transmission Line
` [PATCH 05/12] drm/i915/dp: Add crtc state for AS SDP transmission line
` [PATCH 06/12] drm/i915/dp: Store and use AS SDP transmission line from crtc state
` [PATCH 07/12] drm/i915/nvl: Add register definitions for common SDP Transmission Line
` [PATCH 08/12] drm/i915/display: Add HAS_CMN_SDP_TL macro
` [PATCH 09/12] drm/i915/dp: Store SDP transmission lines in crtc_state
` [PATCH 10/12] drm/i915/dp: Introduce helpers to enable/disable CMN SDP Transmission line
` [PATCH 11/12] drm/i915/dp: Enable Common "
` [PATCH 12/12] drm/i915/display: Dump SDP Transmission lines
` ✗ CI.checkpatch: warning for Add support for Common SDP Transmission Line (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2] drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
 2026-04-13  9:54 UTC 

[PATCH] drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
 2026-04-13  9:09 UTC 

[PATCH v2 0/5] Add get-error-counter and clear-error-counter support for CRI
 2026-04-13  9:25 UTC  (7+ messages)
` [PATCH v2 2/5] drm/xe/xe_ras: Add structures and commands for get and clear counter
` [PATCH v2 3/5] drm/xe/xe_ras: Add support to query error counter for CRI
` [PATCH v2 4/5] drm/xe/xe_ras: Add helper to clear error counter

[PATCH v3 00/10] Introduce Xe Uncorrectable Error Handling
 2026-04-13  9:00 UTC  (10+ messages)
` [PATCH v3 02/10] drm/xe/xe_pci_error: Implement PCI error recovery callbacks
` [PATCH v3 07/10] drm/xe/xe_ras: Add support for Uncorrectable Core-Compute errors
` [PATCH v3 08/10] drm/xe/xe_ras: Add structures for SoC Internal errors

[PATCH v6] drm/i915/display: change pipe allocation order for discrete platforms
 2026-04-13  8:16 UTC 

[PATCH 0/2] drm/i915: Make sure CRTC vs. pipe reordering is safe
 2026-04-13  7:56 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/joiner: Make joiner "nomodeset" state copy independent of pipe order

[PATCH] drm/xe: Unify fault injection hooks for CSC, GT reset
 2026-04-13  7:22 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v4 0/2] USE drm mm instead of drm SA for CCS read/write
 2026-04-13  6:47 UTC  (7+ messages)
` [PATCH v4 1/2] drm/xe: Add memory pool with shadow support
` [PATCH v4 2/2] drm/xe/vf: Use drm mm instead of drm sa for CCS read/write
` ✗ Xe.CI.FULL: failure for USE drm mm instead of drm SA for CCS read/write (rev5)

[PATCH v2 1/2] vfio/xe: Reorganize the init to decouple migration from reset
 2026-04-13  6:42 UTC  (6+ messages)
` [PATCH v2 2/2] vfio/xe: Add a missing vfio_pci_core_release_dev()
` ✓ CI.KUnit: success for series starting with [v2,1/2] vfio/xe: Reorganize the init to decouple migration from reset
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v6 0/3] Introduce Xe Correctable Error Handling
 2026-04-13  5:56 UTC  (4+ messages)
` [PATCH v6 3/3] drm/xe/ras: Introduce correctable error handling
` ✗ Xe.CI.FULL: failure for Introduce Xe Correctable Error Handling (rev6)

[PATCH 0/2] drm/xe/ras: Fix and clean up xe_drm_ras
 2026-04-13  4:46 UTC  (9+ messages)
` [PATCH 1/2] drm/xe/ras: Fix error handling in register_nodes()
` [PATCH 2/2] drm/xe/ras: Clean up coding style in xe_drm_ras

[drm-xe:drm-xe-next] BUILD SUCCESS 4d33314decfeac8b82d771a1bd083a59f4ac6fae
 2026-04-12  6:22 UTC 

[PATCH] [RFC]: drm/i915/display: Use ceiling division for NV12 UV surface offset calculation
 2026-04-11 19:03 UTC  (4+ messages)
` ✓ CI.KUnit: success for : "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 00/13] drm/xe/pf: Improve EQ/PT provisioning
 2026-04-11 18:09 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/pf: Improve EQ/PT provisioning (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v3] drm/xe/guc: Add support for NO_RESPONSE_BUSY in CTB
 2026-04-11 14:23 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/guc: Add support for NO_RESPONSE_BUSY in CTB (rev3)

[PATCH v3 0/3] drm/xe/oa: Wa_14026633728
 2026-04-11 12:11 UTC  (7+ messages)
` [PATCH 1/3] drm/xe/oa: Use xe_map layer
` [PATCH 2/3] drm/xe/oa: Use drm_gem_mmap_obj for OA buffer mmap
` [PATCH 3/3] drm/xe/oa: Implement Wa_14026633728
` ✓ CI.KUnit: success for drm/xe/oa: Wa_14026633728 (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/3] Xe3p tuning and workaround fixes
 2026-04-11 10:51 UTC  (7+ messages)
` [PATCH 1/3] drm/xe/tuning: Stop applying CCCHKNREG1 tuning from Xe3p onward
` [PATCH 2/3] drm/xe/tuning: Use proper register offset for GAMSTLB_CTRL
` [PATCH 3/3] drm/xe: Mark ROW_CHICKEN5 as a masked register
` ✓ CI.KUnit: success for Xe3p tuning and workaround fixes
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/gpusvm, pagemap: Do not assume DRM pagemap owns device pages
 2026-04-11  9:06 UTC  (4+ messages)
` [PATCH] drm/gpusvm,pagemap: "

[PATCH v7 0/5] Use new dma-map IOVA alloc, link, and sync API in GPU SVM and DRM pagemap
 2026-04-11  8:43 UTC  (9+ messages)
` [PATCH v7 1/5] drm/gpusvm: Use dma-map IOVA alloc, link, and sync API in GPU SVM
` [PATCH v7 2/5] drm/pagemap: Drop source_peer_migrates flag and assume true
` [PATCH v7 3/5] drm/pagemap: Split drm_pagemap_migrate_map_pages into device / system
` [PATCH v7 4/5] drm/pagemap: Use dma-map IOVA alloc, link, and sync API for DRM pagemap
` [PATCH v7 5/5] drm/pagemap: Fix drm_pagemap_migrate_unmap_pages kerneldoc
` ✓ CI.KUnit: success for Use new dma-map IOVA alloc, link, and sync API in GPU SVM and DRM pagemap (rev7)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v5 0/9] Introduce Xe PCIe FLR
 2026-04-11  8:11 UTC  (4+ messages)

[PATCH] drm/xe/debugfs: Correct printing of register whitelist ranges
 2026-04-11  6:05 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/debugfs: Correct printing of register whitelist ranges (rev2)

[PATCH v2 0/4] kernel-doc fix for headers
 2026-04-11  5:48 UTC  (9+ messages)
` [PATCH v2 1/4] drm/xe: Fix stale and mismatched kernel-doc member tags in header files
` [PATCH v2 2/4] drm/xe: Add missing '@' prefix to kernel-doc member tags
` [PATCH v2 3/4] drm/xe: Fix kernel-doc comment syntax issues in header files
` [PATCH v2 4/4] drm/xe: Fix type and parameter name mismatches in kernel-doc references

[PATCH v2 00/10] Start fixing OA whitelist mistakes
 2026-04-11  4:30 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Start fixing OA whitelist mistakes (rev5)

[PATCH 00/10] drm/i915: Some fixes/cleanups to the BIOS FB stuff
 2026-04-11  3:46 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v2 0/3] drm/xe/oa: Wa_14026633728
 2026-04-11  0:49 UTC  (3+ messages)
` [PATCH 1/3] drm/xe/oa: Use xe_map layer

[PATCH v2 0/7] drm/xe/guc: Recommend GuC v70.60.0 for LNL, BMG, PTL
 2026-04-10 20:24 UTC  (5+ messages)
` [PATCH v2 5/7] Reapply "drm/xe/nvls: Define GuC firmware for NVL-S"
` [PATCH v2 6/7] Reapply "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI"


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