Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-26 23:21:55 to 2023-07-31 13:06:52 UTC [more...]

[Intel-xe] [PATCH V10 0/6] drm/xe: Add engine scheduler control interface
 2023-07-31 13:13 UTC  (2+ messages)
` [Intel-xe] [PATCH V10 1/6] drm/xe: Add sysfs entries for engines under its GT

[Intel-xe] [PATCH v2 0/3] kunit: Expose some built-in features to modules
 2023-07-31 12:07 UTC  (13+ messages)
` [Intel-xe] [PATCH v2 1/3] kunit: Report the count of test suites in a module
` [Intel-xe] [PATCH v2 2/3] kunit: Make 'list' action available to kunit test modules
` [Intel-xe] [PATCH v2 3/3] kunit: Allow kunit test modules to use test filtering
` [Intel-xe] ✓ CI.Patch_applied: success for kunit: Expose some built-in features to modules (rev2)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] drm/xe/ppgtt: Add support for correct PAT encoding in PTE and PDE
 2023-07-31  8:40 UTC  (4+ messages)

[Intel-xe] [RFC PATCH 00/10] Xe DRM scheduler and long running workload plans
 2023-07-31  7:26 UTC  (14+ messages)
` [Intel-xe] [RFC PATCH 01/10] drm/sched: Convert drm scheduler to use a work queue rather than kthread
` [Intel-xe] [RFC PATCH 04/10] drm/sched: Add generic scheduler message interface
` [Intel-xe] [RFC PATCH 06/10] drm/sched: Submit job before starting TDR
` [Intel-xe] [RFC PATCH 07/10] drm/sched: Add helper to set TDR timeout

[Intel-xe] [PATCH 0/3] kunit: Expose some built-in features to modules
 2023-07-29 15:57 UTC  (9+ messages)
` [Intel-xe] [PATCH 1/3] kunit: Report the count of test suites in a module
` [Intel-xe] [PATCH 2/3] kunit: Make 'list' action available to kunit test modules
` [Intel-xe] [PATCH 3/3] kunit: Allow kunit test modules to use test filtering

[Intel-xe] [PATCH] drm/xe: remove header variable from parse_g2h_msg
 2023-07-29  5:30 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] drm/xe: don't skip rebinds if there's a NULL binding involved
 2023-07-29  4:48 UTC  (9+ 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: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] drm/xe: Fix and clarify PAT Index selection
 2023-07-28 21:52 UTC  (3+ messages)

[Intel-xe] [PATCH v15 00/10] xe_device_mem_access fixes and related bits
 2023-07-28 21:05 UTC  (3+ messages)
` [Intel-xe] [PATCH v15 05/10] drm/xe/mmio: grab mem_access in xe_mmio_ioctl

[Intel-xe] [RFC] drm/xe: Introduce xe_ASSERT macros
 2023-07-28 20:33 UTC  (10+ 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: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] drm/xe/mtl: Reduce Wa_14018575942 scope to the CCS engine
 2023-07-28 19:45 UTC  (9+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 0/5] VM bind uAPI changes
 2023-07-28 17:55 UTC  (8+ messages)
` [Intel-xe] [PATCH 1/5] drm/xe: remove async worker, sync binds, new error handling
` [Intel-xe] [PATCH 2/5] drm/xe: Fix VM bind out-sync signaling ordering
` [Intel-xe] [PATCH 3/5] drm/xe: Allow num_binds == 0 in VM bind IOCTL
` [Intel-xe] [PATCH 4/5] drm/xe: Allow num_batch_buffer == 0 in exec IOCTL
` [Intel-xe] [PATCH 5/5] drm/xe/uapi: Add some VM bind kernel doc

[Intel-xe] [PATCH v9 0/3] Notify userspace about uevent failure
 2023-07-28 16:49 UTC  (11+ messages)
` [Intel-xe] [PATCH v9 1/3] fault-inject: Include linux/types.h by default
` [Intel-xe] [PATCH v9 3/3] drm/xe: Introduce fault injection for gt reset
` [Intel-xe] ✓ CI.Patch_applied: success for Notify userspace about uevent failure
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 1/5] drm/xe: Only set PCI d3cold_allowed when we are really allowing
 2023-07-28 16:15 UTC  (6+ messages)
` [Intel-xe] [PATCH 3/5] drm/xe: Fix the runtime_idle call and d3cold.allowed decision
` [Intel-xe] [PATCH 5/5] drm/xe: Ensure memory eviction on s2idle

[Intel-xe] [PATCH] drm/xe: Improve s2idle handling
 2023-07-28 14:59 UTC  (2+ messages)

[Intel-xe] [PATCH V9 0/6] drm/xe: Add engine scheduler control interface
 2023-07-28 14:53 UTC  (30+ messages)
` [Intel-xe] [PATCH V9 1/6] drm/xe: Add sysfs entries for engines under its GT
` [Intel-xe] [PATCH V9 2/6] drm/xe: Add sysfs for default engine scheduler properties
` [Intel-xe] [PATCH V9 3/6] drm/xe: Add job timeout engine property to sysfs
` [Intel-xe] [PATCH V9 4/6] drm/xe: Add timeslice duration "
` [Intel-xe] [PATCH V9 5/6] drm/xe: Add sysfs for preempt reset timeout
` [Intel-xe] [PATCH V9 6/6] drm/xe: Add min/max cap for engine scheduler properties
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Add engine scheduler control interface (rev9)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH] drm/xe: Remove unnecessary memory barriers related to wait queue
 2023-07-28 14:52 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "

[Intel-xe] [PATCH] drm/xe: Fix error paths of __xe_bo_create_locked
 2023-07-28 14:45 UTC  (4+ messages)

[Intel-xe] [PATCH] drm/xe: Add define WQ_HEADER_SIZE
 2023-07-28  8:35 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: Remove ct->fence_context
 2023-07-28  8:20 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: Remove XE_GUC_CT_SELFTEST
 2023-07-28  8:18 UTC  (2+ messages)

[Intel-xe] [PATCH 0/3] drm/xe: clean up kernel submissions
 2023-07-28  1:50 UTC  (7+ messages)
` [Intel-xe] [PATCH 1/3] drm/xe: fix submissions without vm
` [Intel-xe] [PATCH 2/3] drm/xe: split kernel vs permanent engine flags
` [Intel-xe] [PATCH 3/3] drm/xe: standardize vm-less kernel submissions

[Intel-xe] [PATCH] drm/xe: Add Wa_14015150844 for DG2 and Xe_LPG
 2023-07-27 22:09 UTC 

[Intel-xe] [PATCH] drm/xe: Call __guc_engine_fini_async direct for KERNEL engines
 2023-07-27 18:57 UTC  (7+ 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: "
` [Intel-xe] ✓ CI.checksparse: "

[Intel-xe] [PATCH] drm/xe: Fix an invalid locking wait context bug
 2023-07-27 16:08 UTC  (3+ messages)

[Intel-xe] [PATCH] drm/xe: Invert mask and val in xe_mmio_wait32
 2023-07-27 15:54 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Invert mask and val in xe_mmio_wait32. (rev2)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[Intel-xe] [PATCH v3 0/3] Remove use of BUG_ON
 2023-07-27 14:55 UTC  (4+ messages)
` [Intel-xe] [PATCH v3 1/3] drm/xe/macro: Remove unused constant
` [Intel-xe] [PATCH v3 2/3] drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
` [Intel-xe] [PATCH v3 3/3] drm/xe: Use regular WARN_ON() instead of driver-specific XE_WARN_ON()

[Intel-xe] [PATCH v2 0/3] Remove use of BUG_ON
 2023-07-27 14:42 UTC  (15+ messages)
` [Intel-xe] [PATCH v2 1/3] drm/xe/macro: Remove unused constant
` [Intel-xe] [PATCH v2 2/3] drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
` [Intel-xe] [PATCH v2 3/3] drm/xe/macro: Display XE_WARN_ON messages only in debug mode
` [Intel-xe] ✓ CI.Patch_applied: success for Remove use of BUG_ON
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH v2 00/10] Fix stolen setup for MTL+
 2023-07-27 14:27 UTC  (4+ messages)
` [Intel-xe] [PATCH v2 04/10] drm/xe: Remove vma arg from xe_pte_encode()

[Intel-xe] [PATCH 1/2] drm/xe: Add DRIVER_DATE to coredump error
 2023-07-27 14:16 UTC  (9+ messages)

[Intel-xe] [PATCH] drm/xe: fix mcr semaphore locking for MTL
 2023-07-27 13:55 UTC  (4+ messages)
` [Intel-xe] ○ CI.BAT: info for "

[Intel-xe] [PATCH] drm/xe: Invert mask and val in xe_mmio_wait32
 2023-07-27 13:46 UTC  (12+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "
` [Intel-xe] ✓ CI.Patch_applied: success "
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 1/2] drm/xe: Enable atomics on smem
 2023-07-27 13:05 UTC  (3+ messages)

[Intel-xe] [RFC PATCH v2 00/23] Xe frontbuffer tracking
 2023-07-27  5:44 UTC  (4+ messages)
` [Intel-xe] [RFC PATCH v2 22/23] drm/i915: Handle dma fences in dirtyfb callback


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