Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-30 06:45:08 to 2023-08-31 10:49:49 UTC [more...]

[Intel-xe] [PATCH v3 0/6] drm/xe: Convert to drm_exec
 2023-08-31 10:49 UTC  (13+ messages)
` [Intel-xe] [PATCH v3 1/6] drm/xe/bo: Simplify xe_bo_lock()
` [Intel-xe] [PATCH v3 2/6] drm/xe/vm: Simplify and document xe_vm_lock()
` [Intel-xe] [PATCH v3 3/6] drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
` [Intel-xe] [PATCH v3 4/6] drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper
` [Intel-xe] [PATCH v3 5/6] drm/xe: Convert pagefaulting code to use drm_exec
` [Intel-xe] [PATCH v3 6/6] drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Convert to drm_exec (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "

[Intel-xe] [RFC 0/5] PAT and cache coherency support
 2023-08-31 10:44 UTC  (22+ messages)
` [Intel-xe] [RFC 1/5] drm/xe/uapi: Add support for cache and coherency mode
` [Intel-xe] [RFC 3/5] drm/xe: move pat_table into device info
` [Intel-xe] [RFC 4/5] drm/xe/pat: annotate pat_index with coherency mode
` [Intel-xe] [RFC 5/5] drm/xe/uapi: support pat_index selection with vm_bind

[Intel-xe] [PATCH v5 0/3] drm/xe/pmu: Enable PMU interface
 2023-08-31 10:29 UTC  (10+ messages)
` [Intel-xe] [PATCH 2/3] drm/xe: Use spinlock in forcewake instead of mutex
` [Intel-xe] [PATCH v5 3/3] drm/xe/pmu: Enable PMU interface

[Intel-xe] [PATCH 0/7] drm/xe: fdinfo memory stats
 2023-08-31 10:04 UTC  (15+ messages)
` [Intel-xe] [PATCH 1/7] drm/xe: Add drm-client infrastructure
` [Intel-xe] [PATCH 2/7] drm/xe: Interface xe drm client with fdinfo interface
` [Intel-xe] [PATCH 3/7] drm/xe: Add tracking support for bos per client
` [Intel-xe] [PATCH 4/7] drm/xe: Record each drm client with its VM
` [Intel-xe] [PATCH 5/7] drm/xe: Track page table memory usage for client
` [Intel-xe] [PATCH 6/7] drm/xe: Account ring buffer and context state storage
` [Intel-xe] [PATCH 7/7] drm/xe: Implement fdinfo memory stats printing
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: fdinfo memory stats
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH v2 0/5] FBC refactoring
 2023-08-31  9:51 UTC  (6+ messages)
` [Intel-xe] [PATCH v2 1/5] Revert "drm/i915/display: Implement FBC support"
` [Intel-xe] [PATCH v2 2/5] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH v2 3/5] drm/xe: Xe stolen memory handling for fbc support
` [Intel-xe] [PATCH v2 4/5] drm/xe: Add i915_gem.h compatibility header
` [Intel-xe] [PATCH v2 5/5] drm/xe: Add Xe implementation for fence checks used by fbc code

[Intel-xe] [PATCH 00/12] Frontbuffer tracking refactoring
 2023-08-31  9:19 UTC  (22+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Frontbuffer tracking refactoring (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "
` [Intel-xe] ✓ CI.Patch_applied: success for Frontbuffer tracking refactoring (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "
` [Intel-xe] ✓ CI.Patch_applied: success for Frontbuffer tracking refactoring (rev4)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH 1/4] drm/doc/rfc: No STAGING out of drivers/staging
 2023-08-31  8:31 UTC  (2+ messages)

[Intel-xe] [PATCH v2 0/6] drm/xe: Convert to drm_exec
 2023-08-31  7:05 UTC  (8+ messages)
` [Intel-xe] [PATCH v2 1/6] drm/xe/bo: Simplify xe_bo_lock()
` [Intel-xe] [PATCH v2 2/6] drm/xe/vm: Simplify and document xe_vm_lock()
` [Intel-xe] [PATCH v2 3/6] drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
` [Intel-xe] [PATCH v2 4/6] drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper
` [Intel-xe] [PATCH v2 5/6] drm/xe: Convert pagefaulting code to use drm_exec
` [Intel-xe] [PATCH v2 6/6] drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec
` [Intel-xe] ✗ CI.Patch_applied: failure for drm/xe: Convert "

[Intel-xe] [PATCH igt 0/4] Add LNL support to xe tests
 2023-08-31  6:55 UTC  (12+ messages)
` [Intel-xe] [PATCH igt 1/4] lib: Add xe_pciids.h
` [Intel-xe] [PATCH igt 2/4] lib/intel_chipset: Add Lunar Lake support
` [Intel-xe] [PATCH igt 3/4] lib/intel_device_info: Add blitter cmd info for Lunar Lake
  ` [Intel-xe] [igt-dev] "
` [Intel-xe] [PATCH igt 4/4] tests/xe_debugfs: skip page table level check for Xe2
  ` [Intel-xe] [igt-dev] "

[Intel-xe] [RFC PATCH] drm/xe/dgfx: Release mmap mappings on rpm suspend
 2023-08-31  5:23 UTC  (5+ messages)

[Intel-xe] [PATCH] drm/xe: Add child contexts to the GuC context lookup
 2023-08-31  1:24 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH 1/2] drm/xe/uapi: Typo lingo and other small backwards compatible fixes
 2023-08-30 23:38 UTC  (9+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe/uapi: Remove useless max_page_size
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe/uapi: Typo lingo and other small backwards compatible fixes
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH i-g-t] drm-uapi/xe_drm: Remove max_page_size and align with latest uapi
 2023-08-30 22:55 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[Intel-xe] [PATCH] drm/xe: Enable scratch page when page fault is enabled
 2023-08-30 22:21 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Enable scratch page when page fault is enabled (rev4)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH] drm/xe: Enable scratch page when page fault is enabled
 2023-08-30 21:37 UTC  (3+ messages)

[Intel-xe] [PATCH] drm/xe/pm: Use PM functions only if CONFIG_PM_SLEEP is enabled
 2023-08-30 21:14 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: fix error handling flow when device probing fails
 2023-08-30 20:55 UTC  (14+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH] drm/xe/uapi: Typo lingo and other small backwards compatible fixes
 2023-08-30 17:04 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✗ CI.KUnit: failure "

[Intel-xe] [PATCH 0/6] Convert to drm_exec
 2023-08-30 15:29 UTC  (11+ messages)
` [Intel-xe] [PATCH 1/6] drm/xe/bo: Simplify xe_bo_lock()
` [Intel-xe] [PATCH 2/6] drm/xe/vm: Simplify and document xe_vm_lock()
` [Intel-xe] [PATCH 3/6] drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
` [Intel-xe] [PATCH 4/6] drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper
` [Intel-xe] [PATCH 5/6] drm/xe: Convert pagefaulting code to use drm_exec
` [Intel-xe] [PATCH 6/6] drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec
` [Intel-xe] ✓ CI.Patch_applied: success for Convert "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✗ CI.Build: failure "

[Intel-xe] [PATCH] drm/xe: Prevent return with locked vm
 2023-08-30 15:15 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Prevent return with locked vm (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [PATCH v2 0/3] Use Xe assert macros instead of XE_WARN_ON macro
 2023-08-30 14:29 UTC  (8+ messages)
` [Intel-xe] [PATCH v2 1/3] drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
` [Intel-xe] [PATCH v2 2/3] drm/xe: Introduce Xe assert macros
` [Intel-xe] [PATCH v2 3/3] drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
` [Intel-xe] ✓ CI.Patch_applied: success for Use Xe assert macros instead of XE_WARN_ON macro (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✗ CI.Build: failure "

[Intel-xe] [PATCH 0/5] FBC refactoring
 2023-08-30 14:20 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for FBC refactoring (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✗ CI.BAT: failure "

[Intel-xe] [PATCH v2] fixup! drm/xe: Rename engine to exec_queue
 2023-08-30 12:51 UTC  (15+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for fixup! drm/xe: Rename engine to exec_queue (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Intel-xe] [RFC PATCH] kunit: Fix test log size limit too low for some tests
 2023-08-30 11:35 UTC  (15+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "


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