Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 10:09:27 to 2026-02-23 23:07:34 UTC [more...]

[PATCH 1/2] drm/xe: Skip over non leaf pte for PRL generation
 2026-02-23 23:07 UTC  (8+ messages)
` [PATCH 2/2] drm/xe: Move page reclaim done_handler to own func

[PATCH 0/3] drm/xe: PXP fixes
 2026-02-23 22:48 UTC  (7+ messages)
` [PATCH 1/3] drm/xe/pxp: Clean up termination status on failure
` [PATCH 2/3] drm/xe/pxp: Remove incorrect handling of impossible state during suspend

[PATCH v2 00/23] Workaround cleanup & simplification
 2026-02-23 22:47 UTC  (38+ messages)
` [PATCH v2 06/23] drm/xe: Consolidate workaround entries for Wa_16028005424
` [PATCH v2 07/23] drm/xe: Consolidate workaround entries for Wa_16021865536
` [PATCH v2 08/23] drm/xe: Consolidate workaround entries for Wa_18032247524
` [PATCH v2 09/23] drm/xe: Consolidate workaround entries for Wa_16018712365
` [PATCH v2 10/23] drm/xe: Consolidate workaround entries for Wa_14020338487
` [PATCH v2 11/23] drm/xe: Consolidate workaround entries for Wa_14018471104
` [PATCH v2 12/23] drm/xe: Consolidate workaround entries for Wa_16021639441
` [PATCH v2 13/23] drm/xe: Consolidate workaround entries for Wa_14021402888
` [PATCH v2 14/23] drm/xe: Consolidate workaround entries for Wa_13012615864
` [PATCH v2 15/23] drm/xe: Consolidate workaround entries for Wa_18041344222
` [PATCH v2 16/23] drm/xe: Consolidate workaround entries for Wa_14019877138
` [PATCH v2 17/23] drm/xe: Consolidate workaround entries for Wa_14019386621
` [PATCH v2 18/23] drm/xe: Consolidate workaround entries for Wa_14019988906
` [PATCH v2 19/23] drm/xe: Consolidate workaround entries for Wa_18033852989
` [PATCH v2 20/23] drm/xe: Consolidate workaround entries for Wa_15016589081
` [PATCH v2 22/23] drm/xe/wa_oob: Consolidate some OOB rules
` [PATCH v2 23/23] drm/xe: Consolidate workaround entries for Wa_14023061436

[PATCH] drm/pagemap: Unlock cache->lock before freeing it
 2026-02-23 22:36 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v3 1/3] gpu/buddy: fix module_init() usage
 2026-02-23 22:31 UTC  (8+ messages)

[PATCH] gpu: Fix uninitialized buddy for built-in drivers
 2026-02-23 22:30 UTC  (2+ messages)

[PATCH] drm/xe: Document exec queue priority rules
 2026-02-23 22:28 UTC  (7+ messages)
` ✓ CI.KUnit: success for "
`  "

[RFC PATCH 0/6] Add memory page offlining support
 2026-02-23 21:26 UTC  (7+ messages)
` [RFC PATCH 6/6] [DO NOT REVIEW]]drm/xe/cri: Add sysfs interface for bad gpu vram pages

[RFC v2 0/1] Do not create drm device for PF only admin mode
 2026-02-23 21:22 UTC  (6+ messages)
` [RFC v2 1/1] drm/xe/pf: Skip creating DRM device entries in PF admin‑only mode
` ✗ CI.checkpatch: warning for Do not create drm device for PF only admin mode (rev2)
` ✓ CI.KUnit: success "

[PATCH 0/2] drm/colorop: Keep colorop state consistent across atomic commits
 2026-02-23 21:14 UTC  (6+ messages)
` [PATCH 1/2] drm/colorop: Preserve bypass value in duplicate_state()
` [PATCH 2/2] drm/atomic: Add affected colorops with affected planes

[PATCH] drm/i915: Fix color blob reference handling in intel_plane_state
 2026-02-23 21:08 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] drm/i915/display: Enable AS SDP Skip Frames
 2026-02-23 21:07 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH v6 0/2] drm/xe: Add prefetch pagefault support for Xe3p
 2026-02-23 20:24 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: Add prefetch pagefault support for Xe3p (rev6)

[PATCH] drm/i915/selftests: Fix build after dma-fence locking rework
 2026-02-23 20:03 UTC  (9+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "

[PATCH] drm/gpusvm: Fix drm_gpusvm_pages_valid_unlocked() kernel-doc
 2026-02-23 19:18 UTC  (2+ messages)

[PATCH 00/22] Intel Xe GPU Debug Support (eudebug) v7
 2026-02-23 19:08 UTC  (29+ messages)
` [PATCH 01/22] drm/xe/eudebug: Introduce eudebug interface
` [PATCH 02/22] drm/xe/eudebug: Add documentation
` [PATCH 03/22] drm/xe/eudebug: Add connection establishment documentation
` [PATCH 04/22] drm/xe/eudebug: Introduce discovery for resources
` [PATCH 05/22] drm/xe/eudebug: Introduce exec_queue events
` [PATCH 06/22] drm/xe: Add EUDEBUG_ENABLE exec queue property
` [PATCH 07/22] drm/xe/eudebug: Mark guc contexts as debuggable
` [PATCH 08/22] drm/xe: Introduce ADD_DEBUG_DATA and REMOVE_DEBUG_DATA vm bind ops
` [PATCH 09/22] drm/xe/eudebug: Introduce vm bind and vm bind debug data events
` [PATCH 10/22] drm/xe/eudebug: Add UFENCE events with acks
` [PATCH 11/22] drm/xe/eudebug: vm open/pread/pwrite
` [PATCH 12/22] drm/xe/eudebug: userptr vm pread/pwrite
` [PATCH 13/22] drm/xe/eudebug: hw enablement for eudebug
` [PATCH 14/22] drm/xe/eudebug: Introduce EU control interface
` [PATCH 15/22] drm/xe/eudebug: Introduce per device attention scan worker
` [PATCH 16/22] drm/xe/eudebug_test: Introduce xe_eudebug wa kunit test
` [PATCH 17/22] drm/xe: Implement SR-IOV and eudebug exclusivity
` [PATCH 18/22] drm/xe: Add xe_client_debugfs and introduce debug_data file
` [PATCH 19/22] drm/xe/eudebug: Add read/count/compare helper for eu attention
` [PATCH 20/22] drm/xe/vm: Support for adding null page VMA to VM on request
` [PATCH 21/22] drm/xe/eudebug: Introduce EU pagefault handling interface
` [PATCH 22/22] drm/xe/eudebug: Enable EU pagefault handling
` ✗ CI.checkpatch: warning for Intel Xe GPU Debug Support (eudebug) v7
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v8 0/5] Introduce DRM_RAS using generic netlink for RAS
 2026-02-23 18:55 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for Introduce DRM_RAS using generic netlink for RAS (rev8)

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-23 18:55 UTC  (5+ messages)

[PATCH v3] drm/xe: Fix memory leak in xe_vm_madvise_ioctl
 2026-02-23 18:34 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/xe: Fix memory leak in xe_vm_madvise_ioctl (rev3)

[PATCH v2] drm/xe: Fix memory leak in xe_vm_madvise_ioctl
 2026-02-23 17:43 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe: Fix memory leak in xe_vm_madvise_ioctl (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v3 0/4] Add debugfs facility to catch RTP mistakes
 2026-02-23 17:40 UTC  (2+ messages)

[PATCH v35 0/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2026-02-23 17:28 UTC  (7+ messages)
` [PATCH v35 1/4] drm/xe/xe_pagefault: Disallow writes to read-only VMAs
` [PATCH v35 2/4] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v35 3/4] drm/xe/xe_vm: Add per VM fault info
` [PATCH v35 4/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH 0/2] Misc fix for xe_guc_ct.c
 2026-02-23 17:05 UTC  (6+ messages)
` [PATCH 1/2] drm/xe/guc: Accumulate CT H2G retry sleep budget
` [PATCH 2/2] drm/xe/guc: Refine CT queue checks and log formatting
` ✓ CI.KUnit: success for Misc fix for xe_guc_ct.c

[PATCH] drm/xe/compat: Remove unused i915_reg.h from compat header
 2026-02-23 17:10 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH v4 1/2] drm/buddy: Improve offset-aligned allocation handling
 2026-02-23 16:47 UTC  (2+ messages)

[PATCH] drm/i915/display/dp: On dpcd init/caps wake the dprx
 2026-02-23 16:47 UTC  (2+ messages)

[PATCH 0/5] drm/i915/dp_tunnel: Preparation for UHBR DP tunnels
 2026-02-23 16:45 UTC  (10+ messages)
` [PATCH 1/5] drm/i915/dp_tunnel: Don't update tunnel state during system resume
` [PATCH 2/5] drm/i915/dp_tunnel: Simplify detection of link BW change
` [PATCH 4/5] drm/i915/dp_tunnel: Sanitize documentation of intel_dp_tunnel_detect()

[PATCH v8 00/20] Add new general DRM property "color format"
 2026-02-23 16:17 UTC  (6+ messages)
` [PATCH v8 02/20] drm: "
` [PATCH v8 13/20] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts

[PATCH] drm/xe/uapi: Update xe_drm.h documentation
 2026-02-23 16:16 UTC  (2+ messages)

[PATCH 00/14] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
 2026-02-23 15:08 UTC  (17+ messages)
` [PATCH 01/14] drm/i915/dp: Fix readback for target_rr in Adaptive Sync SDP
` [PATCH 02/14] drm/i915/vrr: Avoid vrr for PCON with HDMI2.1 sink
` [PATCH 03/14] drm/i915/dp: Add a helper to decide if AS SDP is needed
` [PATCH 04/14] drm/i915/dp: Update the helper intel_dp_needs_as_sdp() for CMRR
` [PATCH 05/14] include/drm/display/dp: Add field for storing AS SDP version
` [PATCH 06/14] drm/i915/dp: Use version field of AS SDP data structure
` [PATCH 07/14] drm/i915/dp: Compute AS SDP after PSR and LOBF
` [PATCH 08/14] drm/i915/dp: Add AS SDP support for PR with link ON
` [PATCH 09/14] drm/i915/psr: Add helper to check if PR is with link OFF
` [PATCH 10/14] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
` [PATCH 11/14] drm/i915/dp: Program AS SDP DB[1:0] for PR with Link off
` [PATCH 12/14] include/drm/display/dp: Add DPCD registers for configuring Panel Replay + VRR
` [PATCH 13/14] drm/i915/display: Add member to store AS SDP transmission time
` [PATCH 14/14] drm/i915/dp: Account for AS_SDP guardband only when enabled
` ✓ CI.KUnit: success for Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
` ✓ Xe.CI.BAT: "

[PATCH 0/8] Introduce Xe Uncorrectable Error Handling
 2026-02-23 14:30 UTC  (7+ messages)
` [PATCH 6/8] drm/xe/xe_ras: Add structures and commands for Uncorrectable Core Compute Errors
` [PATCH 7/8] drm/xe/xe_ras: Add support for Uncorrectable Core-Compute errors

[REGRESSION] Display freeze on VT switch back to X11 since v6.16
 2026-02-23 14:19 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for Display freeze on VT switch back to X11 since v6.16 (rev2)

[PATCH v2] drm/i915/fbc: remove uint16 from supported fbc formats in xe3plpd
 2026-02-23 14:18 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/i915/fbc: remove uint16 from supported fbc formats in xe3plpd (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v2 0/3] drm/xe/pf: Some VRAM flag improvements
 2026-02-23 14:14 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/pf: Some VRAM flag improvements (rev2)

[REGRESSION] Display freeze on VT switch back to X11 since v6.16
 2026-02-23 11:52 UTC  (5+ messages)

[PATCH] drm/xe: Don't expose display modparam if no display support
 2026-02-23 13:53 UTC  (2+ messages)

[PATCH 2/4] drm/i915/vrr: Avoid vrr for PCON with HDMI2.1 sink
 2026-02-23 13:41 UTC  (17+ messages)
` [PATCH 00/14] Fix Adaptive Sync SDP for Panel Replay
  ` [PATCH 01/14] drm/i915/dp: Fix readback for target_rr in Adaptive Sync SDP
  ` [PATCH 02/14] drm/i915/vrr: Avoid vrr for PCON with HDMI2.1 sink
  ` [PATCH 03/14] drm/i915/dp: Add a helper to decide if AS SDP is needed
  ` [PATCH 04/14] drm/i915/dp: Update the helper intel_dp_needs_as_sdp() for CMRR
  ` [PATCH 05/14] include/drm/display/dp: Add field for storing AS SDP version
  ` [PATCH 06/14] drm/i915/dp: Use version field of AS SDP data structure
  ` [PATCH 07/14] drm/i915/dp: Compute AS SDP after PSR and LOBF
  ` [PATCH 08/14] drm/i915/dp: Add AS SDP support for PR with link ON
  ` [PATCH 09/14] drm/i915/psr: Add helper to check if PR is with link OFF
  ` [PATCH 10/14] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
  ` [PATCH 11/14] drm/i915/dp: Program AS SDP DB[1:0] for PR with Link off
  ` [PATCH 12/14] include/drm/display/dp: Add DPCD registers for configuring Panel Replay + VRR
  ` [PATCH 13/14] drm/i915/display: Add member to store AS SDP transmission time
  ` [PATCH 14/14] drm/i915/dp: Account for AS_SDP guardband only when enabled

linux-next: manual merge of the drm-xe tree with the drm-misc tree
 2026-02-23 13:40 UTC  (2+ messages)

linux-next: manual merge of the drm-xe tree with the origin tree
 2026-02-23 13:39 UTC 

linux-next: manual merge of the drm-xe tree with the origin tree
 2026-02-23 13:35 UTC 

linux-next: manual merge of the drm-xe tree with the origin tree
 2026-02-23 13:34 UTC 

[PATCH] drm/i915/fbc: remove uint16 from supported fbc formats in xe3plpd
 2026-02-23 13:18 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH] drm/xe/compat: remove compat i915_reg.h
 2026-02-23 12:07 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v5 1/1] drm/xe/gsc: Fix GSC proxy cleanup on early initialization failure
 2026-02-23 11:58 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for series starting with [v5,1/1] "

[PATCH] drm/displayid: reduce DisplayID checksum error logging to debug
 2026-02-23 11:47 UTC  (3+ messages)

[PATCH v8 06/20] drm/display: hdmi-state-helper: Try subsampling in mode_valid
 2026-02-23 10:58 UTC  (2+ messages)

[PATCH 00/19] Refactor LT PHY PLL handling to use DPLL framework
 2026-02-23 10:47 UTC  (4+ messages)
` [PATCH 16/19] drm/i915/lt_phy: Get encoder configuration for xe3plpd platform

[PATCH v3 0/2] Update the PHY timeouts
 2026-02-23 10:38 UTC  (5+ messages)
` [PATCH v3 1/2] drm/i915/cx0_phy_regs: Include SoC and OS turnaround time
` [PATCH v3 2/2] drm/i915/lt_phy_regs: Add SoC/OS "


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