Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-24 20:16:55 to 2023-10-26 04:02:04 UTC [more...]

[Intel-xe] [PATCH 00/26] Refactor VM bind code
 2023-10-26  4:02 UTC  (19+ messages)
` [Intel-xe] [PATCH 01/26] drm/xe: Allow num_binds == 0 in VM bind IOCTL
` [Intel-xe] [PATCH 02/26] drm/xe: Allow num_batch_buffer == 0 in exec IOCTL
` [Intel-xe] [PATCH 03/26] drm/xe: Lock all gpuva ops during VM bind IOCTL
` [Intel-xe] [PATCH 05/26] drm/xe: Move migrate to prefetch to op_lock funtion
` [Intel-xe] [PATCH 06/26] drm/xe: Add struct xe_vma_ops abstraction
` [Intel-xe] [PATCH 07/26] drm/xe: Update xe_vm_rebind to use dummy VMA operations
` [Intel-xe] [PATCH 08/26] drm/xe: Move drm exec loop to vm_bind_ioctl_ops_execute
` [Intel-xe] [PATCH 09/26] drm/xe: Fixup error handling / ref counting in VM bind IOCTL
` [Intel-xe] [PATCH 11/26] drm/xe: Add some members to xe_vma_ops
` [Intel-xe] [PATCH 12/26] drm/xe: Add vm_bind_ioctl_ops_install_fences helper
` [Intel-xe] [PATCH 14/26] drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
` [Intel-xe] [PATCH 16/26] drm/xe: Fix vma_is_valid to use tile argument
` [Intel-xe] [PATCH 17/26] drm/xe: Adjust tile mask in operations create
` [Intel-xe] [PATCH 18/26] drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this
` [Intel-xe] [PATCH 19/26] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [Intel-xe] [PATCH 22/26] drm/xe: Add __xe_migrate_update_pgtables_cpu helper
` [Intel-xe] [PATCH 23/26] drm/xe: Add xe_hw_fence_signal helper
` [Intel-xe] [PATCH 24/26] drm/xe: CPU binds for jobs

[Intel-xe] [PATCH] drm/xe/mocs: MOCS registers are multicast on Xe_HP and beyond
 2023-10-26  3:08 UTC  (10+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/mocs: MOCS registers are multicast on Xe_HP and beyond (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: "

[Intel-xe] [PATCH v2 0/3] Emit SVG 3DSTATE during LRC init
 2023-10-26  3:07 UTC  (12+ messages)
` [Intel-xe] [PATCH v2 1/3] drm/xe: Prepare to emit non-register state while recording default LRC
` [Intel-xe] [PATCH v2 2/3] drm/xe: Emit SVG state on RCS during driver load on DG2 and MTL
` [Intel-xe] [PATCH v2 3/3] drm/xe/xe2: Update SVG state handling
` [Intel-xe] ✓ CI.Patch_applied: success for Emit SVG 3DSTATE during LRC init (rev3)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH 0/3] Reduce usage of xe_tile in xe_bo.c
 2023-10-25 22:43 UTC  (13+ messages)
` [Intel-xe] [PATCH 1/3] drm/xe: Replace xe_ttm_vram_mgr.tile with xe_mem_region
` [Intel-xe] [PATCH 2/3] drm/xe: Remove unused xe_bo_to_tile
` [Intel-xe] [PATCH 3/3] drm/xe: Replace usage of mem_type_to_tile
` [Intel-xe] ✓ CI.Patch_applied: success for Reduce usage of xe_tile in xe_bo.c
` [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: "

[Intel-xe] [PATCH] drm/xe: Update to upstream DRM scheduler code
 2023-10-25 21:45 UTC  (12+ 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: failure "

[Intel-xe] [PATCH v3 0/5] drm/xe: Clear-media HuC support for MTL
 2023-10-25 21:45 UTC  (13+ messages)
` [Intel-xe] [PATCH v3 1/5] drm/xe/uc: Prepare for parsing of different header types
` [Intel-xe] [PATCH v3 2/5] drm/xe/huc: Extract version and binary offset from new HuC headers
` [Intel-xe] [PATCH v3 3/5] drm/xe/huc: HuC is not supported on GTs that don't have video engines
` [Intel-xe] [PATCH v3 4/5] drm/xe/huc: Don't re-auth HuC if it's already authenticated
` [Intel-xe] [PATCH v3 5/5] drm/xe/huc: Define HuC for MTL
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Clear-media HuC support for MTL (rev3)
` [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: "

[Intel-xe] [PATCH V9 0/1] drm/xe: Count and report low level driver errors
 2023-10-25 21:32 UTC  (10+ messages)
` [Intel-xe] [PATCH V9 1/1] drm/xe: Introduce and update counter for "
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Count and report low level driver errors (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: "

[Intel-xe] [PATCH 0/3] Some eviction fixes
 2023-10-25 21:06 UTC  (13+ messages)
` [Intel-xe] [PATCH 1/3] drm/xe/migrate: fix MI_ARB_ON_OFF usage
` [Intel-xe] [PATCH 2/3] drm/xe/bo: consider dma-resv fences for clear job
` [Intel-xe] [PATCH 3/3] drm/xe/bo: sync kernel fences for KMD buffers
` [Intel-xe] ✓ CI.Patch_applied: success for Some eviction fixes
` [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: "

[Intel-xe] Replace "drm/i915: Abstract display info away during probe" with upstream version
 2023-10-25 19:03 UTC  (9+ messages)
` [Intel-xe] [PATCH 1/2] Revert "drm/i915: Abstract display info away during probe"
` [Intel-xe] [PATCH 2/2] drm/i915: Abstract display info away during probe
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] Revert "drm/i915: Abstract display info away during probe"
` [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] [PATCH v6 0/7] DRM scheduler changes for Xe
 2023-10-25 18:39 UTC  (5+ messages)
` [Intel-xe] [PATCH v6 4/7] drm/sched: Add DRM_SCHED_POLICY_SINGLE_ENTITY scheduling policy

[Intel-xe] [PATCH] drm/xe: Extend rpX values extraction for future platforms
 2023-10-25 18:00 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[Intel-xe] [PATCH v2 1/3] drm/xe/xe2: Add initial workarounds
 2023-10-25 16:21 UTC  (13+ messages)
` [Intel-xe] [PATCH v2 2/3] drm/xe: Add performance tuning settings for MTL and Xe2
` [Intel-xe] [PATCH v2 3/3] drm/xe: Add Wa_14019821291
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v2,1/3] drm/xe/xe2: Add initial workarounds
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[Intel-xe] [PATCH 1/2] Revert "FIXME: drm/i915: xe doesn't have IS_GFX_GT_IP_STEP()"
 2023-10-25 16:00 UTC  (10+ messages)
` [Intel-xe] [PATCH 2/2] drm/i915: drop gt/intel_gt.h include from skl_universal_plane.c
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] Revert "FIXME: drm/i915: xe doesn't have IS_GFX_GT_IP_STEP()"
` [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] [PATCH] drm/xe: Fix WA 14010918519 write to wrong register
 2023-10-25 14:21 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: "

[Intel-xe] [CI 01/10] drm/gpuvm: convert WARN() to drm_WARN() variants
 2023-10-25 14:14 UTC  (11+ messages)
` [Intel-xe] [CI 02/10] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [Intel-xe] [CI 03/10] drm/xe: Adjust to "drm/gpuvm: add common dma-resv per struct drm_gpuvm"
` [Intel-xe] [CI 04/10] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [Intel-xe] [CI 05/10] drm/xe: Adjust to commit "drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm"
` [Intel-xe] [CI 06/10] drm/gpuvm: add an abstraction for a VM / BO combination
` [Intel-xe] [CI 07/10] drm/xe: Adjust to commit "drm/gpuvm: add an abstraction for a VM/BO combination"
` [Intel-xe] [CI 08/10] drm/gpuvm: track/lock/validate external/evicted objects
` [Intel-xe] [CI 09/10] drm/xe: Adapt to GPUVM tracking of external / evicted objects
` [Intel-xe] [CI 10/10] drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm
` [Intel-xe] ✗ CI.Patch_applied: failure for series starting with [CI,01/10] drm/gpuvm: convert WARN() to drm_WARN() variants

[Intel-xe] [PATCH 0/3] Emit SVG 3DSTATE during LRC init
 2023-10-25 13:51 UTC  (8+ messages)
` [Intel-xe] [PATCH 1/3] drm/xe: Prepare to emit non-register state while recording default LRC
` [Intel-xe] [PATCH 2/3] drm/xe: Emit SVG state on RCS during driver load on DG2 and MTL
` [Intel-xe] [PATCH 3/3] drm/xe/xe2: Update SVG state handling

[Intel-xe] [PATCH 0/2] Event tracing for GuC CTB
 2023-10-25 12:27 UTC  (5+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Add event tracing for CTB

[Intel-xe] [PATCH v3] drm/i915: handle uncore spinlock when not available
 2023-10-25 10:58 UTC  (5+ messages)
` [Intel-xe] [Intel-gfx] "

[Intel-xe] [drm-xe:drm-xe-next] BUILD SUCCESS WITH WARNING a0a80950176b39dbc76f8faa92fddf6caaa06191
 2023-10-25 10:40 UTC 

[Intel-xe] [PATCH] drm/xe: move the lmem verification code into a separate function
 2023-10-25 10:31 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: "

[Intel-xe] [PATCH 00/10] Split out most of "FIXME: drm/i915/display: Remaining changes to make xe compile"
 2023-10-25 10:20 UTC  (11+ messages)
` [Intel-xe] [PATCH 01/10] revert fixme in intel_atomic_plane.c
` [Intel-xe] [PATCH 02/10] drm/atomic: Add drm_atomic_helper_set_fence_deadline() function
` [Intel-xe] [PATCH 03/10] drm/i915: Implement fence->set_deadline
` [Intel-xe] [PATCH 04/10] FIXME drm/i915/display: Use fence->set_deadline to boost requests
` [Intel-xe] [PATCH 05/10] fixup xe i915_drv.h compat header
` [Intel-xe] [PATCH 06/10] revert intel_frontbuffer changes
` [Intel-xe] [PATCH 07/10] Update compat headers
` [Intel-xe] [PATCH 08/10] more reverts
` [Intel-xe] [PATCH 09/10] drm/i915/display: Use i915_gem_object_get_dma_address to get dma address
` [Intel-xe] [PATCH 10/10] revert more (fbc)

[Intel-xe] [PATCH] drm/xe/migrate: fix MI_ARB_ON_OFF usage
 2023-10-25 10:07 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for drm/xe/migrate: fix MI_ARB_ON_OFF usage (rev2)

[Intel-xe] [PATCH 0/4] Revert remaining local fb tracking patches and backport
 2023-10-25 10:03 UTC  (10+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Revert remaining local fb tracking patches and backport (rev3)
` [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: success "

[Intel-xe] [PATCH] drm/xe: Raise GT frequency before GuC load
 2023-10-24 20:58 UTC  (6+ messages)
` [Intel-xe] ✓ CI.KUnit: success for drm/xe: Raise GT frequency before GuC load (rev2)
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "


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