Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-29 07:47:00 to 2025-09-30 22:57:20 UTC [more...]

[RFC v8 00/21] DRM scheduling cgroup controller
 2025-09-30 11:57 UTC  (7+ messages)
    ` DRM Jobqueue design (was "[RFC v8 00/21] DRM scheduling cgroup controller")

[PATCH v3 00/23] Allow configfs to disable specific GT type(s)
 2025-09-30 22:56 UTC  (24+ messages)
` [PATCH v3 01/23] drm/xe/huc: Adjust HuC check on primary GT
` [PATCH v3 02/23] drm/xe: Drop GT parameter to xe_display_irq_postinstall()
` [PATCH v3 03/23] drm/xe: Move 'va_bits' flag back to platform descriptor
` [PATCH v3 04/23] drm/xe: Move 'vm_max_level' "
` [PATCH v3 05/23] drm/xe: Move 'vram_flags' "
` [PATCH v3 06/23] drm/xe: Move 'has_flatccs' "
` [PATCH v3 07/23] drm/xe: Read VF GMD_ID with a specifically-allocated dummy GT
` [PATCH v3 08/23] drm/xe: Move primary GT allocation from xe_tile_init_early to xe_tile_init
` [PATCH v3 09/23] drm/xe: Skip L2 / TDF cache flushes if primary GT is disabled
` [PATCH v3 10/23] drm/xe/query: Report hwconfig size as 0 "
` [PATCH v3 11/23] drm/xe/pmu: Initialize PMU event types based on first available GT
` [PATCH v3 12/23] drm/xe: Check for primary GT before looking up Wa_22019338487
` [PATCH v3 13/23] drm/xe: Make display part of Wa_22019338487 a device workaround
` [PATCH v3 14/23] drm/xe/irq: Don't try to lookup engine masks for non-existent primary GT
` [PATCH v3 15/23] drm/xe: Handle Wa_22010954014 and Wa_14022085890 as device workarounds
` [PATCH v3 16/23] drm/xe/rtp: Pass xe_device parameter to FUNC matches
` [PATCH v3 17/23] drm/xe: Bypass Wa_14018094691 when primary GT is disabled
` [PATCH v3 18/23] drm/xe: Correct lineage for Wa_22014953428 and only check with valid GT
` [PATCH v3 19/23] drm/xe: Check that GT is not NULL before testing Wa_16023588340
` [PATCH v3 20/23] drm/xe: Don't check BIOS-disabled FlatCCS if primary GT is disabled
` [PATCH v3 21/23] drm/xe: Break GT setup out of xe_info_init()
` [PATCH v3 22/23] drm/xe/configfs: Add attribute to disable GT types
` [PATCH v3 23/23] drm/xe/sriov: Disable SR-IOV if primary GT is disabled via configfs

[PATCH v3 00/36] VF migration redesign
 2025-09-30 22:53 UTC  (49+ messages)
` [PATCH v3 01/36] drm/xe: Add NULL checks to scratch LRC allocation
` [PATCH v3 02/36] drm/xe/vf: Lock querying GGTT config during driver init
` [PATCH v3 03/36] Revert "drm/xe/vf: Rebase exec queue parallel commands during migration recovery"
` [PATCH v3 04/36] Revert "drm/xe/vf: Post migration, repopulate ring area for pending request"
` [PATCH v3 05/36] Revert "drm/xe/vf: Fixup CTB send buffer messages after migration"
` [PATCH v3 09/36] drm/xe: Don't change LRC ring head on job resubmission
` [PATCH v3 11/36] drm/xe/guc: Document GuC submission backend
` [PATCH v3 12/36] drm/xe/vf: Add xe_gt_recovery_inprogress helper
` [PATCH v3 13/36] drm/xe/vf: Make VF recovery run on per-GT worker
` [PATCH v3 14/36] drm/xe/vf: Abort H2G sends during VF post-migration recovery
` [PATCH v3 15/36] drm/xe/vf: Remove memory allocations from VF post migration recovery
` [PATCH v3 16/36] drm/xe/vf: Close multi-GT GGTT shift race
` [PATCH v3 17/36] drm/xe/vf: Teardown VF post migration worker on driver unload
` [PATCH v3 18/36] drm/xe/vf: Don't allow GT reset to be queued during VF post migration recovery
` [PATCH v3 23/36] drm/xe/vf: Flush and stop CTs in "
` [PATCH v3 26/36] drm/xe/vf: Start CTs before resfix "
` [PATCH v3 36/36] drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuC

[PATCH v2] drm/i915/display: Extend i915_display_info with Type-C port details
 2025-09-30 22:26 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/i915/display: Extend i915_display_info with Type-C port details (rev2)

[PATCH] drm/xe/irq: Clear guc2host msix vector0
 2025-09-30 22:23 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v6 0/6] drm/i915/dp: Work around a DSC pixel throughput issue
 2025-09-30 21:37 UTC  (12+ messages)
` [PATCH v6 1/6] drm/dp: Add quirk for Synaptics DSC throughput link-bpp limit
` [PATCH v6 2/6] drm/dp: Add helpers to query the branch DSC max throughput/line-width
` [PATCH v6 3/6] drm/i915/dp: Calculate DSC slice count based on per-slice peak throughput
` [PATCH v6 4/6] drm/i915/dp: Pass DPCD device descriptor to intel_dp_get_dsc_sink_cap()
` [PATCH v6 5/6] drm/i915/dp: Verify branch devices' overall pixel throughput/line width
` [PATCH v6 6/6] drm/i915/dp: Handle Synaptics DSC throughput link-bpp quirk
` ✗ CI.checkpatch: warning for drm/i915/dp: Work around a DSC pixel throughput issue (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v4 2/6] drm/dp: Add helpers to query the branch DSC max throughput/line-width
 2025-09-30 21:03 UTC  (10+ messages)
` [PATCH v5 "

[PATCH v2 00/22] Allow configfs to disable specific GT type(s)
 2025-09-30 19:50 UTC  (9+ messages)
` [PATCH v2 08/22] drm/xe: Skip L2 / TDF cache flushes if primary GT is disabled
` [PATCH v2 18/22] drm/xe: Check that GT is not NULL before testing Wa_16023588340

[PATCH 0/5] drm/xe/debugfs: Avoid use of wrapper functions
 2025-09-30 17:46 UTC  (18+ messages)
` [PATCH 1/5] drm/xe/debugfs: Update xe_gt_topology_dump signature
` [PATCH 2/5] drm/xe/debugfs: Update xe_wa_dump signature
` [PATCH 3/5] drm/xe/debugfs: Update xe_tuning_dump signature
` [PATCH 4/5] drm/xe/debugfs: Update xe_mocs_dump signature
` [PATCH 5/5] drm/xe/debugfs: Update xe_pat_dump signature
` ✗ Xe.CI.Full: failure for drm/xe/debugfs: Avoid use of wrapper functions

REGRESSION on linux-next (next-20250919)
 2025-09-30 15:09 UTC  (3+ messages)

[PATCH v1 0/2] Drop redundant runtime PM usage
 2025-09-30 14:57 UTC  (4+ messages)
` [PATCH v1 1/2] drm/xe/hwmon: "

[PATCH 0/1] drm/xe: TileAddrRange registers are being deprecated
 2025-09-30 14:36 UTC  (6+ messages)
` [PATCH 1/1] "
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH][next][V2] drm/xe/xe_late_bind_fw: Fix missing initialization of variable offset
 2025-09-30 14:32 UTC  (4+ messages)

[PATCH v2] drm/gpusvm, drm/xe: Fix userptr to not allow device private pages
 2025-09-30 12:27 UTC 

[PATCH v2] drm/gpusvm, drm/xe: Fix userptr to not allow device private pages
 2025-09-30 12:26 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/gpusvm, drm/xe: Fix userptr to not allow device private pages (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v1 0/2] Wire up reset/postinstall for I2C IRQ
 2025-09-30 11:22 UTC  (6+ messages)
` [PATCH v1 1/2] drm/xe/i2c: Introduce xe_i2c_irq_present()
` [PATCH v1 2/2] drm/xe/i2c: Wire up reset/postinstall for I2C IRQ

[PATCH v2] drm/xe/i2c: Don't rely on d3cold.allowed flag in system PM path
 2025-09-30  9:41 UTC  (2+ messages)

[PATCH v4 03/11] PCI/ACPI: Add PERST# Assertion Delay _DSM method
 2025-09-30  9:39 UTC  (2+ messages)

[PATCH v4 02/11] PCI/ACPI: Per root port allow one Aux power limit request
 2025-09-30  9:36 UTC  (2+ messages)

[PATCH v4 01/11] PCI/ACPI: Add D3cold Aux Power Limit_DSM method
 2025-09-30  6:11 UTC  (2+ messages)

[PATCH v11 0/1] drm/i915/display: Add no_psr_reason to PSR debugfs
 2025-09-30  4:38 UTC  (3+ messages)
` [PATCH v11 1/1] "

[PATCH] drm/xe/doc: Add documentation for Execution Queues
 2025-09-30  4:33 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v5 0/5] User readable error codes on atomic_ioctl failure
 2025-09-30  4:03 UTC  (2+ messages)

[PATCH 0/2] Introduce DRM_RAS using generic netlink for RAS
 2025-09-30  2:07 UTC  (6+ messages)
` [PATCH 1/2] drm/ras: Introduce the DRM RAS infrastructure over generic netlink
` [PATCH 2/2] drm/xe: Introduce the usage of drm_ras with supported HW errors
` ✗ CI.checkpatch: warning for Introduce DRM_RAS using generic netlink for RAS
` ✗ CI.KUnit: failure "

[PATCH v2 00/34] VF migration redesign
 2025-09-30  0:42 UTC  (5+ messages)
` [PATCH v2 01/34] drm/xe/vf: Lock querying GGTT config during driver init

[PATCH v2 0/6] Refactor PF debugfs
 2025-09-29 23:21 UTC  (8+ messages)
` [PATCH v2 2/6] drm/xe/pf: Create separate debugfs tree for SR-IOV files
` [PATCH v2 6/6] drm/xe/pf: Make GGTT/LMEM debugfs files per-tile
` ✗ Xe.CI.Full: failure for Refactor PF debugfs

[PATCH v4 0/6] drm/i915/dp: Work around a DSC pixel throughput issue
 2025-09-29 21:47 UTC  (4+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/dp: Work around a DSC pixel throughput issue (rev6)
` ✓ Xe.CI.Full: "

[PATCH] drm/i915/display: Extend i915_display_info with Type-C port details
 2025-09-29 20:16 UTC  (5+ messages)

[PATCH v3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-09-29 18:54 UTC  (3+ messages)
` ✗ CI.KUnit: failure for drm/xe/migrate: Atomicize CCS copy command setup (rev3)

[PATCH] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
 2025-09-29 17:53 UTC  (7+ messages)
` ✓ CI.KUnit: success for drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[RFC PATCH v2 0/2] dma-buf private interconnect POC
 2025-09-29 16:13 UTC  (15+ messages)
` [RFC PATCH v2 1/2] dma-buf: Add support for private interconnects

[PATCH v2 1/2] drm/i915/alpm: Compute ALPM parameters into crtc_state->alpm_state
 2025-09-29 16:13 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915/alpm: Remove parameters suffix from intel_dp->alpm_parameters
` ✓ CI.KUnit: success for series starting with [v2,1/2] drm/i915/alpm: Compute ALPM parameters into crtc_state->alpm_state
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v3] drm/xe/guc: Update GuC log buffer type value
 2025-09-29 16:11 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/guc: Update GuC log buffer type value (rev3)
  `  "

[PATCH] drm/xe/xe_late_bind_fw: Various uninitialized variable fixes
 2025-09-29 15:43 UTC  (2+ messages)

[PATCH 0/5] drm/xe: Guard against NULL return for xe_device_get_gt
 2025-09-29 15:41 UTC  (4+ messages)
` [PATCH 2/5] drm/xe: Guard against NULL GT in xe_pmu.c

[PATCH] drm/gpusvm, drm/xe: Fix userptr to not allow device private pages
 2025-09-29 15:38 UTC  (2+ messages)
` ✗ CI.KUnit: failure for "

[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-09-29 15:25 UTC  (3+ messages)
` [PATCH v6 23/25] drm/xe: Compute dumb-buffer sizes with drm_mode_size_dumb()

[PATCH] drm/xe/bo: Fix an idle assertion for local bos
 2025-09-29 14:43 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 0/2] drm/xe: Fix some rebar issues
 2025-09-29 13:56 UTC  (4+ messages)
` [PATCH 2/2] drm/xe: Move rebar to be done earlier

[PATCH v2 0/5] drm/xe: Guard against NULL return for xe_device_get_gt
 2025-09-29 10:25 UTC  (3+ messages)
` [PATCH v2 3/5] drm/xe: Don't call xe_device_get_gt twice in xe_hw_engine_lookup

[PATCH] drm/{i915,xe}: driver agnostic drm to display pointer chase
 2025-09-29 10:07 UTC  (5+ messages)

[PATCH 00/11] drm/{i915,xe}/stolen: refactor and unify interfaces
 2025-09-29  9:53 UTC  (3+ messages)
` [PATCH 00/11] drm/{i915, xe}/stolen: "

[PATCH 00/15] Optimize vrr.guardband and fix LRR
 2025-09-29  9:21 UTC  (6+ messages)
` [PATCH 15/15] drm/i915/display: Use optimized guardband to set vblank start

[PATCH 0/2] Don't claim support for firmware late-bind if VF
 2025-09-29  8:55 UTC  (6+ messages)
` [PATCH 1/2] drm/xe/vf: Rename sriov_update_device_info
` [PATCH 2/2] drm/xe/vf: Don't claim support for firmware late-bind if VF

[PATCH] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
 2025-09-29  7:54 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning (rev2)


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