Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-01 15:03:55 to 2024-10-03 00:46:21 UTC [more...]

[PATCH v9 00/11] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-10-03  0:46 UTC  (12+ messages)
` [PATCH v9 01/11] drm/xe/guc: Remove spurious line feed in debug print
` [PATCH v9 02/11] drm/xe/devcoredump: Use drm_puts and already cached local variables
` [PATCH v9 03/11] drm/xe/devcoredump: Improve section headings and add tile info
` [PATCH v9 04/11] drm/xe/devcoredump: Add ASCII85 dump helper function
` [PATCH v9 05/11] drm/xe/guc: Copy GuC log prior to dumping
` [PATCH v9 06/11] drm/xe/guc: Use a two stage dump for GuC logs and add more info
` [PATCH v9 07/11] drm/print: Introduce drm_line_printer
` [PATCH v9 08/11] drm/xe/guc: Dead CT helper
` [PATCH v9 09/11] drm/xe/guc: Dump entire CTB on errors
` [PATCH v9 10/11] drm/xe/guc: Add GuC log to devcoredump captures
` [PATCH v9 11/11] drm/xe/guc: Add a helper function for dumping GuC log to dmesg

[PATCH 00/18] GPU debug support (eudebug) v2
 2024-10-03  0:41 UTC  (7+ messages)
` [PATCH 03/18] drm/xe/eudebug: Introduce discovery for resources
` [PATCH 13/18] drm/xe: Debug metadata create/destroy ioctls
` ✗ CI.KUnit: failure for GPU debug support (eudebug) (rev2)

[PATCH 0/2] TDR fixes
 2024-10-03  0:35 UTC  (6+ messages)
` [PATCH 1/2] drm/xe: Take job list lock in xe_sched_add_pending_job
` [PATCH 2/2] drm/xe: Don't free job in TDR
` ✓ CI.Patch_applied: success for TDR fixes
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH v23 0/6] drm/xe/guc: Add GuC based register capture for error capture
 2024-10-03  0:27 UTC  (14+ messages)
` [PATCH v23 1/6] drm/xe/guc: Prepare GuC register list and update ADS size "
` [PATCH v23 2/6] drm/xe/guc: Add XE_LP steered register lists
` [PATCH v23 3/6] drm/xe/guc: Add capture size check in GuC log buffer
` [PATCH v23 4/6] drm/xe/guc: Extract GuC error capture lists
` [PATCH v23 5/6] drm/xe/guc: Plumb GuC-capture into dev coredump
` [PATCH v23 6/6] drm/xe/guc: Save manual engine capture into capture list
` ✓ CI.Patch_applied: success for drm/xe/guc: Add GuC based register capture for error capture (rev23)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe: Make wedged_mode debugfs writable
 2024-10-02 23:47 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v4] drm/xe: Use fault injection infrastructure to find issues at probe time
 2024-10-02 22:47 UTC  (12+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Use fault injection infrastructure to find issues at probe time (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] drm/i915: use NULL for zero wakeref_t instead of plain integer 0
 2024-10-02 22:09 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH v9 00/11] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-10-02 21:27 UTC  (16+ messages)
` [PATCH v9 01/11] drm/xe/guc: Remove spurious line feed in debug print
` [PATCH v9 02/11] drm/xe/devcoredump: Use drm_puts and already cached local variables
` [PATCH v9 03/11] drm/xe/devcoredump: Improve section headings and add tile info
` [PATCH v9 04/11] drm/xe/devcoredump: Add ASCII85 dump helper function
` [PATCH v9 05/11] drm/xe/guc: Copy GuC log prior to dumping
` [PATCH v9 06/11] drm/xe/guc: Use a two stage dump for GuC logs and add more info
` [PATCH v9 07/11] drm/print: Introduce drm_line_printer
` [PATCH v9 08/11] drm/xe/guc: Dead CT helper
` [PATCH v9 09/11] drm/xe/guc: Dump entire CTB on errors
` [PATCH v9 10/11] drm/xe/guc: Add GuC log to devcoredump captures
` [PATCH v9 11/11] drm/xe/guc: Add a helper function for dumping GuC log to dmesg
` ✓ CI.Patch_applied: success for drm/xe/guc: Improve GuC log dumping and add to devcoredump (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH v8 00/11] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-10-02 21:26 UTC  (11+ messages)
` [PATCH v8 04/11] drm/xe/devcoredump: Add ASCII85 dump helper function
` [PATCH v8 06/11] drm/xe/guc: Use a two stage dump for GuC logs and add more info
` [PATCH v8 08/11] drm/xe/guc: Dead CT helper

[PATCH v4 0/2] Use user-defined workqueue lockdep map for drm sched
 2024-10-02 18:44 UTC  (16+ messages)
` [PATCH v4 1/2] drm/sched: Use drm sched lockdep map for submit_wq
` [PATCH v4 2/2] drm/xe: Drop GuC submit_wq pool
` ✓ CI.Patch_applied: success for Use user-defined workqueue lockdep map for drm sched
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 0/2] drm/xe/uapi: Restore uapi for access counting
 2024-10-02 17:42 UTC  (9+ messages)
` [PATCH 1/2] drm/xe: Add support for PTE_NC bit
` [PATCH 2/2] drm/xe/uapi: Restore uapi for access counting
` ✗ CI.FULL: failure for "

[PATCH v2 00/11] drm: Introduce DRM client library
 2024-10-02 17:30 UTC  (19+ messages)
` [PATCH v2 01/11] drm/i915: Select DRM_CLIENT_SELECTION
` [PATCH v2 02/11] drm/xe: "
` [PATCH v2 03/11] drm/fbdev: Select fbdev I/O helpers from modules that require them
` [PATCH v2 04/11] drm/fbdev: Store fbdev module parameters in separate file
` [PATCH v2 05/11] drm/client: Move client event handlers to drm_client_event.c
` [PATCH v2 06/11] drm/client: Move suspend/resume into DRM client callbacks
` [PATCH v2 07/11] drm/amdgpu: Suspend and resume internal clients with client helpers
` [PATCH v2 08/11] drm/nouveau: Suspend and resume "
` [PATCH v2 09/11] drm/radeon: "
` [PATCH v2 10/11] drm/client: Make client support optional
` [PATCH v2 11/11] drm/client: Add client-lib module
` ✓ CI.Patch_applied: success for drm: Introduce DRM client library (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✗ CI.FULL: failure "

[PATCH v3 0/1] Add support for EU stall sampling
 2024-10-02 17:14 UTC  (8+ messages)
` [PATCH v3 1/1] drm/xe/eustall: "

[PATCH v3 0/8] drm/i915: PREEMPT_RT related fixups
 2024-10-02 16:58 UTC  (3+ messages)

[PATCH] drm/i915/backlight: Remove a useless kstrdup_const()
 2024-10-02 16:43 UTC  (5+ messages)

[PATCH RESEND] locking/ww_mutex: Adjust to lockdep nest_lock requirements
 2024-10-02 16:00 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for locking/ww_mutex: Adjust to lockdep nest_lock requirements (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PULL] drm-intel-fixes
 2024-10-02 15:25 UTC 

[PULL] drm-misc-fixes
 2024-10-02 15:15 UTC 

[PATCH 0/3] drm/xe/pmu: PMU interface for Xe
 2024-10-02 14:51 UTC  (5+ messages)
` [PATCH 1/3] drm/xe/pmu: Enable PMU interface

[PATCH] drm/xe: Mark dpt requiring 8K alignment
 2024-10-02 14:15 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH] drm/xe/guc: In guc_ct_send_recv flush g2h worker if g2h resp times out
 2024-10-02 14:04 UTC  (5+ messages)

[PATCH 00/28] drm: Remove DRM aperture helpers
 2024-10-02 13:48 UTC  (7+ messages)
` [PATCH 02/28] drm/arm/hdlcd: Use video "
` [PATCH 06/28] drm/hyperv-drm: "
` [PATCH 07/28] drm/i915: "

[PATCH v2 0/2] drm/ttm: Add an option to report graphics memory OOM
 2024-10-02 13:46 UTC  (7+ messages)
` [PATCH v2 1/2] drm/ttm: Change ttm_device_init to use a struct instead of multiple bools
` [PATCH v2 2/2] drm/ttm: Add a device flag to propagate -ENOSPC on OOM

[CI 1/3] drm/i915/irq: add struct i915_irq_regs triplet
 2024-10-02 12:23 UTC  (11+ messages)
` [CI 2/3] drm/i915/irq: remove GEN3_IRQ_RESET() and GEN3_IRQ_INIT() macros
` [CI 3/3] drm/i915/irq: remove GEN8_IRQ_RESET_NDX() and GEN8_IRQ_INIT_NDX() macros
` ✓ CI.Patch_applied: success for series starting with [CI,1/3] drm/i915/irq: add struct i915_irq_regs triplet
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH v4 0/2] drm/ttm: Really use a separate LRU list for swapped- and pinned objects
 2024-10-02 11:44 UTC  (8+ messages)
` [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list
          ` RESEND "

[PATCH 1/1] drm/xe: Move l2 flush to a more sensible place
 2024-10-02 10:16 UTC  (3+ messages)

[PATCH][next] drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed"
 2024-10-02  9:31 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCHv2] drm/i915/dp: Guarantee a minimum HBlank time (fwd)
 2024-10-02  7:35 UTC 

[PATCH v4 0/1] drm/xe: Prevent null pointer access in xe_migrate_copy
 2024-10-01 21:30 UTC  (4+ messages)
` ✗ CI.FULL: failure for drm/xe: Prevent null pointer access in xe_migrate_copy (rev3)

[PATCH v3] drm/xe: Add a xe_bo subtest for shrinking / swapping
 2024-10-01 18:16 UTC  (3+ messages)

[PATCH v2 1/4] drm/xe/ct: prevent UAF in send_recv()
 2024-10-01 16:43 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [v2,1/4] "

[PATCH v7 0/5] Introduce DRM device wedged event
 2024-10-01 16:42 UTC  (8+ messages)
` [PATCH v7 1/5] drm: Introduce "

[PATCHv2] drm/i915/dp: Guarantee a minimum HBlank time
 2024-10-01 16:05 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915/dp: Guarantee a minimum HBlank time (rev2)

Incorrect response address when using B4
 2024-10-01 13:26 UTC  (9+ messages)

linux-next: build failure after merge of the random tree
 2024-10-01  8:06 UTC  (2+ messages)


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