messages from 2024-04-09 13:26:23 to 2024-04-10 08:16:29 UTC [more...]
[PATCH 0/4] Cleanup and fixes in drmm_add_action_or_reset usage
2024-04-10 8:16 UTC (9+ messages)
` [PATCH v2 1/4] drm/xe: Simplify function return using drmm_add_action_or_reset()
` [PATCH v2 2/4] drm/xe: Incase of action add failure, remove sysfs only once
` [PATCH v2 4/4] drm/xe: Return NULL incase of drmm_add_action_or_reset failure
[PATCH] drm/i915: Implement Audio WA_14020863754
2024-04-10 8:12 UTC (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
[PATCH 0/2] Helpers for GuC KLVs
2024-04-10 8:08 UTC (7+ messages)
` [PATCH 1/2] drm/xe/guc: Add helpers "
[PATCH V3] drm/xe/xe2: Add workaround 14021567978
2024-04-10 7:37 UTC (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/xe2: Add workaround 14021567978 (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH V2] drm/xe/xe2: Add workaround 14021567978
2024-04-10 7:21 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH 1/4] drm/xe: Introduce a simple wedged state
2024-04-10 6:50 UTC (14+ messages)
` [PATCH 2/4] drm/xe: declare wedged upon GuC load failure
` [PATCH 3/4] drm/xe: Force wedged state and block GT reset upon any GPU hang
` [PATCH 4/4] drm/xe: Introduce the wedged_mode debugfs
` ✓ CI.Patch_applied: success for series starting with [1/4] drm/xe: Introduce a simple wedged state
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH 00/13] Prep patches for 1 job per VM bind IOCTL
2024-04-10 6:28 UTC (15+ messages)
` [PATCH 01/13] drm/xe: Lock all gpuva ops during "
` [PATCH 02/13] drm/xe: Add ops_execute function which returns a fence
` [PATCH 03/13] drm/xe: Move migrate to prefetch to op_lock_and_prep function
` [PATCH 04/13] drm/xe: Add struct xe_vma_ops abstraction
` [PATCH 05/13] drm/xe: Use xe_vma_ops to implement xe_vm_rebind
` [PATCH 06/13] drm/xe: Simplify VM bind IOCTL error handling and cleanup
` [PATCH 07/13] drm/xe: Use xe_vma_ops to implement page fault rebinds
` [PATCH 08/13] drm/xe: Add some members to xe_vma_ops
` [PATCH 09/13] drm/xe: Add vm_bind_ioctl_ops_fini helper
` [PATCH 10/13] drm/xe: Move ufence check to op_lock
` [PATCH 11/13] drm/xe: Move ufence add to vm_bind_ioctl_ops_fini
` [PATCH 12/13] drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this
` [PATCH 13/13] drm/xe: Delete PT update selftest
` ✗ CI.Patch_applied: failure for Prep patches for 1 job per VM bind IOCTL
[PATCHv3] drm/xe/display: use mul_u32_u32 for multiplying operands
2024-04-10 5:04 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH] drm/xe: Check result of drmm_mutex_init()
2024-04-10 4:28 UTC (12+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH i-g-t 1/3] tests/intel/xe_wedged: Introduce a new test for Xe device wedged state
2024-04-10 4:17 UTC (5+ messages)
` [PATCH i-g-t 2/3] tests/intel/xe_wedged: Also add a simple exec to confirm GPU health
` [PATCH i-g-t 3/3] tests/intel/xe_wedged: Introduce test for wedged_mode=2
` ✗ CI.Patch_applied: failure for series starting with [i-g-t,1/3] tests/intel/xe_wedged: Introduce a new test for Xe device wedged state
[PATCH 1/9] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
2024-04-10 3:58 UTC (17+ messages)
` [PATCH 2/9] drm/xe: Introduce intel_runtime_pm_get_noresume at compat-i915-headers for display
` [PATCH 3/9] drm/i915/display: convert inner wakeref get towards get_if_in_use
` [PATCH 4/9] drm/xe: Move lockdep protection from mem_access to xe_pm_runtime
` [PATCH 5/9] drm/xe: Remove useless mem_access during probe
` [PATCH 6/9] drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime calls
` [PATCH 7/9] drm/xe: Removing extra mem_access protection from runtime pm
` [PATCH 8/9] drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_active
` [PATCH 9/9] drm/xe: Ensure all the inner access are using the _noresume variant
` ✓ CI.Patch_applied: success for series starting with [1/9] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "
` ✓ CI.FULL: success "
[PATCH 0/2] More LNL workarounds
2024-04-10 2:04 UTC (11+ messages)
` [PATCH 1/2] drm/xe/lnl: Enable more GuC based workarounds
` [PATCH 2/2] drm/xe/bmg: Some LNL workarounds also apply to BMG
` ✓ CI.Patch_applied: success for More LNL workarounds
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
linux-next: manual merge of the drm-xe tree with the drm-intel tree
2024-04-10 1:37 UTC
[PATCH v4 1/3] drm/xe/xe_guc_submit: Fix exec queue stop race condition
2024-04-09 22:56 UTC (3+ messages)
` [PATCH v4 3/3] drm/xe/xe_guc_submit: Declare reset if banned or killed
[PATCH 0/2] L3 bank mask
2024-04-09 22:44 UTC (3+ messages)
` [PATCH 1/2] drm/xe/gt: Add L3 bank mask to GT topology
[PATCH v4 1/2] devcoredump: Add dev_coredump_put()
2024-04-09 22:39 UTC (12+ messages)
` [PATCH v4 2/2] drm/xe: Remove devcoredump during driver release
` ✓ CI.Patch_applied: success for series starting with [v4,1/2] devcoredump: Add dev_coredump_put()
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH v5 0/2] Support/debug for slow GuC loads
2024-04-09 21:54 UTC (11+ messages)
` [PATCH v5 1/2] drm/xe: Make read_perf_limit_reasons globally accessible
` [PATCH v5 2/2] drm/xe/guc: Port over the slow GuC loading support from i915
` ✓ CI.Patch_applied: success for Support/debug for slow GuC loads
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "
[PATCH v3 00/11] Add Battlemage support
2024-04-09 21:25 UTC (4+ messages)
` [PATCH v3 03/11] drm/xe/bmg: Add BMG platform definition
[v2 00/31] Basic system allocator support in xe driver
2024-04-09 20:52 UTC (33+ messages)
` [v2 01/31] drm/xe: Refactor vm_bind
` [v2 02/31] drm/xe/svm: Add SVM document
` [v2 03/31] drm/xe: Invalidate userptr VMA on page pin fault
` [v2 04/31] drm/xe: Drop unused arguments from vm_bind_ioctl_ops_parse
` [v2 05/31] drm/xe: Fix op->tile_mask for fault mode
` [v2 06/31] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_SYSTEM_ALLOCATOR flag
` [v2 07/31] drm/xe: Create userptr if page fault occurs on system_allocator VMA
` [v2 08/31] drm/xe: Add faulted userptr VMA garbage collector
` [v2 09/31] drm/xe: Introduce helper to populate userptr
` [v2 10/31] drm/xe: Introduce a helper to free sg table
` [v2 11/31] drm/xe: Use hmm_range_fault to populate user pages
` [v2 12/31] drm/xe/svm: Remap and provide memmap backing for GPU vram
` [v2 13/31] drm/xe/svm: Introduce DRM_XE_SVM kernel config
` [v2 14/31] drm/xe: Introduce helper to get tile from memory region
` [v2 15/31] drm/xe: Introduce a helper to get dpa from pfn
` [v2 16/31] drm/xe/svm: Get xe memory region from page
` [v2 17/31] drm/xe: Get xe_vma from xe_userptr
` [v2 18/31] drm/xe/svm: Build userptr sg table for device pages
` [v2 19/31] drm/xe/svm: Determine a vma is backed by device memory
` [v2 20/31] drm/xe: add xe lock document
` [v2 21/31] drm/xe/svm: Introduce svm migration function
` [v2 22/31] drm/xe/svm: implement functions to allocate and free device memory
` [v2 23/31] drm/xe/svm: Trace buddy block allocation and free
` [v2 24/31] drm/xe/svm: Create and destroy xe svm
` [v2 25/31] drm/xe/svm: Add vm to xe_svm process
` [v2 26/31] drm/xe: Make function lookup_vma public
` [v2 27/31] drm/xe/svm: Handle CPU page fault
` [v2 28/31] drm/xe/svm: Introduce helper to migrate vma to vram
` [v2 29/31] drm/xe/svm: trace svm migration
` [v2 30/31] drm/xe/svm: Add a helper to determine a vma is fault userptr
` [v2 31/31] drm/xe/svm: Migration from sram to vram for system allocator
` ✗ CI.Patch_applied: failure for Basic system allocator support in xe driver
[CI-only 1/3] drm: Add drm_vblank_work_flush_all()
2024-04-09 19:23 UTC (11+ messages)
` [CI-only 2/3] drm/i915: Use vblank worker to unpin old legacy cursor fb safely
` [CI-only 3/3] drm/i915: Use the same vblank worker for atomic unpin
` ✓ CI.Patch_applied: success for series starting with [CI-only,1/3] drm: Add drm_vblank_work_flush_all()
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "
[PATCH v7 0/4] drm/xe/hwmon: Update xe hwmon with couple of fixes
2024-04-09 18:52 UTC (6+ messages)
` [PATCH v7 2/4] drm/xe/hwmon: Update xe_hwmon_get_reg to return struct xe_reg
` [PATCH v7 3/4] drm/xe/hwmon: Update xe_hwmon_process_reg
[PATCH 0/3] Add proper detection of the SR-IOV PF mode
2024-04-09 18:42 UTC (9+ messages)
` [PATCH 1/3] drm/xe: Add max_vfs module parameter
` [PATCH 2/3] drm/xe: Add proper detection of the SR-IOV PF mode
` [PATCH 3/3] drm/xe: Add SR-IOV info attribute to debugfs
[linux-next:master] BUILD REGRESSION a053fd3ca5d1b927a8655f239c84b0d790218fda
2024-04-09 17:44 UTC
[PATCH 00/23] XeKmd basic SVM support
2024-04-09 17:33 UTC (10+ messages)
` [PATCH 06/23] drm/xe/svm: Introduce a helper to build sg table from hmm range
[PATCH 1/2] drm/xe: Assert pat.ops function pointers
2024-04-09 16:30 UTC (3+ messages)
` ✗ CI.FULL: failure for series starting with [1/2] "
[PATCH 00/10] drm/i915: PREEMPT_RT related fixups
2024-04-09 15:55 UTC (5+ messages)
` [PATCH 05/10] drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE
[PATCH v3 0/7] drm/i915: better high level abstraction for display
2024-04-09 15:26 UTC (3+ messages)
` ✓ CI.BAT: success for drm/i915: better high level abstraction for display (rev2)
` ✓ CI.FULL: "
[PATCH] drm/i915: Use enum mode in drm_mm_insert_node_in_range
2024-04-09 14:32 UTC (2+ messages)
` ✓ CI.FULL: success for "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox