Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-19 15:55:15 to 2024-03-20 15:06:43 UTC [more...]

[PATCH v2] drm/xe/uapi: Add L3 bank mask to topology query
 2024-03-20 15:06 UTC  (3+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "

[CI 1/8] drm/xe: Make TLB invalidation fences unordered
 2024-03-20 14:36 UTC  (15+ messages)
` [CI 2/8] drm/xe: Use ring ops TLB invalidation for rebinds
` [CI 3/8] drm/xe: Reserve fences where needed
` [CI 4/8] drm/xe: Rework rebinding
` [CI 5/8] drm/xe: Move vma rebinding to the drm_exec locking loop
` [CI 6/8] drm/xe/bo: Forward the decision to evict local objects during validation
` [CI 7/8] drm/xe/bo: Allow eviction of unbound local bos
` [CI 8/8] drm/xe/bo: Allow migrating local bos to TT to make room in VRAM
` ✓ CI.Patch_applied: success for series starting with [CI,1/8] drm/xe: Make TLB invalidation fences unordered
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

[PATCH] drm/xe: Create a helper function to init job's user fence
 2024-03-20 13:44 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 1/2] drm/xe: Fix potential integer overflow in page size calculation
 2024-03-20 13:07 UTC  (6+ messages)
` [PATCH v2 2/2] drm/xe: Add a WARN_ON for NULL job in xe_sync_entry_signal

[PATCH 1/2] drm/xe/bb: assert width in xe_bb_create_job()
 2024-03-20 12:50 UTC  (11+ messages)
` [PATCH 2/2] drm/xe/bb: assert width in xe_bb_create_migration_job()
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe/bb: assert width in xe_bb_create_job()
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[RFC 0/2] drm/xe: Support PCIe FLR
 2024-03-20 11:52 UTC  (10+ messages)
` [RFC 1/2] drm: add devm release action
` [RFC 2/2] drm/xe/FLR: Support PCIe FLR
` ✓ CI.Patch_applied: success for drm/xe: "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[CI 1/8] drm/xe: Make TLB invalidation fences unordered
 2024-03-20 11:05 UTC  (9+ messages)
` [CI 2/8] drm/xe: Use ring ops TLB invalidation for rebinds
` [CI 3/8] drm/xe: Reserve fences where needed
` [CI 4/8] drm/xe: Rework rebinding
` [CI 5/8] drm/xe: Move vma rebinding to the drm_exec locking loop
` [CI 6/8] drm/xe/bo: Forward the decision to evict local objects during validation
` [CI 7/8] drm/xe/bo: Allow eviction of unbound local bos
` [CI 8/8] drm/xe/bo: Allow migrating local bos to TT to make room in VRAM
` ✗ CI.Patch_applied: failure for series starting with [CI,1/8] drm/xe: Make TLB invalidation fences unordered

[PATCH] drm/xe/xe_migrate: Fix potential overflows expression
 2024-03-20 10:54 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe: Use USEC_PER_MSEC rather than the hard coding
 2024-03-20  9:04 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2] drm/xe/xe_devcoredump: Check NULL before dereferencing
 2024-03-20  6:31 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] gpu/drm/xe/xe_devcoredump: Check NULL before dereferencing coredump
 2024-03-20  5:46 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2] drm/xe: Always check force_wake_get return code
 2024-03-20  5:19 UTC  (4+ messages)

[PATCH 0/8] Use hmm_range_fault to populate user page
 2024-03-20  3:44 UTC  (12+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "
` [PATCH 1/8] drm/xe/svm: Remap and provide memmap backing for GPU vram
` [PATCH 2/8] drm/xe/svm: Introduce DRM_XE_SVM kernel config
` [PATCH 3/8] drm/xe: Introduce helper to get tile from memory region
` [PATCH 4/8] drm/xe: Introduce a helper to get dpa from pfn
` [PATCH 5/8] drm/xe/svm: Get xe memory region from page
` [PATCH 6/8] drm/xe: Introduce helper to populate userptr
` [PATCH 7/8] drm/xe: Introduce a helper to free sg table
` [PATCH 8/8] drm/xe: Use hmm_range_fault to populate user pages

[PATCH] drm/xe/gt: Remove continue statement which has no effect
 2024-03-20  3:22 UTC  (4+ messages)

[PATCH 0/8] Use hmm_range_fault to populate user page
 2024-03-20  3:24 UTC  (12+ messages)
` ✓ CI.Patch_applied: success for Use hmm_range_fault to populate user page (rev3)
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "
` [PATCH 1/8] drm/xe/svm: Remap and provide memmap backing for GPU vram
` [PATCH 2/8] drm/xe/svm: Introduce DRM_XE_SVM kernel config
` [PATCH 3/8] drm/xe: Introduce helper to get tile from memory region
` [PATCH 4/8] drm/xe: Introduce a helper to get dpa from pfn
` [PATCH 5/8] drm/xe/svm: Get xe memory region from page
` [PATCH 6/8] drm/xe: Introduce helper to populate userptr
` [PATCH 7/8] drm/xe: Introduce a helper to free sg table
` [PATCH 8/8] drm/xe: Use hmm_range_fault to populate user pages

[PATCH] drm/xe/display: check for error on drmm_mutex_init
 2024-03-20  0:35 UTC  (2+ messages)

[PATCH] drm/xe: Streamline exec queue freeing path
 2024-03-20  0:34 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[CI 1/3] drm/xe: Drop ggtt invalidate from display code
 2024-03-20  0:13 UTC  (13+ messages)
` [CI 2/3] drm/xe: Add XE_BO_GGTT_INVALIDATE_BIT flag
` [CI 3/3] drm/xe: Move xe_ggtt_invalidate out from ggtt->lock
` ✓ CI.Patch_applied: success for series starting with [CI,1/3] drm/xe: Drop ggtt invalidate from display code
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe: Separate out sched/deregister_done handling
 2024-03-19 23:54 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] drm/xe: Use correct function pointer type
 2024-03-19 23:35 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2] drm/xe/uc: Use u64 for offsets for which we use upper_32_bits()
 2024-03-19 22:21 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/uc: Use u64 for offsets for which we use upper_32_bits() (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 0/8] Use hmm_range_fault to populate user page
 2024-03-19 20:56 UTC  (11+ messages)
` [PATCH 2/8] drm/xe/svm: Add DRM_XE_SVM kernel config entry
` [PATCH 6/8] drm/xe: Helper to populate a userptr or hmmptr

[PATCH 0/5] Use hmm_range_fault to populate user page
 2024-03-19 20:01 UTC  (8+ messages)
` [PATCH 4/5] drm/xe: Helper to populate a userptr or hmmptr

[PATCH] drm/xe/guc: Don't support older GuC 70.x releases
 2024-03-19 19:10 UTC  (5+ messages)

[PATCH i-g-t v3 0/5] lib/kunit: Execute test cases synchronously
 2024-03-19 18:39 UTC  (8+ messages)
` [PATCH i-g-t v3 1/5] lib/kunit: Store igt_ktap_results pointer in a central location
` [PATCH i-g-t v3 2/5] lib/kunit: Let igt_ktap_free() take care of pointer reset
` [PATCH i-g-t v3 3/5] lib/kunit: Time out promptly on missing KTAP report

[PATCH 1/2] drm/xe/display: Unify DPT mappings
 2024-03-19 18:22 UTC  (9+ messages)
` [PATCH 2/2] drm/xe/display: Simplify DPT handling
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe/display: Unify DPT mappings
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 1/2] drm/xe: Convert gt suspend/resume messages to debug
 2024-03-19 17:05 UTC  (7+ messages)
` [PATCH 2/2] drm/xe: Add dbg messages on the suspend resume functions

[PATCH 0/2] Add support for Wa KLVs
 2024-03-19 16:41 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for Add support for Wa KLVs (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` [PATCH v2 1/2] drm/xe/guc: Add support for w/a KLVs
` [PATCH v2 2/2] drm/xe/lnl: Enable GuC Wa_14019882105
` ✓ CI.Build: success for Add support for Wa KLVs (rev2)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "


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