Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-08 09:50:16 to 2026-01-09 09:27:29 UTC [more...]

[RESENDv2 v2 00/11] Remove device private pages from physical address space
 2026-01-08 23:39 UTC  (4+ messages)
` [RESENDv2 v2 07/11] mm: Add a new swap type for migration entries of device private pages

[PATCH v2 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
 2026-01-09  9:27 UTC  (19+ messages)
` [PATCH v2 01/13] drm/i915/color: Place 3D LUT after CSC in plane color pipeline
` [PATCH v2 02/13] drm/amd/display: Fix color pipeline enum name leak
` [PATCH v2 03/13] drm/vkms: "
` [PATCH v2 04/13] drm/i915/display: "
` [PATCH v2 05/13] drm/colorop: Add destroy helper for colorop objects
` [PATCH v2 06/13] drm: Allow driver-managed destruction of "
` [PATCH v2 07/13] drm/amd/display: Hook up colorop destroy helper for plane pipelines
` [PATCH v2 08/13] drm/vkms: "
` [PATCH v2 09/13] drm/i915/display: Hook up intel_colorop_destroy
` [PATCH v2 10/13] drm: Clean up colorop objects during mode_config cleanup
` [PATCH v2 11/13] drm/vkms: Remove drm_colorop_pipeline_destroy() from vkms_destroy()
` [PATCH v2 12/13] drm/colorop: Use destroy callback for color pipeline teardown
` [PATCH v2 13/13] drm/i915/color: Add failure handling in plane color pipeline init
` ✗ CI.checkpatch: warning for drm: Color pipeline teardown and follow-up fixes/improvements (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH 1/5] drm/xe/guc: fix struct guc_lfd_file_header kernel-doc
 2026-01-09  9:12 UTC  (4+ messages)
` [PATCH 5/5] drm/xe: improve header check

[PATCH 0/2] Add VBT-based eDP Pipe Joiner control
 2026-01-09  8:58 UTC  (9+ messages)
` [PATCH 1/2] drm/i915/vbt: Add edp pipe joiner enable/disable bits
` [PATCH 2/2] drm/i915/dp: Avoid joiner for eDP if not enabled in VBT
` ✓ CI.KUnit: success for Add VBT-based eDP Pipe Joiner control
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/i915: free _DSM package when no connectors
 2026-01-09  8:57 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v3 0/7] Enable THP support in drm_pagemap
 2026-01-09  8:54 UTC  (8+ messages)
` [PATCH v3 1/7] mm: Add folio_split_unref helper
` [PATCH v3 2/7] fs/dax: Use "
` [PATCH v3 3/7] mm: Split device-private and coherent folios before freeing
` [PATCH v3 4/7] drm/pagemap: Unlock and put folios when possible
` [PATCH v3 5/7] drm/pagemap: Add helper to access zone_device_data
` [PATCH v3 6/7] drm/pagemap: Correct cpages calculation for migrate_vma_setup
` [PATCH v3 7/7] drm/pagemap: Enable THP support for GPU memory migration

[PATCH] drm/i915/display: use port not transcoder for PORT_ALPM_CTL
 2026-01-09  8:49 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
 2026-01-09  8:49 UTC  (8+ messages)
` [PATCH 05/13] drm: Allow driver-managed destruction of colorop objects
` [PATCH 13/13] drm/i915/color: Add failure handling in plane color pipeline init

[PATCH] drm/xe: fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue()
 2026-01-09  8:40 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/4] Introduce DRM_RAS using generic netlink for RAS
 2026-01-09  8:08 UTC  (7+ 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 v2 00/11] Remove device private pages from physical address space
 2026-01-09  6:22 UTC  (18+ messages)
` [PATCH v2 01/11] mm/migrate_device: Introduce migrate_pfn_from_page() helper
` [PATCH v2 02/11] drm/amdkfd: Use migrate pfns internally
` [PATCH v2 04/11] mm/migrate_device: Add migrate PFN flag to track device private pages

[PATCH v2] drm/xe/pm: Handle GT resume failure
 2026-01-09  5:58 UTC  (6+ messages)

[PATCH v2 00/15] drm/i915/pll: Verify pll dividers and remove redundant .clock member
 2026-01-09  4:12 UTC  (15+ messages)
` [PATCH v2 04/15] drm/i915/lt_phy: Drop LT PHY crtc_state for port calculation
` [PATCH v2 09/15] drm/i915/cx0: Fix HDMI FRL clock rates
` [PATCH v2 11/15] drm/i915/cx0: Verify C10/C20 pll dividers
` [PATCH v2 12/15] drm/i915/lt_phy: Add verification for lt phy "

[FOR-CI-DO-NOT-REVIEW 00/12] Testing entire GGTT privatization preparation series
 2026-01-09  1:10 UTC  (17+ messages)
` [FOR-CI-DO-NOT-REVIEW 01/12] drm/xe: Start using ggtt->start in preparation of balloon removal
` [FOR-CI-DO-NOT-REVIEW 02/12] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT
` [FOR-CI-DO-NOT-REVIEW 03/12] drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_node
` [FOR-CI-DO-NOT-REVIEW 04/12] drm/xe/display: Avoid "
` [FOR-CI-DO-NOT-REVIEW 05/12] drm/xe: Do not dereference ggtt_node in xe_bo.c
` [FOR-CI-DO-NOT-REVIEW 06/12] drm/xe: Improve xe_gt_sriov_pf_config GGTT handling
` [FOR-CI-DO-NOT-REVIEW 07/12] drm/xe: Privatize xe_ggtt_node
` [FOR-CI-DO-NOT-REVIEW 08/12] drm/xe: Make xe_ggtt_node offset relative to starting offset
` [FOR-CI-DO-NOT-REVIEW 09/12] drm/xe: Rewrite GGTT VF initialisation
` [FOR-CI-DO-NOT-REVIEW 10/12] drm/xe: Move struct xe_ggtt to xe_ggtt.c
` [FOR-CI-DO-NOT-REVIEW 11/12] drm/xe: Make xe_ggtt_node_insert return a node
` [FOR-CI-DO-NOT-REVIEW 12/12] drm/xe: Remove xe_ggtt_node_allocated
` ✗ CI.checkpatch: warning for Testing entire GGTT privatization preparation series. (rev3)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v4] drm/xe: Allow compressible surfaces to be 1-way coherent
 2026-01-09  1:00 UTC  (3+ messages)

[PATCH v2 0/4] drm/xe/guc: Bump GUC version for NVL-S, CRI
 2026-01-08 22:28 UTC  (8+ messages)
` [PATCH v2 1/4] Revert "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI"
` [PATCH v2 2/4] Revert "drm/xe/nvls: Define GuC firmware for NVL-S"
` [PATCH v2 3/4] drm/xe/nvls: Define GuC firmware for NVL-S
` [PATCH v2 4/4] topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI
` ✓ CI.KUnit: success for drm/xe/guc: Bump GUC version for NVL-S, CRI (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe: Add missing newlines to drm_warn messages
 2026-01-08 21:17 UTC  (2+ messages)

[PATCH v12 0/4] drm/xe: Improve wedged mode handling
 2026-01-08 21:06 UTC  (3+ messages)
` [PATCH v12 2/4] drm/xe: Update wedged.mode only after successful reset policy change

[PATCH 0/4] platform/x86/intel/vsec: Prep for ACPI PMT discovery
 2026-01-08 20:39 UTC  (3+ messages)
` [PATCH 2/4] platform/x86/intel/vsec: Switch exported helpers from pci_dev to device

[PATCH 0/3] Enable GSC loading and PXP for PTL
 2026-01-08 20:27 UTC  (8+ messages)
` [PATCH 1/3] drm/xe/gsc: Make GSC FW load optional for newer platforms
` [PATCH 3/3] drm/xe/ptl: Enable PXP for PTL

[PATCH v2 0/3] Rust GPUVM prerequisites
 2026-01-08 20:26 UTC  (9+ messages)
` [PATCH v2 1/3] drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()
` [PATCH v2 2/3] drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged mode
` [PATCH v2 3/3] drm/gpuvm: use const for drm_gpuva_op_* ptrs
` ✓ CI.KUnit: success for Rust GPUVM prerequisites
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/3] Attempt to fixup reset, wedge, unload corner cases
 2026-01-08 19:17 UTC  (4+ messages)
` [PATCH v2 2/3] drm/xe: Forcefully tear down exec queues in GuC submit fini

[PATCH v4 0/4] drm/xe/hwmon: Expose new temperature attributes
 2026-01-08 19:02 UTC  (8+ messages)
` [PATCH v4 1/4] drm/xe/hwmon: Expose temperature limits
` [PATCH v4 2/4] drm/xe/hwmon: Expose memory controller temperature
` [PATCH v4 3/4] drm/xe/hwmon: Expose GPU pcie temperature
` [PATCH v4 4/4] drm/xe/hwmon: Expose individual vram channel temperature
` ✓ CI.KUnit: success for drm/xe/hwmon: Expose new temperature attributes (rev5)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH topic/xe-for-CI 0/4] drm/xe/guc: Bump GUC version for NVL-S, CRI
 2026-01-08 19:01 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/6] drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms
 2026-01-08 17:40 UTC  (11+ messages)
` [PATCH v3 1/6] drm/xe/sysctrl: Add System Controller register definitions
` [PATCH v3 2/6] drm/xe/sysctrl: Add System Controller types and structures
` [PATCH v3 3/6] drm/xe/sysctrl: Add System Controller mailbox implementation
` [PATCH v3 4/6] drm/xe/sysctrl: Add System Controller initialization
` [PATCH v3 5/6] drm/xe/sysctrl: Integrate System Controller into device
` [PATCH v3 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 (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[FOR-CI-DO-NOT-REVIEW 00/12] Testing entire GGTT privatization preparation series
 2026-01-08 17:25 UTC  (15+ messages)
` [FOR-CI-DO-NOT-REVIEW 01/12] drm/xe: Start using ggtt->start in preparation of balloon removal
` [FOR-CI-DO-NOT-REVIEW 02/12] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT
` [FOR-CI-DO-NOT-REVIEW 03/12] drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_node
` [FOR-CI-DO-NOT-REVIEW 04/12] drm/xe/display: Avoid "
` [FOR-CI-DO-NOT-REVIEW 05/12] drm/xe: Do not dereference ggtt_node in xe_bo.c
` [FOR-CI-DO-NOT-REVIEW 06/12] drm/xe: Improve xe_gt_sriov_pf_config GGTT handling
` [FOR-CI-DO-NOT-REVIEW 07/12] drm/xe: Privatize xe_ggtt_node
` [FOR-CI-DO-NOT-REVIEW 08/12] drm/xe: Make xe_ggtt_node offset relative to starting offset
` [FOR-CI-DO-NOT-REVIEW 09/12] drm/xe: Rewrite GGTT VF initialisation
` [FOR-CI-DO-NOT-REVIEW 10/12] drm/xe: Move struct xe_ggtt to xe_ggtt.c
  ` [FOR-CI-DO-NOT-REVIEW 11/12] drm/xe: Make xe_ggtt_node_insert return a node
  ` [FOR-CI-DO-NOT-REVIEW 12/12] drm/xe: Remove xe_ggtt_node_allocated

[PATCH v2 0/2] replace system_unbound_wq, add WQ_PERCPU to alloc_workqueue
 2026-01-08 16:53 UTC  (7+ messages)
` [PATCH v2 1/2] drm/xe: replace use of system_unbound_wq with system_dfl_wq
` [PATCH v2 2/2] drm/xe: add WQ_PERCPU to alloc_workqueue users

[PATCH 0/4] Page-reclaim fixes and PRL stats addition
 2026-01-08 16:24 UTC  (5+ messages)
` [PATCH 3/4] drm/xe: Fix page reclaim entry handling for large pages
` [PATCH 4/4] drm/xe: Add page reclamation related stats

[PATCH v2 0/7] drm/xe: Privatize struct xe_ggtt_node
 2026-01-08 16:16 UTC  (14+ messages)
` [PATCH v2 1/7] drm/xe: Start using ggtt->start in preparation of balloon removal
` [PATCH v2 2/7] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT
` [PATCH v2 3/7] drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_node
` [PATCH v2 4/7] drm/xe/display: Avoid "
` [PATCH v2 5/7] drm/xe: Do not dereference ggtt_node in xe_bo.c
` [PATCH v2 6/7] drm/xe: Improve xe_gt_sriov_pf_config GGTT handling
` [PATCH v2 7/7] drm/xe: Privatize xe_ggtt_node
` ✗ CI.checkpatch: warning for drm/xe: Privatize struct xe_ggtt_node. (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v2 0/2] drm/buddy: Fix BUG_ON from oversized rounded allocations
 2026-01-08 15:36 UTC  (7+ messages)
` [PATCH v2 1/2] drm/buddy: Prevent BUG_ON by validating rounded allocation
` [PATCH v2 2/2] drm/tests/drm_buddy: Add tests for allocations exceeding max_order
` ✓ CI.KUnit: success for drm/buddy: Fix BUG_ON from oversized rounded allocations (rev2)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH RFC v3 0/7] Async Flip in Atomic ioctl corrections
 2026-01-08 13:09 UTC  (4+ messages)
` ✓ CI.KUnit: success for v3 7/7] drm/i915/irq: Enable flip_done for each plane on async flip
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 0/4] Enable THP support in drm_pagemap
 2026-01-08  2:53 UTC  (13+ messages)
` [PATCH 1/4] mm/migrate: Add migrate_device_split_page

[PATCH v2] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-01-08 11:11 UTC  (3+ messages)

[PATCH 1/2] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-01-08 11:14 UTC 

[PATCH v3] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
 2026-01-08  9:50 UTC  (4+ messages)


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