Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-18 04:31:48 to 2026-06-22 07:06:01 UTC [more...]

[PATCH RFC v2 0/4] Add support for DisplayPort link training information report
 2026-06-22  7:05 UTC  (7+ messages)
` [PATCH RFC v2 1/4] drm: Introduce DisplayPort connector helpers with link training state
` [PATCH RFC v2 2/4] drm/i915/display/dp: Adopt dp_connector helpers to expose "
` [PATCH RFC v2 3/4] drm/bridge: Wire drmm_connector_dp_init() via new DRM_BRIDGE_OP_DP flag
` [PATCH RFC v2 4/4] drm/mediatek: Use dp_connector helpers to report link training state

[PATCH 0/9] drm/xe: add page size allocation mode control and coverage
 2026-06-22  7:00 UTC  (10+ messages)
` [PATCH 1/9] drm/xe: add page size allocation control state to xe_device
` [PATCH 2/9] drm/xe: add helper for multi page-size support
` [PATCH 3/9] drm/xe/debugfs: add page size allocation mode knob
` [PATCH 4/9] drm/xe: add 1G BO page-size alignment flag
` [PATCH 5/9] drm/xe: apply debug page-size policy to user BO creation
` [PATCH 6/9] drm/xe/vm: apply debug page-size policy to VMA map flags
` [PATCH 7/9] drm/xe/vm: validate large-page user BO bind alignment
` [PATCH 8/9] drm/xe/pt: limit page-table walk depth for large-page mappings
` [PATCH 9/9] drm/xe/tests: add live KUnit coverage for BO page-size allocation modes

[PATCH v8 0/6] Introduce cold reset recovery method
 2026-06-22  6:23 UTC  (6+ messages)
` [PATCH v8 5/6] drm/xe: Suppress Surprise Link Down on device

[PATCH v2 0/2] Add drm_ras netlink error event support
 2026-06-22  5:19 UTC  (6+ messages)
` [PATCH v2 1/2] drm/drm_ras: Add drm_ras netlink error event
` [PATCH v2 2/2] drm/xe/xe_drm_ras: Add error-event support in XE drm_ras

[PULL] drm-xe-next-fixes
 2026-06-21 23:21 UTC  (3+ messages)

[PATCH v2] Documentation: xe_drm: fix chars used for subsection
 2026-06-21  4:07 UTC 

[RFC PATCH v3 0/3] drm/xe: Structured RAS error logging infrastructure
 2026-06-20 19:39 UTC  (9+ messages)
` [RFC PATCH v3 1/3] drm/xe: Add error Signature IDs for RAS logging
` [RFC PATCH v3 2/3] drm/xe: Add RAS logging helpers
` [RFC PATCH v3 3/3] drm/xe: use XE_RAS_WEDGED macro in xe_device_declare_wedged

[PATCH v2 0/7] Prepare GuC resource managers for VFs provisioning in PF admin only mode
 2026-06-20 16:12 UTC  (13+ messages)
` [PATCH v2 1/7] drm/xe/guc: Use ID manager to get total number of contexts
` [PATCH v2 2/7] drm/xe/guc: Use DB manager to get total number of doorbells
` [PATCH v2 3/7] drm/xe/guc: Decouple the GuC ID manager from the submission state
` [PATCH v2 4/7] drm/xe/guc: Decouple the GuC DB "
` [PATCH v2 5/7] drm/xe/guc: Add start offset support to GuC ID manager
` [PATCH v2 6/7] drm/xe/guc: Add start offset support to GuC doorbell manager
` [PATCH v2 7/7] drm/xe/guc: Allow reserving GuC context IDs without retained range
` ✓ CI.KUnit: success for Prepare GuC resource managers for VFs provisioning in PF admin only mode (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v1 0/7] Prepare GuC resource managers for VFs provisioning in PF admin only mode
 2026-06-19 19:18 UTC  (9+ messages)
` [PATCH v1 1/7] drm/xe/guc: Use ID manager to get total number of contexts
` [PATCH v1 2/7] drm/xe/guc: Use DB manager to get total number of doorbells
` [PATCH v1 3/7] drm/xe/guc: Decouple the GuC ID manager from the submission state
` [PATCH v1 4/7] drm/xe/guc: Decouple the GuC DB "
` [PATCH v1 5/7] drm/xe/guc: Add start offset support to GuC ID manager
` [PATCH v1 6/7] drm/xe/guc: Add start offset support to GuC doorbell manager
` [PATCH v1 7/7] drm/xe/guc: Allow reserving GuC context IDs without retained range
` ✗ CI.KUnit: failure for Prepare GuC resource managers for VFs provisioning in PF admin only mode

[PATCH 0/9] drm/xe: Probe info outside of xe_info_init() and xe_info_init_early()
 2026-06-19 18:05 UTC  (17+ messages)
` [PATCH 1/9] drm/xe: Add framework for info probing
` [PATCH 2/9] drm/xe/step: Pass xe_step_info to xe_step_*_get() functions
` [PATCH 3/9] drm/xe: Add devid and revid to xe_probed_info
` [PATCH 5/9] drm/xe: Add platform-level step info "
` [PATCH 6/9] drm/xe/tests: Set non-GMDID graphics step in xe_pci_fake_device_init()
` [PATCH 7/9] drm/xe: Add graphics/media IPs and their step info to xe_probed_info
` [PATCH 8/9] drm/xe: Don't initialize tile_count in xe_info_init_early()
` [PATCH 9/9] drm/xe: Add tile_count to xe_probed_info

[PATCH v6 00/19] drm/atomic: Rework initial state allocation
 2026-06-19 16:24 UTC  (3+ messages)
` [PATCH v6 15/19] drm/connector: Add new atomic_create_state callback

[PATCH 0/4] DSC max delta bpp support
 2026-06-19 15:16 UTC  (8+ messages)
` [PATCH 1/4] drm/dp: Add DP_DSC_MAX_BPP_DELTA register
` [PATCH 2/4] drm/dp: Rename YCbCr420 bpp delta mask to native
` [PATCH 3/4] drm/dp: Add max bpp delta computation constants
` [PATCH 4/4] drm/i915/dp: Decode dsc max delta bpp from sink dpcd
` ✓ CI.KUnit: success for DSC max delta bpp support (rev4)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v4 0/2] Add a debugfs for pcode information
 2026-06-19 13:59 UTC  (8+ messages)
` ✓ CI.KUnit: success for "
` [PATCH v4 1/2] drm/xe/pcode: Add support to get pcode version from PMT
` [PATCH v4 2/2] drm/xe/debugfs: Add debugfs for pcode information
` ✓ Xe.CI.BAT: success for Add a "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/4] drm/i915/display: Switch DG2 MPLLB handling to the DPLL framework
 2026-06-19 13:57 UTC  (10+ messages)
` [PATCH 1/4] drm/i915/display: Split out DG2 MPLLB enable helper
` [PATCH 2/4] drm/i915/display: Add DG2 MPLLB DPLL manager support
` [PATCH 3/4] drm/i915/display: Prepare DG2 DDI and compute paths for DPLL framework
` [PATCH 4/4] drm/i915/display: Switch DG2 to use "

[PATCH] gpu/buddy: bail out of try_harder when alignment cannot be honoured
 2026-06-19 12:45 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v5] drm/xe/guc: Hold device ref until queue teardown completes
 2026-06-19 12:30 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Hold device ref until queue teardown completes (rev3)
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH] drm/xe/mcr: Prefer GT-oriented WARN messages
 2026-06-19 11:48 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/mcr: Prefer GT-oriented WARN messages (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v8 00/15] Introduce Xe Uncorrectable Error Handling
 2026-06-19 11:22 UTC  (4+ messages)
` [PATCH v8 04/15] drm/xe/xe_pci_error: Implement PCI error recovery callbacks

[PULL] drm-misc-next
 2026-06-19  9:17 UTC 

[PATCH 0/4] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-19  8:48 UTC  (11+ messages)
` [PATCH 4/4] drm/i915/panel: Attempt VRR based refresh rate change for !allow_modeset

[PATCH] drm/ttm: rename ttm_place::fpfn/lpfn to param1/param2
 2026-06-19  7:24 UTC  (7+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v5 0/1] Hardware Error handling for Crescent Island
 2026-06-19  5:55 UTC  (6+ messages)
` [PATCH v5 1/1] drm/xe/hw_error: Defeature hardware error handling with system controller
` ✓ CI.KUnit: success for Hardware Error handling for Crescent Island (rev5)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCHES topic/xe-for-CI 0/6] drm/xe: Use GuC fw 70.70.0 for pre-release platforms
 2026-06-19  5:29 UTC  (10+ messages)
` [PATCHES topic/xe-for-CI 1/6] Revert "topic/xe-for-CI: Define GuC firmware for NVL-P"
` [PATCHES topic/xe-for-CI 2/6] Revert "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI"
` [PATCHES topic/xe-for-CI 3/6] Revert "topic/xe-for-CI: Define GuC firmware for NVL-S"
` [PATCHES topic/xe-for-CI 4/6] topic/xe-for-CI: Define GuC firmware for NVL-S
` [PATCHES topic/xe-for-CI 5/6] topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI
` [PATCHES topic/xe-for-CI 6/6] topic/xe-for-CI: Define GuC firmware for NVL-P
` ✓ CI.KUnit: success for drm/xe: Use GuC fw 70.70.0 for pre-release platforms
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/3] drm/xe/kunit: Assert fake pointers before use
 2026-06-19  3:34 UTC  (7+ messages)
` [PATCH 1/3] drm/xe/kunit: Assert ggtt and gt "
` [PATCH 2/3] drm/xe/kunit: Assert gt before assigning relay pointer
` [PATCH 3/3] drm/xe/kunit: Assert gt before assigning idm
` ✓ CI.KUnit: success for drm/xe/kunit: Assert fake pointers before use
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] [RFC]: drm/i915/display: Fix NV12 ceiling division for bigjoiner case
 2026-06-19  2:53 UTC  (4+ messages)
` ✓ CI.KUnit: success for : "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v4 0/2] drm/xe/pagefault: Add SRCID to pagefault reporting
 2026-06-18 23:40 UTC  (6+ messages)
` [PATCH v4 1/2] drm/xe/pagefault: Add SRCID to pagefault struct
` [PATCH v4 2/2] drm/xe/vm: Add srcid to xe_vm_get_property_ioctl fault report
` ✓ CI.KUnit: success for drm/xe/pagefault: Add SRCID to pagefault reporting (rev4)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/xe/forcewake: add delayed-release optimization
 2026-06-18 21:18 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] drm/xe/guc: distinguish wedged from recoverable cancellation
 2026-06-18 19:09 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/xe/guc: fix activity stats error message format
` ✓ CI.KUnit: success for drm/xe/guc: distinguish wedged from recoverable cancellation
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 2/2] drm/i915/dsb: Use safe window path when VRR TG is used
 2026-06-18 18:29 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] drm/i915/dsi: fix i2c adapter reference leak in i2c_adapter_lookup()
 2026-06-18 18:16 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/i915/dsi: fix i2c adapter reference leak in i2c_adapter_lookup() (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2] drm/i915/psr: Force fastset on debugfs write for each connector supporting PSR
 2026-06-18 17:40 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/i915/psr: Force fastset on debugfs write for each connector supporting PSR (rev2)
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH] drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT
 2026-06-18 16:42 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/3] drm/i915/scaler: allocation cleanup
 2026-06-18 14:59 UTC  (5+ messages)
` [PATCH v2 1/3] drm/i915/scaler: remove unused plane_state argument
` [PATCH v2 3/3] drm/i915/scaler: return -EINVAL instead of -1

[PATCH v5 0/1] drm/xe: Add support for GPU health indicator
 2026-06-18 14:57 UTC  (8+ messages)
` [PATCH v5 1/1] drm/xe/xe_ras: Add RAS "
` ✗ CI.checkpatch: warning for drm/xe: Add support for "
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH v9 0/6] Add get-error-counter and clear-error-counter support for CRI
 2026-06-18 13:43 UTC  (11+ messages)
` [PATCH v9 1/6] drm/xe/uapi: Add additional error components to xe drm_ras
` [PATCH v9 2/6] drm/xe/xe_ras: Add support to get error counter value
` [PATCH v9 3/6] drm/xe/xe_ras: Add support to clear "
` [PATCH v9 4/6] drm/xe/xe_drm_ras: Wire get and clear counter callbacks
` [PATCH v9 5/6] drm/xe: Move xe drm_ras initialization
` [PATCH v9 6/6] drm/xe/xe_ras: Add drm_ras feature flag
` ✗ CI.checkpatch: warning for Add get-error-counter and clear-error-counter support for CRI (rev8)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/xe/pf: Disable display in admin only PF mode
 2026-06-18 12:38 UTC  (2+ messages)

[PATCH 0/4] DSC max delta bpp support
 2026-06-18 11:32 UTC  (5+ messages)
` [PATCH 2/4] drm/dp: Rename YCbCr420 bpp delta mask to native
` [PATCH 3/4] drm/dp: Add max bpp delta computation constants

[PATCH v2] drm/i915/dsi: fix i2c adapter reference leak in i2c_adapter_lookup()
 2026-06-18 11:13 UTC 

[PATCH][next] drm/i915/display: make read-only array rates static const
 2026-06-18 11:10 UTC  (2+ messages)

[PATCH] drm/xe: Move drm_client_dev_suspend/resume outside pm block signalling
 2026-06-18 11:02 UTC  (4+ messages)

[PATCH 0/3] Deactive/Reactivate Panel replay on errors
 2026-06-18 10:42 UTC  (8+ messages)
` [PATCH 1/3] drm/i915/psr: Split intel_psr_short_pulse
` [PATCH 2/3] drm/i915/psr: Detect possible ALPM errors on Panel Replay as well
` [PATCH 3/3] drm/i915/psr: Perform Panel Replay exit/activate on errors reported by sink

[PATCH] drm/i915/psr: Force fastset on debugfs write for each connector supporting PSR
 2026-06-18  9:55 UTC  (3+ messages)

[PATCH v2] drm/i915/alpm: Move the check for PSR and Fixed RR in compute_config_late
 2026-06-18  9:22 UTC  (3+ messages)

[PATCH 0/7] Enable FEC when using DP Panel Replay
 2026-06-18  6:04 UTC  (4+ messages)
` [PATCH 2/7] drm/i915/psr: Stop using intel_dsc_enabled_on_link to detect crtc DSC status

[PATCH v2 0/5] Move RTP tables for engine init off the stack
 2026-06-18  5:53 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Move RTP tables for engine init off the stack (rev2)

[PATCH v3 0/2] drm/xe/pagefault: Add SRCID to pagefault reporting
 2026-06-18  5:17 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/pagefault: Add SRCID to pagefault reporting (rev3)

[PATCH v4 0/1] drm/xe: Add support for GPU health indicator
 2026-06-18  4:46 UTC  (5+ messages)
` [PATCH v4 1/1] drm/xe/xe_ras: Add RAS "


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