Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-12 02:16:48 to 2024-06-13 13:14:13 UTC [more...]

[PATCH] drm/xe/vf: Use correct check for being a VF driver
 2024-06-13 13:14 UTC  (6+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "

[PATCH v2 0/8] drm/i915: PREEMPT_RT related fixups
 2024-06-13 12:31 UTC  (16+ messages)
` [PATCH v2 1/8] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v2 2/8] drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates
` [PATCH v2 3/8] drm/i915: Don't check for atomic context on PREEMPT_RT
` [PATCH v2 4/8] drm/i915: Disable tracing points "
` [PATCH v2 5/8] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v2 6/8] drm/i915: Drop the irqs_disabled() check
` [PATCH v2 7/8] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v2 8/8] Revert "drm/i915: Depend on !PREEMPT_RT."
` ✓ CI.Patch_applied: success for drm/i915: PREEMPT_RT related fixups. (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH v9 0/2] drm/xe/pmu: Enable PMU interface
 2024-06-13 11:48 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pmu: Enable PMU interface (rev9)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` [PATCH v9 1/2] drm/xe: Get GT clock to nanosecs
` [PATCH v9 2/2] drm/xe/pmu: Enable PMU interface
` ✓ CI.Build: success for drm/xe/pmu: Enable PMU interface (rev9)
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "

[PULL] drm-xe-fixes
 2024-06-13 11:26 UTC 

[PATCH] drm/xe: Fix missing runtime outer protection for ggtt_remove_node
 2024-06-13  9:06 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Fix missing runtime outer protection for ggtt_remove_node (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[PATCH 00/10] drm/i915: PREEMPT_RT related fixups
 2024-06-13  8:36 UTC  (6+ messages)

[PULL] drm-misc-next
 2024-06-13  7:49 UTC 

[PATCH 0/2] CMRR patch fixes
 2024-06-13  7:17 UTC  (11+ messages)
` [PATCH 1/2] drm/dp: Describe target_rr_divider in struct drm_dp_as_sdp
` [PATCH 2/2] drm/i915/display: Update calculation to avoid overflow
` ✓ CI.Patch_applied: success for CMRR patch fixes
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH] drm/i915/display: Update vtotal math to address 32b build
 2024-06-13  6:53 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for drm/i915/display: Update vtotal math to address 32b build (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[CI] drm/xe: Add xe_gt_clock_interval_to_ms helper
 2024-06-13  6:31 UTC  (2+ messages)

[CI 01/42] mm/hmm: let users to tag specific PFNs
 2024-06-13  4:24 UTC  (43+ messages)
` ✗ CI.Patch_applied: failure for series starting with [CI,01/42] "
` [CI 02/42] dma-mapping: provide an interface to allocate IOVA
` [CI 03/42] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [CI 04/42] iommu/dma: Provide an interface to allow preallocate IOVA
` [CI 05/42] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [CI 06/42] iommu/dma: Implement link/unlink page callbacks
` [CI 07/42] drm: Move GPUVA_START/LAST to drm_gpuvm.h
` [CI 08/42] drm/svm: Mark drm_gpuvm to participate SVM
` [CI 09/42] drm/svm: introduce drm_mem_region concept
` [CI 10/42] drm/svm: introduce hmmptr and helper functions
` [CI 11/42] drm/svm: Introduce helper to remap drm memory region
` [CI 12/42] drm/svm: handle CPU page fault
` [CI 13/42] drm/svm: Migrate a range of hmmptr to vram
` [CI 14/42] drm/svm: Add DRM SVM documentation
` [CI 15/42] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [CI 16/42] drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
` [CI 17/42] drm/xe: Convert multiple bind ops into single job
` [CI 18/42] drm/xe: Update VM trace events
` [CI 19/42] drm/xe: Update PT layer with better error handling
` [CI 20/42] drm/xe: Retry BO allocation
` [CI 21/42] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_SYSTEM_ALLOCATOR flag
` [CI 22/42] drm/xe: Add a helper to calculate userptr end address
` [CI 23/42] drm/xe: Add dma_addr res cursor
` [CI 24/42] drm/xe: Use drm_mem_region for xe
` [CI 25/42] drm/xe: use drm_hmmptr in xe
` [CI 26/42] drm/xe: Moving to range based vma invalidation
` [CI 27/42] drm/xe: Support range based page table update
` [CI 28/42] drm/xe/uapi: Add DRM_XE_VM_CREATE_FLAG_PARTICIPATE_SVM flag
` [CI 29/42] drm/xe/svm: Create userptr if page fault occurs on system_allocator VMA
` [CI 30/42] drm/xe/svm: Add faulted userptr VMA garbage collector
` [CI 31/42] drm/xe: Introduce helper to get tile from memory region
` [CI 32/42] drm/xe/svm: implement functions to allocate and free device memory
` [CI 33/42] drm/xe/svm: Get drm device from drm memory region
` [CI 34/42] drm/xe/svm: Get page map owner of a "
` [CI 35/42] drm/xe/svm: Add migrate layer functions for SVM support
` [CI 36/42] drm/xe/svm: introduce svm migration function
` [CI 37/42] drm/xe/svm: Register xe memory region to drm layer
` [CI 38/42] drm/xe/svm: Introduce DRM_XE_SVM kernel config
` [CI 39/42] drm/xe/svm: Migration from sram to vram for system allocator
` [CI 40/42] drm/xe/svm: Determine a vma is backed by device memory
` [CI 41/42] drm/xe/svm: Introduce hmm_pfn array based resource cursor
` [CI 42/42] drm/xe: Enable system allocator uAPI

[PATCH] drm/xe: Invert runnable_state / pending enable check and assert
 2024-06-13  2:39 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH v6 00/11] Only timeout jobs if they run longer than timeout period
 2024-06-13  2:00 UTC  (12+ messages)
` [PATCH v6 07/11] drm/xe: Assert runnable state in handle_sched_done
` [PATCH v6 11/11] drm/xe: Sample ctx timestamp to determine if jobs have timed out

[PATCH v4 0/7] drm/xe/guc: Improve quality and robustness of GuC log dumping
 2024-06-13  0:43 UTC  (10+ messages)
` [PATCH v4 2/7] drm/xe/guc: Copy GuC log prior to dumping
` [PATCH v4 3/7] drm/xe/guc: Use a two stage dump for GuC logs and add more info
` [PATCH v4 6/7] drm/xe/guc: Dead CT helper

[RFC 0/7] Promote GuC ABI headers to shared location
 2024-06-12 21:18 UTC  (6+ messages)

[PATCH 0/4] More GuC ABI fixes
 2024-06-12 20:50 UTC  (6+ messages)
` [PATCH 4/4] drm/xe/guc: Avoid named enum types in GuC KLV ABI
` ✗ CI.FULL: failure for More GuC ABI fixes

[linux-next:master] BUILD REGRESSION 03d44168cbd7fc57d5de56a3730427db758fc7f6
 2024-06-12 20:41 UTC 

[PATCH 1/2] drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
 2024-06-12 20:37 UTC  (5+ messages)
` [PATCH 2/2] drm/xe: Use topology to determine page fault queue size

[PATCH] drm/xe: Fix missing runtime outer protection for ggtt_remove_node
 2024-06-12 20:10 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Fix missing runtime outer protection for ggtt_remove_node (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.FULL: "

[PATCH 1/1] drm/xe/xe2lpg: Add Wa_14021490052
 2024-06-12 20:01 UTC 

[PATCH] drm/xe: Use ttm_uncached for BO with NEEDS_UC flag
 2024-06-12 18:03 UTC  (3+ messages)

[PATCH] drm/xe/bmg: Add PCI IDs
 2024-06-12 16:57 UTC  (3+ messages)
` ✗ CI.FULL: failure for "

[PATCH v6 0/6] Tracing cleanup and add mmio tracing
 2024-06-12 16:51 UTC  (3+ messages)
` [PATCH v6 6/6] drm/xe: Add reg read/write trace

[PATCH v6 1/2] devcoredump: Add dev_coredumpm_timeout()
 2024-06-12 15:10 UTC  (4+ messages)

[PATCH v8 0/2] drm/xe/pmu: Enable PMU interface
 2024-06-12 13:47 UTC  (14+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pmu: Enable PMU interface (rev8)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` [PATCH v8 1/2] drm/xe: Get GT clock to nanosecs
` [PATCH v8 2/2] drm/xe/pmu: Enable PMU interface
` ✓ CI.Build: success for drm/xe/pmu: Enable PMU interface (rev8)
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✓ CI.FULL: "

[PATCH 0/3] CMRR patch fixes
 2024-06-12 12:22 UTC  (15+ messages)
` [PATCH 1/3] drm/dp: Describe target_rr_divider in struct drm_dp_as_sdp
` [PATCH 2/3] drm/i915/display: Send vrr vsync params whne vrr is enabled
` [PATCH 3/3] drm/i915/display: Update calculation to avoid overflow
` ✓ CI.Patch_applied: success for CMRR patch fixes
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
` ✗ CI.FULL: failure "

[PATCH v5 00/10] Only timeout jobs if they run longer than timeout period
 2024-06-12 12:09 UTC  (6+ messages)
` [PATCH v5 05/10] drm/xe: Add xe_gt_clock_interval_to_ms helper
` [PATCH v5 10/10] drm/xe: Sample ctx timestamp to determine if jobs have timed out

[PATCH v3 0/5] Prepare Xe force-wake code for VFs
 2024-06-12 10:15 UTC  (13+ messages)
` [PATCH v3 1/5] drm/xe: Prefer GT oriented messages in xe_force_wake.c
` [PATCH v3 2/5] drm/xe: Kill fw_to_gt() helper
` [PATCH v3 3/5] drm/xe: Include additional info on failed force-wake operation
` [PATCH v3 4/5] drm/xe: Combine common force-wake code into helpers
` [PATCH v3 5/5] drm/xe/vf: Ignore force-wake requests if VF
` ✗ CI.FULL: failure for Prepare Xe force-wake code for VFs (rev4)

[RFC] drm/i915/display: Update vtotal math to address 32b build
 2024-06-12  6:31 UTC  (6+ messages)
` ✗ CI.Hooks: failure for "
` ✗ CI.FULL: "

[linux-next:master] BUILD REGRESSION a957267fa7e9159d3d2ee1421359ebf228570c68
 2024-06-12  5:52 UTC 

[PATCH v17 00/17] Add OA functionality to Xe
 2024-06-12  5:29 UTC  (6+ messages)
` ✓ CI.Build: success for Add OA functionality to Xe (rev17)
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✓ CI.BAT: "
` ✗ CI.FULL: failure "

[CI 01/43] mm/hmm: let users to tag specific PFNs
 2024-06-12  3:16 UTC  (6+ messages)
` [CI 24/43] drm/xe: Add dma_addr res cursor
` [CI 28/43] drm/xe: Support range based page table update
` ✓ CI.Patch_applied: success for series starting with [CI,01/43] mm/hmm: let users to tag specific PFNs
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "


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