messages from 2026-08-28 18:52:09 to 2026-08-31 16:27:42 UTC [more...]
[PATCH 0/2] drm/xe: Increase timeout for hwmon power limit mailbox operations
2026-08-31 16:27 UTC (12+ messages)
` [PATCH 1/2] drm/xe/pcode: Introduce xe_pcode_read_timeout() API
` [PATCH 2/2] drm/xe/hwmon: Increase timeout for mailbox power limits
[PATCH] drm/xe/vf: Retry GuC state reset until timeout
2026-08-31 16:27 UTC (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[v3 0/4] drm/i915/display: Enable AS SDP Skip Frames
2026-08-31 16:06 UTC (11+ messages)
` [v3 1/4] drm/i915/display: Enable periodic AS SDP skip frames
` [v3 2/4] drm/i915/display: Force disable DC3co when AS SDP skip frames is enabled
` [v3 3/4] drm/i915/display: Reprogram AS SDP skip frames on seamless VRR transitions
` [v3 4/4] drm/i915/display: Gate periodic AS SDP skip frames behind a module parameter
` ✗ CI.checkpatch: warning for drm/i915/display: Enable AS SDP Skip Frames (rev4)
` ✓ CI.KUnit: success "
[PATCH] drm/xe/oa: Remove sysfs entry on idr_alloc failure in xe_oa_add_config_ioctl()
2026-08-31 16:05 UTC (3+ messages)
` ✓ CI.KUnit: success for drm/xe/oa: Remove sysfs entry on idr_alloc failure in xe_oa_add_config_ioctl() (rev2)
` ✓ Xe.CI.BAT: "
[PATCH v3 0/3] drm/xe: fix GuC TLB invalidation ack stalls on ARL (Wa_22016122933)
2026-08-31 16:00 UTC (2+ messages)
[PATCH v6 0/9] drm/xe/sysctrl: Clean up error handling in
2026-08-31 15:26 UTC (18+ messages)
` [PATCH v6 1/9] drm/xe/sysctrl: Return error codes from sysctrl_wait_bit_clear()
` [PATCH v6 2/9] drm/xe/sysctrl: Return error codes from sysctrl_wait_bit_set()
` [PATCH v6 3/9] drm/xe/sysctrl: Make sysctrl_write_frame() void
` [PATCH v6 4/9] drm/xe/sysctrl: Make sysctrl_read_frame() void
` [PATCH v6 5/9] drm/xe/sysctrl: Use xe_assert() for payload size validation
` [PATCH v6 6/9] drm/xe/sysctrl: Replace FIELD_GET() with REG_FIELD_GET()
` [PATCH v6 7/9] drm/xe/sysctrl: Improve firmware response error logging
` [PATCH v6 8/9] drm/xe/sysctrl: Log group and command ID on mailbox failure
` [PATCH v6 9/9] drm/xe/sysctrl: Report 'System Controller event' error using SIGID
` ✓ CI.KUnit: success for drm/xe/sysctrl: Clean up error handling in (rev3)
` ✓ Xe.CI.BAT: "
[PATCH] drm/i915/psr: enable PSR on Apple T2 eDP panels
2026-08-31 15:20 UTC (4+ messages)
` ✗ LGCI.VerificationFailed: failure for "
[PATCH] drm/i915/cdclk: Don't trust boot readout for per-pipe cdclk/voltage tracking
2026-08-31 15:20 UTC (4+ messages)
` ✗ LGCI.VerificationFailed: failure for "
[PATCH v7 00/10] KUnit test for VF provisioning error handling
2026-08-31 15:07 UTC (15+ messages)
` [PATCH v7 01/10] drm/xe/guc: Allow to replace xe_guc_mmio_send_recv() with KUNIT stub
` [PATCH v7 02/10] drm/xe/vf: Split submission config query helpers
` [PATCH v7 03/10] drm/xe/vf: Add bounds checking for queried context and doorbell counts
` [PATCH v7 04/10] drm/xe: use SZ_4K for default VRAM region page size
` [PATCH v7 05/10] drm/xe: Introduce helpers for xe_vram size
` [PATCH v7 06/10] drm/xe/ggtt: Avoid integer overflow when validating VF GGTT range
` [PATCH v7 07/10] drm/xe/vf: Add bounds checking for queried GGTT base and size
` [PATCH v7 08/10] drm/xe/vf: Add alignment check for queried VRAM size
` [PATCH v7 09/10] drm/xe/ggtt: Add KUNIT stub for xe_ggtt_shift_nodes()
` [PATCH v7 10/10] drm/xe/tests: Add KUnit tests for VF provisioning error handling
` ✗ CI.checkpatch: warning for KUnit test for VF provisioning error handling (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH V19 00/15] Add memory page offlining support
2026-08-31 14:58 UTC (35+ messages)
` [PATCH V19 01/15] drm/xe: Link VRAM object with gpu buddy
` [PATCH V19 02/15] drm/xe: Link LRC BO and its execution Queue
` [PATCH V19 03/15] drm/xe: Export xe_ttm_bo_purge()
` [PATCH V19 04/15] drm/xe: Handle NULL resource and allow purging of VRAM pages
` [PATCH V19 05/15] drm/xe/bo: Make xe_bo_is_user() public
` [PATCH V19 06/15] drm/xe: Guard teardown paths against purged BOs
` [PATCH V19 07/15] drm/xe/vram: Extract buddy alloc and free helpers
` [PATCH V19 08/15] drm/xe/vram: Add page offline data structures and lifecycle
` [PATCH V19 09/15] drm/xe/vram: Add VRAM page offline fault handler
` [PATCH V19 10/15] drm/xe/configfs: Add disable_vram_page_offline attribute
` [PATCH V19 11/15] drm/xe/ras: Cache disable_vram_page_offline policy at init
` [PATCH V19 12/15] drm/xe/vram: Check disable_vram_page_offline policy in fault handler
` [PATCH V19 13/15] drm/xe: Expose bad VRAM pages via debugfs
` [PATCH V19 14/15] drm/xe/uapi: Expose ban reason in EXEC_QUEUE_GET_PROPERTY_BAN
` [PATCH V19 15/15] drm/xe: Add fault-inject based VRAM page offline injection
` ✓ CI.KUnit: success for Add memory page offlining support (rev22)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
[PATCH AUTOSEL 6.18] drm/xe: Fix null pointer dereference in devcoredump cleanup
2026-08-31 14:54 UTC (3+ messages)
` [PATCH AUTOSEL 6.18] drm/xe/guc: Add support for NO_RESPONSE_BUSY in CTB
[PATCH v5 0/4] drm/xe: Report GT TDR and VM rebind faults using SIGID
2026-08-31 14:32 UTC (13+ messages)
` [PATCH v5 1/4] drm/xe/log: Add GUCSUBMIT component
` [PATCH v5 2/4] drm/xe/guc: Report reset failure using SIGID
` [PATCH v5 3/4] drm/xe/svm: Report terminal page-fault failures "
` [PATCH v5 4/4] drm/xe/gt: Report GT reset failure "
` ✓ CI.KUnit: success for drm/xe: Report GT TDR and VM rebind faults using SIGID (rev5)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH 0/2] drm: Add Common drm_user_fence helper and Convert XE
2026-08-31 14:25 UTC (17+ messages)
` [PATCH v5 0/4] drm: Add common drm_work_fence/drm_user_fence helpers and convert XE
` [PATCH v5 1/4] drm: Add drm_work_fence helper
` [PATCH v5 2/4] drm: Add drm_user_fence helper
` [PATCH v5 3/4] drm/xe: Convert xe_user_fence to drm_user_fence
` [PATCH v6 0/4] drm: Add common drm_work_fence/drm_user_fence helpers and convert XE
` [PATCH v6 1/4] drm: Add drm_work_fence helper
` [PATCH v6 2/4] drm: Add drm_user_fence helper
` [PATCH v6 3/4] drm/xe: Convert xe_user_fence to drm_user_fence
` [PATCH v6 4/4] drm: Add per-signal compare functionality "
[RFC] drm/xe: Expose retired VRAM pages via drm-ras
2026-08-31 13:38 UTC
[v6 0/9] drm/i915/color: Enable SDR plane color pipeline
2026-08-31 13:38 UTC (6+ messages)
` [v6 5/9] drm/i915/display: Program CSC on SDR planes based on Fixed Matrix Colorop
` [v6 6/9] drm/i915/color: Add support for 1D LUT in SDR planes
[PATCH 0/2] Xe Pci error handling fixes
2026-08-31 12:32 UTC (5+ messages)
` [PATCH 1/2] drm/xe/xe_pci_error: Wait for pcode init post SBR
[PATCH] drm/xe/oa: Remove sysfs entry on idr_alloc failure in xe_oa_add_config_ioctl()
2026-08-31 1:42 UTC (2+ messages)
` [PATCH v2] "
[PATCH v5 0/2] match *_PCODE_DATA naming with spec
2026-08-31 9:07 UTC (7+ messages)
` [PATCH v5 1/2] drm/i915/pcode: rename GEN6_PCODE_DATA to match spec
` [PATCH v5 2/2] drm/xe/pcode: match argument naming with PCODE_DATAx
` ✓ CI.KUnit: success for match *_PCODE_DATA naming with spec
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v3 0/5] drm/i915/display: reduce clock_gating interface between core and display
2026-08-31 8:13 UTC (4+ messages)
` [PATCH v3 3/5] drm/i915/display: remove unnecessary clock_gating include from intel_display.c
Refcounting dma_resv v2
2026-08-31 7:37 UTC (7+ messages)
` [PATCH 01/10] dma-buf: Add reference counting to dma_resv
[PATCH v2] drm/xe/bo: Take a runtime PM ref when shrinking a non-system bo
2026-08-31 7:25 UTC (4+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ Xe.CI.FULL: "
[PATCH v4 0/4] drm/xe: Report GT TDR and VM rebind faults using SIGID
2026-08-31 6:11 UTC (10+ messages)
` [PATCH v4 1/4] drm/xe/guc: Report reset-request failure "
` [PATCH v4 2/4] drm/xe/guc: Report CGP protocol errors "
` [PATCH v4 4/4] drm/xe/gt: Report GT reset and power failures "
[PATCH v2 0/5] Introduce xe_wedge
2026-08-31 4:40 UTC (10+ messages)
` [PATCH v2 1/5] drm/xe/gt: Use GT ordered workqueue for wedging
` [PATCH v2 2/5] drm/xe: Make xe_device_declare_wedged() IRQ safe
` [PATCH v2 3/5] drm/xe: Introduce xe_wedge
` [PATCH v2 4/5] drm/xe/debugfs: Consolidate wedged_mode debt into xe_wedge
` [PATCH v2 5/5] drm/xe/wedge: Update naming to match with xe_wedge
` ✗ CI.checkpatch: warning for Introduce xe_wedge
` ✗ CI.KUnit: failure "
[PATCH V18 00/14] Add memory page offlining support
2026-08-31 3:28 UTC (5+ messages)
` [PATCH V18 12/14] drm/xe: Expose bad VRAM pages via debugfs
[drm-xe:drm-xe-next] BUILD SUCCESS d3f1b058a77d1754d469ea4eaf43e754d43cdc4c
2026-08-30 13:48 UTC
[PATCH 0/3] Handle non-fatal errors routed via IRQ
2026-08-30 8:58 UTC (9+ messages)
` [PATCH 1/3] drm/xe/hw_error: Reuse CSC worker for generic error handling
` [PATCH 2/3] drm/xe/hw_error: Initialize hw_error_work per tile
` [PATCH 3/3] drm/xe/xe_hw_error: Handle non-fatal errors routed via direct IRQ
` ✓ CI.KUnit: success for Handle non-fatal errors routed via IRQ
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v2 0/7] drm/{i915, xe}/display: another stab at i915_fence_timeout() removal
2026-08-29 8:51 UTC (3+ messages)
` [PATCH v2 6/7] drm/i915: only timeout on fence waits for display reset
[drm-xe:drm-xe-next-fixes] BUILD SUCCESS a62212b35a214c2ff3bd1c785a440d7ad8205ec9
2026-08-29 3:50 UTC
[drm-xe:drm-xe-next] BUILD SUCCESS 6a8789e948c15f6daea4961e73e8ba01016716b2
2026-08-29 3:49 UTC
[PATCH v2] perf: Fix null pointer access in is_include_guest_event()
2026-08-28 23:45 UTC (5+ messages)
` ✓ CI.KUnit: success for perf: Fix null pointer access in is_include_guest_event() (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH] drm/xe/debugfs: Expose per-engine idle status
2026-08-28 23:30 UTC (2+ messages)
[PATCH 0/3] drm/xe/ggtt: fix stale GGTT mappings on unmap
2026-08-28 20:57 UTC (4+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/ggtt: fix stale GGTT mappings on unmap (rev5)
[PATCH 0/5] VRAM health check + CCS fix
2026-08-28 20:32 UTC (9+ messages)
` [PATCH 1/5] drm/xe/migrate: support 4K PTEs for identity map
` [PATCH 3/5] drm/xe/vram: report FLAT_CCS base misalignment
` [PATCH 5/5] drm/xe/vram: add early VRAM health check
[PATCH 00/10] Add new debug infrastructure for configfs
2026-08-28 18:57 UTC (9+ messages)
` [PATCH 05/10] drm/xe: Move debug configfs entries to xe_configfs_debug.c
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox