Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-06 18:52:38 to 2024-03-08 05:08:15 UTC [more...]

[PATCH v4 00/30] Refactor VM bind code
 2024-03-08  5:08 UTC  (27+ messages)
` [PATCH v4 01/30] drm/xe: Lock all gpuva ops during VM bind IOCTL
` [PATCH v4 02/30] drm/xe: Add ops_execute function which returns a fence
` [PATCH v4 03/30] drm/xe: Move migrate to prefetch to op_lock function
` [PATCH v4 05/30] drm/xe: Update xe_vm_rebind to use dummy VMA operations
` [PATCH v4 06/30] drm/xe: Simplify VM bind IOCTL error handling and cleanup
` [PATCH v4 07/30] drm/xe: Update pagefaults to use dummy VMA operations
` [PATCH v4 08/30] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [PATCH v4 09/30] drm/xe: Add some members to xe_vma_ops
` [PATCH v4 10/30] drm/xe: Add vm_bind_ioctl_ops_install_fences helper
` [PATCH v4 12/30] drm/xe: Move ufence check to op_lock
` [PATCH v4 13/30] drm/xe: Move ufence add to vm_bind_ioctl_ops_install_fences
` [PATCH v4 14/30] drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this
` [PATCH v4 15/30] drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
` [PATCH v4 16/30] drm/xe: Use ordered WQ for TLB invalidation fences
` [PATCH v4 17/30] drm/xe: Delete PT update selftest
` [PATCH v4 18/30] drm/xe: Convert multiple bind ops into single job
` [PATCH v4 19/30] drm/xe: Remove old functions defs in xe_pt.h
` [PATCH v4 20/30] drm/xe: Update PT layer with better error handling
` [PATCH v4 21/30] drm/xe: Update xe_vm_rebind to return int
` [PATCH v4 23/30] drm/xe: Update VM trace events
` [PATCH v4 24/30] drm/xe: Update clear / populate arguments
` [PATCH v4 25/30] drm/xe: Add __xe_migrate_update_pgtables_cpu helper
` [PATCH v4 26/30] drm/xe: CPU binds for jobs
` [PATCH v4 27/30] drm/xe: Don't use migrate exec queue for page fault binds
` [PATCH v4 28/30] drm/xe: Add VM bind IOCTL error injection
` [PATCH v4 29/30] drm/xe/guc: Assert time'd out jobs are not from a VM exec queue

[PATCH 0/3] Minor fixes for errors reported by static analyzer
 2024-03-08  4:48 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` [PATCH 1/3] drm/xe: Return if kobj creation is failed
` [PATCH 2/3] drm/xe/vf: Remove lmtt->ops null check in xe_lmtt_estimate_pt_size
` [PATCH 3/3] drm/xe/xe_exec : In xe_exec_ioctl remove deadcode
` ✓ CI.Build: success for Minor fixes for errors reported by static analyzer
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

Making drm_gpuvm work across gpu devices
 2024-03-08  4:43 UTC  (15+ messages)

[drm-xe:drm-xe-fixes] BUILD SUCCESS a4e7596e209783a7be2727d6b947cbd863c2bbcb
 2024-03-07 22:57 UTC 

[PATCH v3 1/3] bits: introduce fixed-type genmasks
 2024-03-07 21:45 UTC  (11+ messages)
    `  "

[PATCH 0/6] drm: debug logging improvements
 2024-03-07 21:42 UTC  (16+ messages)
` [PATCH 1/6] drm/modes: add drm_mode_print() to dump mode in drm_printer
` [PATCH 2/6] drm/probe-helper: switch to drm device based logging
` [PATCH 3/6] drm/modes: switch drm_mode_prune_invalid() to use struct drm_printer
` [PATCH 4/6] drm/modes: switch to drm device based error logging
` [PATCH 5/6] drm/sysfs: switch to drm device based logging
` [PATCH 6/6] drm/client: switch to drm device based logging, and more
` ✓ CI.Patch_applied: success for drm: debug logging improvements
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH i-g-t v2 0/2] lib/kunit: Execute test cases synchronously
 2024-03-07 20:58 UTC  (6+ messages)
` [PATCH i-g-t v2 1/2] "
` [PATCH i-g-t v2 2/2] lib/kunit: Minimize code duplication

[PATCH 00/22] drm: fix headers, add header test facility
 2024-03-07 20:49 UTC  (24+ messages)
` [PATCH 04/22] drm/amdgpu: make amd_asic_type.h self-contained
` [PATCH 15/22] drm/i915: fix i915_gsc_proxy_mei_interface.h kernel-doc
` [PATCH 16/22] drm/i915/hdcp: fix i915_hdcp_interface.h kernel-doc warnings
` [PATCH 17/22] drm/i915/pxp: fix i915_pxp_tee_interface.h "
` ✗ CI.checksparse: warning for drm: fix headers, add header test facility
` ✓ CI.BAT: success "
` [PATCH] drm: add missing header guards to drm_crtc_internal.h
` ✓ CI.Patch_applied: success for drm: add missing header guards to drm_crtc_internal.h (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 01/10] drm/i915/display: convert inner wakeref get towards get_if_in_use
 2024-03-07 20:14 UTC  (20+ messages)
` [PATCH 02/10] drm/xe: Move lockdep protection from mem_access to xe_pm_runtime
` [PATCH 03/10] drm/xe: Convert GSC HDCP from mem_access to direct xe_pm_runtime calls
` [PATCH 04/10] drm/xe: Remove useless mem_access during probe
` [PATCH 05/10] drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime calls
` [PATCH 06/10] drm/xe: Removing extra mem_access protection from runtime pm
` [PATCH 07/10] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
` [PATCH 08/10] drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_active
` [PATCH 09/10] drm/xe: Ensure all the inner access are using the _noresume variant
` [PATCH 10/10] drm/xe: Kill xe_device_mem_access_{get*,put}
` ✓ CI.Patch_applied: success for series starting with [01/10] drm/i915/display: convert inner wakeref get towards get_if_in_use
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "

Coverity: xe_gt_tlb_invalidation_ggtt(): Error handling issues
 2024-03-07 19:32 UTC 

[PATCH] Revert "drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuC"
 2024-03-07 19:06 UTC  (12+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[PATCH] drm/xe/vm : Remove duplicate assignment of XE_VM_FLAG_LR_MODE flag
 2024-03-07 17:47 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[CI 1/3] drm/xe: Make TLB invalidation fences unordered
 2024-03-07 17:31 UTC  (10+ messages)
` [CI 2/3] drm/xe: Rework xe_vm_rebind()
` [CI 3/3] drm/xe: Move vma rebinding to the drm_exec locking loop
` ✓ CI.Patch_applied: success for series starting with [CI,1/3] drm/xe: Make TLB invalidation fences unordered
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "

[PATCH] drm/xe: Declare __xe_lrc_*_ggtt_addr with __maybe__unused
 2024-03-07 15:52 UTC  (3+ messages)

[PATCH 22/22] drm: ensure drm headers are self-contained and pass kernel-doc
 2024-03-07 15:43 UTC  (7+ messages)

[PATCH v2 1/3] drm/xe: Make devcoredump VM error state print consistent
 2024-03-07 14:45 UTC  (10+ messages)
` [PATCH v2 2/3] drm/xe/devcoredump: Print errno if VM snapshot was not captured
` [PATCH v2 3/3] drm/xe: Nuke EXEC_QUEUE_FLAG_PERSISTENT
` ✓ CI.Patch_applied: success for series starting with [v2,1/3] drm/xe: Make devcoredump VM error state print consistent
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[PULL] drm-misc-next-fixes
 2024-03-07 12:46 UTC 

[RFC v2 0/4] drm/i915: better high level abstraction for display
 2024-03-07 13:43 UTC  (5+ messages)
` [RFC v2 2/4] drm/i915/display: add generic to_intel_display() macro

[PATCH 0/6] drm/i915/display: DMC wakelock implementation
 2024-03-07 11:55 UTC  (3+ messages)

[PATCH 1/4] drm/xe: Make devcoredump VM error state print consistent
 2024-03-07 10:54 UTC  (7+ messages)
` [PATCH 2/4] drm/xe/devcoredump: Print errno if VM snapshot was not captured
` [PATCH 3/4] drm/xe/devcoredump: Lock snap_mutex earlier
` [PATCH 4/4] drm/xe: Nuke EXEC_QUEUE_FLAG_PERSISTENT

[PULL] drm-xe-fixes
 2024-03-07 10:48 UTC 

[PULL] drm-misc-fixes
 2024-03-07  8:44 UTC 

[PATCH 01/22] drm/crtc: make drm_crtc_internal.h self-contained
 2024-03-07  8:34 UTC  (2+ messages)
` [PATCH v2] "

[PULL] drm-intel-fixes
 2024-03-07  8:19 UTC 

[PATCH] drm/xe/gsc: Fix kernel doc for xe_gsc_create_host_session_id
 2024-03-07  7:08 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[CI 1/2] drm/xe: Rework xe_vm_rebind()
 2024-03-07  4:41 UTC  (3+ messages)
` [CI 2/2] drm/xe: Move vma rebinding to the drm_exec locking loop

[PATCH topic/core-for-CI] platform/x86/intel/pmc/lnl: Remove SSRAM support
 2024-03-06 23:42 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[PATCH 1/2] drm/xe: Remove unused FF_SLICE_CS_CHICKEN2
 2024-03-06 23:09 UTC  (11+ messages)
` [PATCH 2/2] drm/xe/pvc: Fix WA 18020744125
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Remove unused FF_SLICE_CS_CHICKEN2
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[PATCH] drm/xe: Return immediately on tile_init failure
 2024-03-06 21:37 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[PATCH 1/9] drm/xe: Remove useless mem_access during probe
 2024-03-06 20:15 UTC  (9+ messages)
` [PATCH 4/9] drm/xe: Move xe_irq runtime suspend and resume out of lockdep
` ✗ CI.Patch_applied: failure for series starting with [1/9] drm/xe: Remove useless mem_access during probe (rev2)


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