intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 18:45:33 to 2025-08-15 15:17:00 UTC [more...]

[PATCH 00/15] Driver-managed exhaustive eviction
 2025-08-15 15:16 UTC  (42+ messages)
` [PATCH 02/15] drm/xe/tests/xe_dma_buf: Set the drm_object::dma_buf member
` [PATCH 04/15] drm/xe: Pass down drm_exec context to validation
` [PATCH 05/15] drm/xe: Introduce an xe_validation wrapper around drm_exec
` [PATCH 06/15] drm/xe: Convert xe_bo_create_user() for exhaustive eviction
` [PATCH 07/15] drm/xe: Convert SVM validation "
` [PATCH 08/15] drm/xe: Convert existing drm_exec transactions "
` [PATCH 09/15] drm/xe: Convert the CPU fault handler "
` [PATCH 10/15] drm/xe/display: Convert __xe_pin_fb_vma()
` [PATCH 11/15] drm/xe: Convert xe_dma_buf.c for exhaustive eviction
` [PATCH 12/15] drm/xe: Rename ___xe_bo_create_locked()
` [PATCH 13/15] drm/xe: Convert xe_bo_create_pin_map_at() for exhaustive eviction
` [PATCH 14/15] drm/xe: Convert xe_bo_create_pin_map() "
` [PATCH 15/15] drm/xe: Convert pinned suspend eviction "

[PATCH v3 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
 2025-08-15 14:59 UTC  (11+ messages)
` [PATCH v3 1/7] kunit: Add parent kunit for parameterized test context
` [PATCH v3 2/7] kunit: Introduce param_init/exit for parameterized test context management
` [PATCH v3 3/7] kunit: Pass parameterized test context to generate_params()
` [PATCH v3 4/7] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH v3 5/7] kunit: Add example parameterized test with shared resource management using the Resource API
` [PATCH v3 6/7] kunit: Add example parameterized test with direct dynamic parameter array setup
` [PATCH v3 7/7] Documentation: kunit: Document new parameterized test features
` ✗ CI.KUnit: failure for kunit: Refactor and extend KUnit's parameterized testing framework (rev2)

[PATCH v2] drm/xe/hwmon: Return early on power limit read failure
 2025-08-15 14:51 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/hwmon: Return early on power limit read failure (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[drm-xe:drm-xe-fixes] BUILD SUCCESS 94eae6ee4c2df2031bca586405e9ec36e0b9ccf8
 2025-08-15 14:33 UTC 

[PATCH v10 00/12] AuxCCS handling and render compression modifiers
 2025-08-15 14:17 UTC  (21+ messages)
` [PATCH v10 01/12] drm/xe/xelpg: Flush CCS when flushing caches
` [PATCH v10 02/12] drm/xe/xelp: Quiesce memory traffic before invalidating auxccs
` [PATCH v10 03/12] drm/xe/xelp: Support auxccs invalidation on blitter
` [PATCH v10 04/12] drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
` [PATCH v10 05/12] drm/xe/xelp: Wait for AuxCCS invalidation to complete
` [PATCH v10 06/12] drm/xe: Export xe_emit_aux_table_inv
` [PATCH v10 07/12] drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
` [PATCH v10 08/12] drm/xe: Flush GGTT writes after populating DPT
` [PATCH v10 09/12] drm/xe: Handle DPT in system memory
` [PATCH v10 10/12] drm/xe/display: Add support for AuxCCS
` [PATCH v10 11/12] drm/xe: Force flush system memory AuxCCS data before scan out
` [PATCH v10 12/12] drm/i915/display: Expose AuxCCS frame buffer modifiers for Xe
` ✗ CI.checkpatch: warning for AuxCCS handling and render compression modifiers (rev10)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ CI.checkpatch: warning for AuxCCS handling and render compression modifiers (rev11)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v7 00/24] MADVISE FOR XE
 2025-08-14 19:01 UTC  (32+ messages)
` [PATCH v7 01/24] drm/gpuvm: Pass map arguments through a struct
` [PATCH v7 02/24] drm/gpuvm: Kill drm_gpuva_init()
` [PATCH v7 03/24] drm/gpuvm: Introduce drm_gpuvm_madvise_ops_create
` [PATCH v7 04/24] drm/xe/uapi: Add madvise interface
` [PATCH v7 05/24] drm/xe/vm: Add attributes struct as member of vma
` [PATCH v7 06/24] drm/xe/vma: Move pat_index to vma attributes
` [PATCH v7 07/24] drm/xe/vma: Modify new_vma to accept struct xe_vma_mem_attr as parameter
` [PATCH v7 08/24] drm/gpusvm: Make drm_gpusvm_for_each_* macros public
` [PATCH v7 09/24] drm/xe/svm: Split system allocator vma incase of madvise call
` [PATCH v7 10/24] drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madvise
` [PATCH v7 11/24] drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zapping
` [PATCH v7 12/24] drm/xe: Implement madvise ioctl for xe
` [PATCH v7 13/24] drm/xe/svm: Add svm ranges migration policy on atomic access
` [PATCH v7 14/24] drm/xe/madvise: Update migration policy based on preferred location
` [PATCH v7 15/24] drm/xe/svm: Support DRM_XE_SVM_MEM_RANGE_ATTR_PAT memory attribute
` [PATCH v7 16/24] drm/xe/uapi: Add flag for consulting madvise hints on svm prefetch
` [PATCH v7 17/24] drm/xe/svm: Consult madvise preferred location in prefetch
` [PATCH v7 18/24] drm/xe/bo: Add attributes field to xe_bo
` [PATCH v7 19/24] drm/xe/bo: Update atomic_access attribute on madvise
` [PATCH v7 20/24] drm/xe/madvise: Skip vma invalidation if mem attr are unchanged
` [PATCH v7 21/24] drm/xe/vm: Add helper to check for default VMA memory attributes
` [PATCH v7 22/24] drm/xe: Reset VMA attributes to default in SVM garbage collector
` [PATCH v7 23/24] drm/xe: Enable madvise ioctl for xe
` [PATCH v7 24/24] drm/xe/uapi: Add UAPI for querying VMA count and memory attributes
` ✗ CI.checkpatch: warning for MADVISE FOR XE (rev7)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v2 00/19] drm: Eliminate redundant drm_format_info lookups
 2025-08-13 19:25 UTC  (10+ messages)
` [PATCH v2 19/19] drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory

[PATCH 0/3] Fixes for PSR work implementation
 2025-08-15 11:07 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/psr: drm_WARN_ON when activating disabled PSR
` [PATCH 2/3] drm/i915/psr: Do not activate disabled PSR on irq_aux_error
` [PATCH 3/3] drm/i915/psr: Check pause counter before continuing to PSR activation
` ✓ CI.KUnit: success for Fixes for PSR work implementation
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/2] drm/xe/display: Make panic support work on vram
 2025-08-15 10:32 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 0/3] Core Xe changes preparing for VF resume
 2025-08-15  8:07 UTC  (11+ messages)
` [PATCH 1/3] drm/xe: Take preemption into account when resubmitting jobs
` [PATCH 2/3] drm/xe/guc: Track pending-enable source in submission state
` [PATCH 3/3] drm/xe: Track LR jobs in DRM scheduler pending list
` ✓ CI.KUnit: success for Core Xe changes preparing for VF resume
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✓ CI.KUnit: success for Core Xe changes preparing for VF resume (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] tests/intel/xe_exec_compute_mode: Remove non-block section
 2025-08-15  3:09 UTC 

[PATCH] drm/xe: Take preemption into account when resubmitting jobs
 2025-08-15  1:33 UTC  (3+ messages)

[PATCH v3 00/13] drm/xe: Add psmi support
 2025-08-15  0:48 UTC  (10+ messages)
` [PATCH v3 03/13] drm/xe/rtp: Add match for psmi
` [PATCH v3 04/13] drm/xe/psmi: Add Wa_14020001231
` [PATCH v3 10/13] drm/xe/configfs: Use tree-like output in documentation
` [PATCH v3 13/13] drm/xe/configfs: Dump custom settings when binding

[PATCH v2 0/2] Tile and GT counting improvements
 2025-08-14 20:01 UTC  (6+ messages)
` [PATCH v2 1/2] drm/xe: Probe for tile count during device info initialization
` [PATCH v2 2/2] drm/xe: Use for_each_gt to define gt_count

[PATCH] drm/xe/tests: Make cross-device dma-buf BOs CPU-visible on small BAR
 2025-08-14 17:39 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PULL] drm-intel-fixes
 2025-08-14 16:47 UTC  (2+ messages)

[PULL] drm-xe-fixes
 2025-08-14 16:17 UTC 

[PATCH v8 00/10] Handle Firmware reported Hardware Errors
 2025-08-14 16:16 UTC  (16+ messages)
` [PATCH v8 01/10] drm/xe: Add documentation for Xe Device Wedging
` [PATCH v8 02/10] drm: Add a vendor-specific recovery method to drm device wedged uevent
` [PATCH v8 03/10] drm/xe: Set GT as wedged before sending "
` [PATCH v8 04/10] drm/xe: Add a helper function to set recovery method
` [PATCH v8 05/10] drm/xe/xe_survivability: Refactor survivability mode
` [PATCH v8 06/10] drm/xe/xe_survivability: Add support for Runtime "
` [PATCH v8 07/10] drm/xe/doc: Document device wedged and runtime survivability
` [PATCH v8 08/10] drm/xe: Add support to handle hardware errors
` [PATCH v8 09/10] drm/xe/xe_hw_error: Handle CSC Firmware reported Hardware errors
` [PATCH v8 10/10] drm/xe/xe_hw_error: Add fault injection to trigger csc error handler
` ✗ CI.checkpatch: warning for Handle Firmware reported Hardware Errors (rev8)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[RFC PATCH 0/8] Refactor drm_writeback_connector structure
 2025-08-14 16:13 UTC  (8+ messages)
` [RFC PATCH 1/8] drm: writeback: "

[PATCH v2] drm/xe/migrate: make MI_TLB_INVALIDATE conditional
 2025-08-14 14:56 UTC  (4+ messages)

[PATCH 0/4] dma-buf/fence-chain: Speed up processing of rearmed callbacks
 2025-08-14 13:13 UTC  (9+ messages)
` [PATCH 1/4] dma-buf/fence-chain: Report time spent in wait_* test cases
` [PATCH 2/4] dma-buf/fence-chain: Let test cases decide which fence to wait on
` [PATCH 3/4] dma-buf/fence-chain: Wait on each tested chain link
` [PATCH 4/4] dma-buf/fence-chain: Speed up processing of rearmed callbacks
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v2] drm/xe/i2c: Introduce xe_i2c_present()
 2025-08-14 12:05 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/i2c: Introduce xe_i2c_present() (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/15] drm/i915: drop __to_intel_display() transitional macro
 2025-08-14 10:21 UTC  (3+ messages)

[PATCH] drm/i915: silence rpm wakeref asserts on GEN11_GU_MISC_IIR access
 2025-08-14 10:08 UTC  (3+ messages)

[PULL] drm-misc-next
 2025-08-14  7:24 UTC 

[PATCH 00/12] drm/i915: vlv clock cleanups
 2025-08-14  7:20 UTC  (3+ messages)
` [PATCH 02/12] drm/i915: add vlv_clock_get_czclk()

"Failed to create device link (0x124)" for Intel Management Engine Interface on Xe graphics
 2025-08-14  6:29 UTC 

[PATCH] drm/xe/pcode: Initialize data0 for pcode read routine
 2025-08-13 23:54 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe/pcode: Initialize data0 for pcode read routine (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/9] Add TLB invalidation abstraction
 2025-08-13 22:48 UTC  (16+ messages)
` [PATCH 1/9] drm/xe: Move explicit CT lock in TLB invalidation sequence
` [PATCH 2/9] drm/xe: Stop the TLB fence timer on driver teardown
` [PATCH 3/9] drm/xe: s/tlb_invalidation/tlb_inval
` [PATCH 4/9] drm/xe: Add xe_tlb_inval structure
` [PATCH 5/9] drm/xe: Add xe_gt_tlb_invalidation_done_handler
` [PATCH 6/9] drm/xe: Decouple TLB invalidations from GT
` [PATCH 7/9] drm/xe: Prep TLB invalidation fence before sending
` [PATCH 8/9] drm/xe: Add helpers to send TLB invalidations
` [PATCH 9/9] drm/xe: Split TLB invalidation code in frontend and backend
` ✗ CI.checkpatch: warning for Add TLB invalidation abstraction (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/1] drm/xe: serialize store_data and user_interrupt for ufence wait
 2025-08-13 22:02 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for drm/xe: serialize store_data and user_interrupt for ufence wait (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 1/2] drm/xe/mcr: Make xe_gt_mcr_get_dss_steering() input gt a const
 2025-08-13 21:23 UTC  (4+ messages)
` ✓ CI.KUnit: success for series starting with [1/2] "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[RFC v5 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2025-08-13 20:21 UTC  (2+ messages)

[drm-xe:drm-xe-fixes] BUILD SUCCESS 01d101b96122fa8008b2bddca226e6a54002688a
 2025-08-13 19:23 UTC 

[PATCH 00/19] perf: Rework event_init checks
 2025-08-13 18:48 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).