Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-10 15:30:29 to 2024-06-11 17:51:41 UTC [more...]

[PATCH v3 0/5] Prepare Xe force-wake code for VFs
 2024-06-11 17:51 UTC  (13+ messages)
` [PATCH v3 1/5] drm/xe: Prefer GT oriented messages in xe_force_wake.c
` [PATCH v3 2/5] drm/xe: Kill fw_to_gt() helper
` [PATCH v3 3/5] drm/xe: Include additional info on failed force-wake operation
` [PATCH v3 4/5] drm/xe: Combine common force-wake code into helpers
` [PATCH v3 5/5] drm/xe/vf: Ignore force-wake requests if VF
` ✓ CI.Patch_applied: success for Prepare Xe force-wake code for VFs (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "

[PATCH] drm/i915/display: Send vrr vsync params whne vrr is enabled
 2024-06-11 17:49 UTC 

[PATCH v6 1/2] devcoredump: Add dev_coredumpm_timeout()
 2024-06-11 17:47 UTC  (2+ messages)
` [PATCH v6 2/2] drm/xe: Increase devcoredump timeout

[CI] drm/xe: Add xe_gt_clock_interval_to_ms helper
 2024-06-11 17:32 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[RFC 0/7] Promote GuC ABI headers to shared location
 2024-06-11 17:08 UTC  (17+ messages)
` [RFC 1/7] drm/xe/guc: "
` [RFC 2/7] Documentation/gpu: Separate GuC ABI section
` [RFC 3/7] Documentation/gpu: Switch to shared GuC ABI definitions
` [RFC 4/7] drm/intel/guc: Update CTB communication ABI
` [RFC 5/7] drm/intel/guc: Add new KLV definitions
` [RFC 6/7] drm/i915: Use shared GuC ABI definitions
` [RFC 7/7] drm/xe: Promote SR-IOV GuC ABI definitions to shared location
` ✓ CI.Patch_applied: success for Promote GuC ABI headers "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH v6 00/11] Only timeout jobs if they run longer than timeout period
 2024-06-11 16:57 UTC  (20+ messages)
` [PATCH v6 01/11] drm/xe: Add LRC ctx timestamp support functions
` [PATCH v6 02/11] drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
` [PATCH v6 03/11] drm/xe: Emit ctx timestamp copy in ring ops
` [PATCH v6 04/11] drm/xe: Add ctx timestamp to LRC snapshot
` [PATCH v6 05/11] drm/xe: Add xe_gt_clock_interval_to_ms helper
` [PATCH v6 06/11] drm/xe: Improve unexpected state error messages
` [PATCH v6 07/11] drm/xe: Assert runnable state in handle_sched_done
` [PATCH v6 08/11] drm/xe: Add GuC state asserts to deregister_exec_queue
` [PATCH v6 09/11] drm/xe: Add pending disable assert to handle_sched_done
` [PATCH v6 10/11] drm/xe: Add killed, banned, or wedged as stick bit during GuC reset
` [PATCH v6 11/11] drm/xe: Sample ctx timestamp to determine if jobs have timed out
` ✓ CI.Patch_applied: success for Only timeout jobs if they run longer than timeout period
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[PATCH] drm/xe/irq: remove xe_irq_shutdown
 2024-06-11 16:22 UTC  (2+ messages)

[PATCH 0/2] Fixup GuC ABI
 2024-06-11 16:18 UTC  (6+ messages)
` [PATCH 2/2] drm/xe/guc: Add kernel-doc for HXG Fast Request
` ✗ CI.FULL: failure for Fixup GuC ABI

[PATCH V2] drm/xe/xe2lpm: Fixup Wa_14020756599
 2024-06-11 15:24 UTC  (4+ messages)
` ✓ CI.BAT: success for drm/xe/xe2lpm: Fixup Wa_14020756599 (rev2)

[PATCH 00/10] drm/i915: PREEMPT_RT related fixups
 2024-06-11 15:14 UTC  (4+ messages)

[PATCH v2 0/4] Prepare Xe force-wake code for VFs
 2024-06-11 15:09 UTC  (14+ messages)
` [PATCH v2 1/4] drm/xe: Prefer GT oriented messages in xe_force_wake.c
` [PATCH v2 2/4] drm/xe: Include additional info on failed force-wake operation
` [PATCH v2 3/4] drm/xe: Combine common force-wake code into helpers
` [PATCH v2 4/4] drm/xe/vf: Ignore force-wake requests if VF
` ✓ CI.Patch_applied: success for Prepare Xe force-wake code for VFs (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v3 0/2] drm/xe: flush engine buffers before signalling user fence on all engines
 2024-06-11 12:53 UTC  (3+ messages)
` ✗ CI.FULL: failure for drm/xe: flush engine buffers before signalling user fence on all engines (rev2)
  ` â "

[PATCH] drm/xe: Use ttm_uncached for BO with NEEDS_UC flag
 2024-06-11 12:47 UTC  (2+ messages)

[PATCH v5 1/2] devcoredump: Add dev_coredumpm_timeout()
 2024-06-11 10:37 UTC  (23+ messages)
` [PATCH v5 2/2] drm/xe: Increase devcoredump timeout
` ✓ CI.Patch_applied: success for series starting with [v5,1/2] devcoredump: Add dev_coredumpm_timeout()
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.Patch_applied: success for series starting with [v5,1/2] devcoredump: Add dev_coredumpm_timeout() (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 0/4] Prepare Xe force-wake code for VFs
 2024-06-11  8:45 UTC  (23+ messages)
` [PATCH 1/4] drm/xe: Prefer GT oriented messages in xe_force_wake.c
` [PATCH 2/4] drm/xe: Include additional info on failed force-wake operation
` [PATCH 3/4] drm/xe: Combine common force-wake code into helpers
` [PATCH 4/4] drm/xe/vf: Ignore force-wake requests if VF
` ✓ CI.Patch_applied: success for Prepare Xe force-wake code for VFs
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.Patch_applied: success for Prepare Xe force-wake code for VFs (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH v4 0/7] drm/xe/guc: Improve quality and robustness of GuC log dumping
 2024-06-11  3:53 UTC  (16+ messages)
` [PATCH v4 1/7] drm/xe/guc: Remove spurious line feed in debug print
` [PATCH v4 2/7] drm/xe/guc: Copy GuC log prior to dumping
` [PATCH v4 3/7] drm/xe/guc: Use a two stage dump for GuC logs and add more info
` [PATCH v4 4/7] drm/print: Introduce drm_line_printer
` [PATCH v4 5/7] drm/xe/guc: Add a helper function for dumping GuC log to dmesg
` [PATCH v4 6/7] drm/xe/guc: Dead CT helper
` [PATCH v4 7/7] drm/xe/guc: Dump entire CTB on errors
` ✓ CI.Patch_applied: success for drm/xe/guc: Improve quality and robustness of GuC log dumping (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
` ✗ CI.FULL: "

[PATCH v5 00/10] Only timeout jobs if they run longer than timeout period
 2024-06-11  1:43 UTC  (26+ messages)
` [PATCH v5 01/10] drm/xe: Add LRC ctx timestamp support functions
` [PATCH v5 02/10] drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
` [PATCH v5 04/10] drm/xe: Add ctx timestamp to LRC snapshot
` [PATCH v5 05/10] drm/xe: Add xe_gt_clock_interval_to_ms helper
` [PATCH v5 06/10] drm/xe: Improve unexpected state error messages
` [PATCH v5 07/10] drm/xe: Add GuC state asserts to deregister_exec_queue
` [PATCH v5 08/10] drm/xe: Add pending disable assert to handle_sched_done
` [PATCH v5 09/10] drm/xe: Add killed, banned, or wedged as stick bit during GuC reset
` [PATCH v5 10/10] drm/xe: Sample ctx timestamp to determine if jobs have timed out

[PATCH 1/2] drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
 2024-06-11  1:40 UTC  (12+ messages)
` [PATCH 2/2] drm/xe: Use topology to determine page fault queue size
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH v2] drm/xe/lnl: Apply Wa_22019338487
 2024-06-10 23:19 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "
` ✓ CI.FULL: success "

[PATCH v4 0/7] drm/xe/guc: Improve quality and robustness of GuC log dumping
 2024-06-10 23:01 UTC  (9+ messages)
` [PATCH v4 1/7] drm/xe/guc: Remove spurious line feed in debug print
` [PATCH v4 2/7] drm/xe/guc: Copy GuC log prior to dumping
` [PATCH v4 3/7] drm/xe/guc: Use a two stage dump for GuC logs and add more info
` [PATCH v4 4/7] drm/print: Introduce drm_line_printer
` [PATCH v4 5/7] drm/xe/guc: Add a helper function for dumping GuC log to dmesg
` [PATCH v4 6/7] drm/xe/guc: Dead CT helper
` [PATCH v4 7/7] drm/xe/guc: Dump entire CTB on errors
` ✗ CI.Patch_applied: failure for drm/xe/guc: Improve quality and robustness of GuC log dumping

[PATCH v3 0/6] Only timeout jobs if they run longer than timeout period
 2024-06-10 17:42 UTC  (5+ messages)
` [PATCH v3 1/6] drm/xe: Add LRC ctx timestamp support functions

[CI 1/3] drm/xe: poor man's exhaustive eviction
 2024-06-10 16:33 UTC  (6+ messages)
` ✓ CI.KUnit: success for series starting with [CI,1/3] "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "


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