Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-16 23:26:16 to 2026-08-18 20:07:25 UTC [more...]

[PATCH] drm/xe: Add force_p2p module/configfs parameter
 2026-08-18 20:07 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v2] drm/xe/guc: Fix race around q->guc->suspend_pending access
 2026-08-18 19:32 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Fix race around q->guc->suspend_pending access (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v6 0/5] Introduce error threshold to drm_ras
 2026-08-18 19:27 UTC  (10+ messages)
` [PATCH v6 1/5] drm/ras: Cancel and free message on get counter failure
` [PATCH v6 2/5] drm/ras: Introduce error threshold
` [PATCH v6 3/5] drm/xe/ras: Add support for "
` [PATCH v6 4/5] drm/xe/drm_ras: Wire up error threshold callbacks
` [PATCH v6 5/5] drm/xe/sysctrl: Reuse xe_sysctrl_create_command()
` ✗ CI.checkpatch: warning for Introduce error threshold to drm_ras (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v3 0/4] drm/xe/sysctrl: Add System Controller debugfs
 2026-08-18 18:45 UTC  (8+ messages)
` [PATCH v3 1/4] drm/xe/sysctrl: Add System Controller get application status
` [PATCH v3 4/4] drm/xe/sysctrl: Add RAS error injection debugfs interface

[PATCH v3] drm/xe/sysctrl: Add better sysctrl error reporting
 2026-08-18 18:41 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v7 0/2] drm/xe/sysctrl: Add helper to query application status
 2026-08-18 17:41 UTC  (4+ messages)
` [PATCH v7 1/2] "

[PATCH] drm/xe/xe3p_hpm: Remove WA 14025883347
 2026-08-18 17:18 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ CI.KUnit: success for drm/xe/xe3p_hpm: Remove WA 14025883347 (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable
 2026-08-18 15:58 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable (rev2)
` ✓ CI.KUnit: success for drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 00/12] drm/panic: Split into core and helpers
 2026-08-18 15:55 UTC  (25+ messages)
` [PATCH 01/12] drm/panic: Allocate QR-code buffers statically
` [PATCH 02/12] drm/panic: Make allocation of zlib workspace more robust
` [PATCH 03/12] drm/panic: Return -EINVAL if font is not available
` [PATCH 04/12] drm/panic: Return errno codes if panic output fails
` [PATCH 05/12] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH 06/12] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH 07/12] drm/panic: Retry in dispatch function if panic output fails
` [PATCH 08/12] drm/panic: Split draw_panic_plane()
` [PATCH 09/12] drm/panic: Display panic screen via per-plane callback
` [PATCH 10/12] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH 11/12] drm/panic: Move panic display code into helper library
` [PATCH 12/12] drm/panic: Compile KUnit tests as module
` ✗ CI.checkpatch: warning for drm/panic: Split into core and helpers
` ✗ CI.KUnit: failure "

[PATCH v2 0/3] drm/xe: fix GuC TLB invalidation ack stalls on ARL (Wa_22016122933)
 2026-08-18 15:25 UTC  (2+ messages)

[PATCH v2] drm/xe/pci_error: Allow debugging PCI errors
 2026-08-18 14:41 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/xe/pci_error: Allow debugging PCI errors (rev2)
` ✓ CI.KUnit: success for drm/xe/pci_error: Allow debugging PCI errors (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/i915/cdclk: Don't force cd2x pipe select on Xe3 in bxt_sanitize_cdclk()
 2026-08-18  7:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drm/xe/xe_drm_ras: Enable CONFIG_DRM_RAS
 2026-08-18 13:44 UTC  (6+ messages)
` ✗ CI.KUnit: failure for "

[PATCH v5 0/5] Introduce error threshold to drm_ras
 2026-08-18 13:43 UTC  (7+ messages)
` [PATCH v5 2/5] drm/ras: Introduce error threshold

[PATCH V17 00/12] Add memory page offlining support
 2026-08-18 13:24 UTC  (26+ messages)
` [PATCH V17 01/12] drm/xe: Link VRAM object with gpu buddy
` [PATCH V17 02/12] drm/xe: Link LRC BO and its execution Queue
` [PATCH V17 03/12] drm/xe: Extend BO purge to handle vram pages as well
` [PATCH V17 04/12] drm/xe/bo: Make xe_bo_is_user() public
` [PATCH V17 05/12] drm/xe: Guard teardown paths against purged BOs
` [PATCH V17 06/12] drm/xe/vram: Extract buddy alloc and free helpers
` [PATCH V17 07/12] drm/xe/vram: Add page offline data structures and lifecycle
` [PATCH V17 08/12] drm/xe/vram: Add VRAM page offline fault handler
` [PATCH V17 09/12] drm/xe/configfs: Add vram bad page reservation policy
` [PATCH V17 10/12] drm/xe: Add sysfs interface for bad gpu vram pages
` [PATCH V17 11/12] drm/xe/uapi: Expose ban reason in EXEC_QUEUE_GET_PROPERTY_BAN
` [PATCH V17 12/12] drm/xe: Add fault-inject based VRAM page offline injection
` ✓ CI.KUnit: success for Add memory page offlining support (rev19)
` ✓ CI.KUnit: success for Add memory page offlining support (rev20)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH V16 00/12] Add memory page offlining support
 2026-08-18 12:55 UTC  (20+ messages)
` [PATCH V16 01/12] drm/xe: Link VRAM object with gpu buddy
` [PATCH V16 02/12] drm/xe: Link LRC BO and its execution Queue
` [PATCH V16 03/12] drm/xe: Extend BO purge to handle vram pages as well
` [PATCH V16 04/12] drm/xe/bo: Make xe_bo_is_user() public
` [PATCH V16 05/12] drm/xe: Guard teardown paths against purged BOs
` [PATCH V16 06/12] drm/xe/vram: Extract buddy alloc and free helpers
` [PATCH V16 07/12] drm/xe/vram: Add page offline data structures and lifecycle
` [PATCH V16 08/12] drm/xe/vram: Add VRAM page offline fault handler
` [PATCH V16 09/12] drm/xe/configfs: Add vram bad page reservation policy
` [PATCH V16 10/12] drm/xe: Add sysfs interface for bad gpu vram pages
` [PATCH V16 11/12] drm/xe/uapi: Expose ban reason in EXEC_QUEUE_GET_PROPERTY_BAN
` [PATCH V16 12/12] drm/xe: Add fault-inject based VRAM page offline injection

[PATCH v2 0/2] drm/xe: Adjust the bo shrinker batch size
 2026-08-18 12:10 UTC  (4+ messages)
` [PATCH v2 2/2] drm/xe: Update shrinker batch size based on average BO size

[PATCH 0/6] Enable joiner cursor fast updates
 2026-08-18 10:35 UTC  (13+ messages)
` [PATCH 1/6] drm/i915/cursor: Check joiner cursor commit status
` [PATCH 2/6] drm/i915/cursor: Add helper to update cursor plane
` [PATCH 3/6] drm/i915/cursor: Handle secondary cursor state
` [PATCH 4/6] drm/i915/cursor: Program secondary cursor planes
` [PATCH 5/6] drm/i915/cursor: Schedule cursor unpin per joined pipe
` [PATCH 6/6] drm/i915/cursor: Allow joiner cursor fast path update
` ✗ CI.checkpatch: warning for Enable joiner cursor fast updates (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[RFC] dmisc cgroups controller
 2026-08-18  9:51 UTC  (3+ messages)

[PATCH v1] drm/xe/pci_error: Allow debugging PCI errors
 2026-08-18  8:22 UTC  (2+ messages)

[PATCH v2] drm/xe/xe_gt_idle: fix vecs config for powergating info
 2026-08-18  7:15 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/xe_gt_idle: fix vecs config for powergating info (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[RFC PATCH 0/5] pm_pme support on display hotplug
 2026-08-18  6:57 UTC  (10+ messages)
` [RFC PATCH 1/5] drm/xe/pm: add xe_pm_pme_supported() helper
` [RFC PATCH 2/5] drm/i915/display: add pme_capable() to the parent interface
` [RFC PATCH 5/5] drm/i915/display: skip HPD polling if PME is supported
` ✗ Xe.CI.BAT: failure for pm_pme support on display hotplug

[PATCH] drm/xe/guc: Skip CLEANUP message when GuC is stopped
 2026-08-18  6:40 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/3] Modify the SW tail logic in OA
 2026-08-18  4:38 UTC  (5+ messages)
` [PATCH 3/3] drm/xe/xe_oa: Add a lag to the reports that is exported to user

[PATCH 1/2] drm/xe/guc: Test GuC v70.74.0 for BMG, LNL, PTL, NVL-S/U/H
 2026-08-18  1:27 UTC  (4+ messages)
` ✓ CI.KUnit: success for series starting with [1/2] drm/xe/guc: Test GuC v70.74.0 for BMG, LNL, PTL, NVL-S/U/H (rev2)
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH v3 0/3] Separate GGTT pools for submissions and VFs provisioning
 2026-08-17 17:37 UTC  (9+ messages)
` [PATCH v3 1/3] drm/xe/ggtt: Split GGTT into usable and shareable pools
` [PATCH v3 2/3] drm/xe/ggtt: Initialize GGTT pools by SR-IOV mode
` [PATCH v3 3/3] drm/xe/ggtt: Add KUnit tests for usable and shareable pools
` ✗ CI.checkpatch: warning for Separate GGTT pools for submissions and VFs provisioning (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe/guc: Fix race around q->guc->suspend_pending access
 2026-08-17 17:29 UTC  (3+ messages)

[PATCH v2 0/9] Add fan control support
 2026-08-17 17:01 UTC  (4+ messages)
` [PATCH v2 2/9] drm/xe/hwmon: initialize fan-control backend and table cache

[PATCH v2 0/4] drm/xe/xe_migrate: Fix memory corruption with unaligned dst in MEM_COPY
 2026-08-17 16:39 UTC  (3+ messages)
` [PATCH v2 1/4] drm/xe/xe_migrate: Align MEM_COPY pitch with destination address

[PATCH] drm/i915/cdclk: Don't force cd2x pipe select on Xe3 in bxt_sanitize_cdclk()
 2026-08-17 13:04 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915/cdclk: Don't force cd2x pipe select on Xe3 in bxt_sanitize_cdclk() (rev2)

[PATCH v2 0/4] Split GuC ID space into usable and shareable pools
 2026-08-17 13:03 UTC  (10+ messages)
` [PATCH v2 1/4] drm/xe/guc: Split GuC ID manager "
` [PATCH v2 2/4] drm/xe/kunit: Extend GuC ID manager split-pool coverage
` [PATCH v2 3/4] drm/xe/guc: Start use explicitly usable GuC IDs for for submission
` [PATCH v2 4/4] drm/xe/pf: Explicitly use shareable GuC IDs for VFs provisioning
` ✗ CI.checkpatch: warning for Split GuC ID space into usable and shareable pools (rev2)
` ✓ CI.KUnit: success "

[PATCH v9 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
 2026-08-17 12:53 UTC  (4+ messages)

[PATCH 0/5] drm/vblank: Enforce all-or-nothing vblank support
 2026-08-17 12:41 UTC  (2+ messages)

[REGRESSION] Panther Lake 8086:b082 internal eDP black after xe takeover since 7.1.6, still present in 7.1.8
 2026-08-17 11:53 UTC  (3+ messages)

[PATCH v2 0/1] drm/xe: Report GT TDR and VM rebind faults using SIGID
 2026-08-17 10:20 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v3 0/5] drm/i915/display: reduce clock_gating interface between core and display
 2026-08-17  9:49 UTC  (7+ messages)
` [PATCH v3 1/5] drm/i915/display: consolidate Gen9 clock gating initialization
` [PATCH v3 2/5] drm/i915/display: consolidate remaining "
` [PATCH v3 3/5] drm/i915/display: remove unnecessary clock_gating include from intel_display.c
` [PATCH v3 4/5] drm/i915/display: add a way to restore only display/pch registers in clock_gating
` [PATCH v3 5/5] drm/i915/display: split part of intel_display_reset_finish() to a new function


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