Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-28 19:02:33 to 2026-01-29 19:28:46 UTC [more...]

[PATCH v2 1/2] efi/libstub: enable apple-set-os for all apple devices
 2026-01-29 10:33 UTC  (3+ messages)

[RFC PATCH v3 00/11] Use new dma-map IOVA alloc, link, and sync API in GPU SVM and DRM pagemap
 2026-01-29 19:28 UTC  (15+ messages)
` [RFC PATCH v3 04/11] drm/pagemap: Use dma-map IOVA alloc, link, and sync API for "
` [RFC PATCH v3 06/11] drm/pagemap: Add IOVA interface to "

[PULL] drm-xe-next-fixes
 2026-01-29 19:19 UTC 

[PATCH v2] drm/xe/guc: Fix CFI violation in debugfs access
 2026-01-29 19:07 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Fix CFI violation in debugfs access. (rev3)

[PATCH] drm/xe/guc: Fix CFI panic due to function signature mismatch
 2026-01-29 19:00 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v2 0/6] drm/xe/guc: Make MMIO communication more robust
 2026-01-29 18:57 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/guc: Make MMIO communication more robust (rev2)

[PATCH 0/2] Fix fs_reclaim deadlock caused by CCS save/restore
 2026-01-29 18:30 UTC  (8+ messages)
` [PATCH 1/2] drm/xe/vf: Fix fs_reclaim warning with CCS save/restore BB allocation
` [PATCH 2/2] drm/xe/sa: Add lockdep annotations for SA manager swap_guard
` ✓ CI.KUnit: success for Fix fs_reclaim deadlock caused by CCS save/restore
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/guc: Fix kernel-doc warning in GuC scheduler ABI header
 2026-01-29 18:23 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 00/16] Account for DSC bubble overhead for horizontal slices
 2026-01-29 18:16 UTC  (20+ messages)
` [PATCH 01/16] drm/i915/dp: Early reject bad hdisplay in intel_dp_mode_valid
` [PATCH 02/16] drm/i915/dp: Move num_joined_pipes and related checks together
` [PATCH 03/16] drm/i915/dp: Extract helper to get the hdisplay limit
` [PATCH 04/16] drm/i915/dp: Rework pipe joiner logic in mode_valid
` [PATCH 05/16] drm/i915/dp: Rework pipe joiner logic in compute_config
` [PATCH 06/16] drm/i915/dp_mst: Move the check for dotclock at the end
` [PATCH 07/16] drm/i915/dp_mst: Move the joiner dependent code together
` [PATCH 08/16] drm/i915/dp_mst: Rework pipe joiner logic in mode_valid
` [PATCH 09/16] drm/i915/dp_mst: Extract helper to compute link for given joiner config
` [PATCH 10/16] drm/i915/dp_mst: Rework pipe joiner logic in compute_config
` [PATCH 11/16] drm/i915/dp: Remove unused joiner helpers
` [PATCH 12/16] drm/i915/dp: Introduce helper to check pixel rate against dotclock limits
` [PATCH 13/16] drm/i915/dp: Refactor dsc_slice_count handling in intel_dp_mode_valid()
` [PATCH 14/16] drm/i915/dp: Account for DSC slice overhead
` [PATCH 15/16] drm/i915/display: Add upper limit check for pixel clock
` [PATCH 16/16] drm/i915/display: Extend the max dotclock limit to WCL
` ✓ CI.KUnit: success for Account for DSC bubble overhead for horizontal slices (rev5)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v1 0/2] drm/xe:Mutual exclusivity between CCS-mode and PF
 2026-01-29 17:22 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] drm/xe: Fix Prevent VFs from exposing the CCS mode sysfs file
  ` [PATCH v2 2/2] drm/xe: Mutual exclusivity between CCS-mode and PF

[PULL] drm-misc-fixes
 2026-01-29 17:01 UTC 

[PATCH] drm/xe/pf: Fix typo in function kernel-doc
 2026-01-29 16:55 UTC  (3+ messages)

[PATCH v8 0/7] User readable error codes on atomic_ioctl failure
 2026-01-29 14:19 UTC  (12+ messages)
` [PATCH v8 1/7] drm: Define user readable error codes for atomic ioctl
` [PATCH v8 2/7] drm/atomic: Add error_code element in atomic_state
` [PATCH v8 3/7] drm/atomic: Allocate atomic_state at the beginning of atomic_ioctl
` [PATCH v8 4/7] drm/atomic: Call complete_signaling only if prepare_signaling is done
` [PATCH v8 5/7] drm/atomic: Return user readable error in atomic_ioctl
` [PATCH v8 6/7] drm/i915/display: Error codes for async flip failures
` [PATCH v8 7/7] drm: Introduce DRM_CAP_ATOMIC_ERROR_REPORTING
` ✗ CI.checkpatch: warning for User readable error codes on atomic_ioctl failure (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v7 0/6] drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms
 2026-01-29 13:26 UTC  (10+ messages)
` [PATCH v7 1/6] drm/xe/sysctrl: Add System Controller register definitions
` [PATCH v7 2/6] drm/xe/sysctrl: Add System Controller types and structures
` [PATCH v7 3/6] drm/xe/sysctrl: Add System Controller mailbox implementation
` [PATCH v7 4/6] drm/xe/sysctrl: Add System Controller initialization
` [PATCH v7 5/6] drm/xe/sysctrl: Integrate System Controller into device
` [PATCH v7 6/6] drm/xe/sysctrl: Enable System Controller for Xe3p
` ✗ CI.checkpatch: warning for drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[RFC PATCH] drm/buddy: Optimize large alignment handling to avoid unnecessary splits
 2026-01-29 13:19 UTC  (5+ messages)

[PATCH v2 0/1] i915/i915_driver: move intel_gvt_init() level higher
 2026-01-29 13:03 UTC  (5+ messages)
` [PATCH v2 1/1] "
` ✓ CI.KUnit: success for i915/i915_driver: move intel_gvt_init() level higher (rev2)
` ✗ Xe.CI.BAT: failure "

[PATCH i-g-t v3 0/6] lsgpu: Report upstream port link bandwidth
 2026-01-29 11:49 UTC  (3+ messages)
` [PATCH i-g-t v3 6/6] lib/igt_device_scan: Print GPU upstream port parent/child relations

[PATCH 00/16] Account for DSC bubble overhead for horizontal slices
 2026-01-29 10:01 UTC  (29+ messages)
` [PATCH 04/16] drm/i915/dp: Rework pipe joiner logic in mode_valid
` [PATCH 08/16] drm/i915/dp_mst: "
` [PATCH 10/16] drm/i915/dp_mst: Rework pipe joiner logic in compute_config
` [PATCH 11/16] drm/i915/dp: Introduce helper to check pixel rate against dotclock limits
` [PATCH 12/16] drm/i915/dp: Refactor dsc_slice_count handling in intel_dp_mode_valid()
` [PATCH 13/16] drm/i915/dp: Account for DSC slice overhead
` [PATCH 14/16] drm/i915/dp: Add helpers for joiner candidate loops
` [PATCH 15/16] drm/i915/display: Add upper limit check for pixel clock
` [PATCH 16/16] drm/i915/display: Extend the max dotclock limit to WCL and pre PTL platforms
` ✗ CI.checkpatch: warning for Account for DSC bubble overhead for horizontal slices (rev4)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH] drm/xe: Reject coh_none PAT index for CPU cached memory in madvise
 2026-01-29  9:58 UTC  (8+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` [PATCH v2] "
` ✓ CI.KUnit: success for drm/xe: Reject coh_none PAT index for CPU cached memory in madvise (rev2)
` ✓ Xe.CI.BAT: "

[PATCH 1/2] drm/xe: Skip over non leaf pte for PRL generation
 2026-01-29  9:48 UTC  (4+ messages)
` [PATCH 2/2] drm/xe: Move page reclaim done_handler to own func
` ✓ CI.KUnit: success for series starting with [1/2] drm/xe: Skip over non leaf pte for PRL generation
` ✓ Xe.CI.BAT: "

[PATCH 0/8] Introduce Xe Uncorrectable Error Handling
 2026-01-29  9:09 UTC  (3+ messages)
` [PATCH 2/8] drm/xe/xe_pci_error: Implement PCI error recovery callbacks

[PATCH 0/3] drm/xe: Enable Wa_14025515070, Enable indirect ring state for XE2+
 2026-01-29  9:08 UTC  (7+ messages)
` [PATCH 1/3] drm/xe: Enable Wa_14025515070
` [PATCH 2/3] Revert "drm/xe/xe3p_xpc: Enable Indirect Ring State for xe3p_xpc"
` [PATCH 3/3] Reapply "drm/xe/xe2: Enable Indirect Ring State support for Xe2"
` ✗ CI.checkpatch: warning for drm/xe: Enable Wa_14025515070, Enable indirect ring state for XE2+
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/display: Wait for pipe start to avoid vblank and scanline jumps
 2026-01-29  8:59 UTC  (5+ messages)
` [PATCH v2] "
` ✓ CI.KUnit: success for drm/i915/display: Wait for pipe start to avoid vblank and scanline jumps (rev2)
` ✓ Xe.CI.BAT: "

[PULL] drm-misc-next-fixes
 2026-01-29  8:58 UTC 

[PATCH v3 0/2] drm/xe/guc: Add Wa_14025883347 for GuC DMA failure on reset
 2026-01-29  8:55 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH 0/4] drm/i915/gvt: further reduce dependency on display
 2026-01-29  8:46 UTC  (15+ messages)
` [PATCH 1/4] drm/i915/display: move enum aux_ch to intel_display_limits.h
` [PATCH 2/4] drm/i915/gvt: drop dependency on display struct dpll
` [PATCH 3/4] drm/i915/gvt: drop dependency on intel_display_types.h
` [PATCH 4/4] drm/i915/gvt: drop unnecessary include of intel_display.h
` ✗ CI.checkpatch: warning for drm/i915/gvt: further reduce dependency on display
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-29  8:41 UTC  (10+ messages)
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v5 8/8] iommufd: Add dma_buf_pin()

[PULL] drm-intel-next-fixes
 2026-01-29  8:11 UTC 

[PATCH v3] drm/xe/tests: Fix g2g_test_array indexing
 2026-01-29  6:38 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/xe/tests: Fix g2g_test_array indexing (rev3)
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/dp: Add a meaningful return to intel_dp_read_dsc_dpcd
 2026-01-29  4:59 UTC  (6+ messages)
` [PATCH v2] "
` ✓ CI.KUnit: success for drm/i915/dp: Add a meaningful return to intel_dp_read_dsc_dpcd (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v2] drm/i915/display: Add quirk to force backlight type on some TUXEDO devices
 2026-01-29  4:23 UTC  (2+ messages)

[PATCH] drm/i915/power_well: Enable workaround for DSS clock gating issue (22021048059)
 2026-01-29  3:11 UTC  (2+ messages)

[PATCH] drm/xe/gt: Use CLASS() for forcewake in xe_gt_enable_comp_1wcoh
 2026-01-29  2:19 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-29  1:49 UTC  (11+ messages)
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH v3 00/13] Remove device private pages from physical address space
 2026-01-29  1:06 UTC  (3+ messages)
` [PATCH v3 01/13] mm/migrate_device: Introduce migrate_pfn_from_page() helper

[PATCH v2] drm/xe/tests: Fix g2g_test_array indexing
 2026-01-29  0:40 UTC  (7+ messages)

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-29  0:01 UTC  (3+ messages)

[PATCH v5 0/6] Attempt to fixup reset, wedge, unload corner cases
 2026-01-29  0:01 UTC  (9+ messages)
` [PATCH v5 1/6] drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
` [PATCH v5 2/6] drm/xe: Forcefully tear down exec queues in GuC submit fini
` [PATCH v5 3/6] drm/xe: Trigger queue cleanup if not in wedged mode 2
` [PATCH v5 4/6] drm/xe: Use XE_WEDGED_MODE_UPON_ANY_HANG_NO_RESET enum instead of magic number
` [PATCH v5 5/6] drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
` [PATCH v5 6/6] drm/xe/uc: Drop xe_guc_sanitize in favor of managed cleanup
` ✓ CI.KUnit: success for Attempt to fixup reset, wedge, unload corner cases
` ✓ Xe.CI.BAT: "

[PATCH 00/12] Fix MCR inconsistencies in RTP tables
 2026-01-28 23:59 UTC  (7+ messages)
` [PATCH 10/12] drm/xe/kunit: Include hw_engines in xe_wa test
` [PATCH 11/12] drm/xe/mcr: Extract reg_in_steering_type_ranges()
` [PATCH 12/12] drm/xe/reg_sr: Do sanity check for MCR vs non-MCR

[PATCH 0/5] drm/xe/configfs: Add sriov.admin_only_pf attribute
 2026-01-28 23:42 UTC  (4+ messages)
` [PATCH 5/5] "

[PATCH] drm/xe/pf: Simplify IS_SRIOV_PF macro
 2026-01-28 23:20 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v1] i915/i915_driver: move intel_gvt_init() level higher
 2026-01-28 23:11 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v6 0/6] drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms
 2026-01-28 23:10 UTC  (9+ messages)
` [PATCH v6 2/6] drm/xe/sysctrl: Add System Controller types and structures
` [PATCH v6 4/6] drm/xe/sysctrl: Add System Controller initialization
` [PATCH v6 5/6] drm/xe/sysctrl: Integrate System Controller into device
` [PATCH v6 6/6] drm/xe/sysctrl: Enable System Controller for Xe3p

[PATCH 1/1] drm/xe/xe2lpg: Extend Wa_18041344222 to graphics IP 20.04
 2026-01-28 22:54 UTC  (3+ messages)

[PATCH] drm/xe/mmio: Avoid double-adjust in 64-bit reads
 2026-01-28 22:39 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v4 0/5] Attempt to fixup reset, wedge, unload corner cases
 2026-01-28 21:55 UTC  (5+ messages)
` [PATCH v4 3/5] drm/xe: Trigger queue cleanup if not in wedged mode 2

[PATCH v2 1/1] drm/xe/gsc: Fix GSC proxy cleanup on early initialization failure
 2026-01-28 21:52 UTC  (3+ messages)

[PATCH v7 0/5] drm/xe: Privatize struct xe_ggtt
 2026-01-28 21:17 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for drm/xe: Privatize struct xe_ggtt. (rev5)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH] drm/xe/cri: Add check to verify if CSC is a PCIe endpoint
 2026-01-28 19:29 UTC  (2+ messages)


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