messages from 2026-08-28 11:31:37 to 2026-08-31 12:22:23 UTC [more...]
[PATCH 0/2] drm: Add Common drm_user_fence helper and Convert XE
2026-08-31 12:22 UTC (9+ 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 V19 00/15] Add memory page offlining support
2026-08-31 11:53 UTC (31+ 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)
[PATCH] drm/xe/oa: Remove sysfs entry on idr_alloc failure in xe_oa_add_config_ioctl()
2026-08-31 1:42 UTC (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
` [PATCH v2] "
[PATCH] drm/i915/psr: enable PSR on Apple T2 eDP panels
2026-08-31 11:01 UTC (3+ messages)
[PATCH] drm/i915/cdclk: Don't trust boot readout for per-pipe cdclk/voltage tracking
2026-08-31 7:39 UTC (3+ messages)
[PATCH v6 0/9] drm/xe/sysctrl: Clean up error handling in
2026-08-31 11:07 UTC (16+ 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
[PATCH v5 0/4] drm/xe: Report GT TDR and VM rebind faults using SIGID
2026-08-31 10:51 UTC (10+ 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 "
[PATCH] drm/xe/vf: Retry GuC state reset until timeout
2026-08-31 10:06 UTC (3+ messages)
[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 v7 00/10] KUnit test for VF provisioning error handling
2026-08-31 8:36 UTC (11+ 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
[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
[PATCH 0/2] drm/xe: Increase timeout for hwmon power limit mailbox operations
2026-08-31 7:41 UTC (9+ 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
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 (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH v4 0/4] drm/xe: Report GT TDR and VM rebind faults using SIGID
2026-08-31 6:11 UTC (11+ 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 "
` ✓ Xe.CI.FULL: success for drm/xe: Report GT TDR and VM rebind faults using SIGID (rev4)
[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 (16+ messages)
` [PATCH V18 03/14] drm/xe: Extend BO purge to handle vram pages as well
` [PATCH V18 09/14] drm/xe/configfs: Add bad_page_reservation attribute
` [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 0/2] Xe Pci error handling fixes
2026-08-29 14:00 UTC (10+ messages)
` [PATCH 1/2] drm/xe/xe_pci_error: Wait for pcode init post SBR
` [PATCH 2/2] drm/xe/xe_guc: Skip GuC reset "
` ✓ CI.KUnit: success for Xe Pci error handling fixes
` ✓ 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 (15+ messages)
` [PATCH 1/5] drm/xe/migrate: support 4K PTEs for identity map
` [PATCH 2/5] drm/xe: Don't hand out the flat CCS storage as usable VRAM
` [PATCH 3/5] drm/xe/vram: report FLAT_CCS base misalignment
` [PATCH 4/5] drm/xe: add force option for global invalidation
` [PATCH 5/5] drm/xe/vram: add early VRAM health check
` ✓ CI.KUnit: success for VRAM health check + CCS fix
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
[PATCH 00/10] Add new debug infrastructure for configfs
2026-08-28 18:57 UTC (10+ messages)
` [PATCH 05/10] drm/xe: Move debug configfs entries to xe_configfs_debug.c
[PATCH 0/3] drm/i915/display: fix flipq pipe CRC mismatch in kms_cursor_crc
2026-08-28 18:38 UTC (5+ messages)
` [PATCH 1/3] drm/i915/display: Flush frontbuffer tracking on flipq completion
` [PATCH 2/3] drm/i915/display: Restrict flipq to simple single-plane updates
[PATCH] drm/xe/bo: Take a runtime PM ref when shrinking a bo needing invalidation
2026-08-28 16:51 UTC (8+ messages)
[PATCH v6 0/5] Introduce error threshold to drm_ras
2026-08-28 16:45 UTC (4+ messages)
` [PATCH v6 2/5] drm/ras: Introduce error threshold
[v4 0/2] drm/i915/audio: Add HDMI TMDS audio bandwidth check
2026-08-28 15:52 UTC (5+ messages)
` [v4 2/2] drm/i915/audio: Prune ELD SADs based on HDMI audio bandwidth
[PATCH v1] drm/xe: Introduce xe_wedge
2026-08-28 15:30 UTC (6+ messages)
[PATCH v2 00/11] Add CPER logging support for CRI
2026-08-28 15:23 UTC (5+ messages)
` [PATCH v2 03/11] drm/xe/cper: Add CPER structures and trace event
` [PATCH v2 10/11] drm/xe/ras: Report soc internal errors using SIGID
[PATCH 0/5] Add support to handle memory double-bit ecc errors
2026-08-28 15:15 UTC (4+ messages)
` [PATCH 1/5] drm/xe/xe_drm_ras: Rename ras to drm_ras in xe_device
linux-next: manual merge of the drm-xe tree with the origin tree
2026-08-28 13:27 UTC
[drm-xe:drm-xe-next] BUILD SUCCESS 04984fcdbf6876c940c01026a7404c1e9cc91ba7
2026-08-28 12:38 UTC
[PATCH 02/13] drm/xe: Separate AER reset state from device wedging
2026-08-28 11:36 UTC (2+ messages)
` [PATCH 2/13] "
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