intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-18 10:07:52 to 2025-08-19 08:55:59 UTC [more...]

[CI 00/13] auxccs late flush
 2025-08-19  8:55 UTC  (14+ messages)
` [CI 01/13] drm/xe/xelpg: Flush CCS when flushing caches
` [CI 02/13] drm/xe/xelp: Quiesce memory traffic before invalidating auxccs
` [CI 03/13] drm/xe/xelp: Support auxccs invalidation on blitter
` [CI 04/13] drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
` [CI 05/13] drm/xe/xelp: Wait for AuxCCS invalidation to complete
` [CI 06/13] drm/xe: Export xe_emit_aux_table_inv
` [CI 07/13] drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
` [CI 08/13] drm/xe: Flush GGTT writes after populating DPT
` [CI 09/13] drm/xe: Handle DPT in system memory
` [CI 10/13] drm/xe/display: Add support for AuxCCS
` [CI 11/13] drm/xe: Force flush system memory AuxCCS data before scan out
` [CI 12/13] late flush
` [CI 13/13] drm/i915/display: Expose AuxCCS frame buffer modifiers for Xe

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

[PATCH] drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblank
 2025-08-19  8:46 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblank (rev2)

[PATCH v7 0/6] Use trans push mechanism to generate frame change event
 2025-08-19  8:39 UTC  (10+ messages)
` [PATCH v7 1/6] drm/i915/psr: Add TRANS_PUSH register bit definition for PSR
` [PATCH v7 2/6] drm/i915/psr: Add intel_psr_use_trans_push to query if TRANS_PUSH is used
` [PATCH v7 3/6] drm/i915/vrr: Prepare to Use TRANS_PUSH mechanism for PSR frame change
` [PATCH v7 4/6] drm/i915/dsb: Set DSB_SKIP_WAITS_EN chicken bit for LunarLake and onwards
` [PATCH v7 5/6] drm/i915/display: Wait for vblank in case of PSR is using trans push
` [PATCH v7 6/6] drm/i915/psr: Use TRANS_PUSH to trigger frame change event
` ✓ CI.KUnit: success for Use trans push mechanism to generate frame change event (rev7)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH] drm/xe/tuning: Apply "Disable NULL query for Anyhit Shader" to Xe2
 2025-08-19  8:20 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
`  "

[PATCH v5 0/3] eDP Data Override
 2025-08-19  8:06 UTC  (4+ messages)
` [PATCH v5 1/3] drm/i915/vbt: Add eDP Data rate overrride field in VBT
` [PATCH v5 2/3] drm/i915/bios: Add function to check if edp data override is needed
` [PATCH v5 3/3] drm/i915/edp: eDP Data Overrride

[PATCH v2] drm/xe/guc: Add devm release action to safely tear down CT
 2025-08-19  8:22 UTC 

[PATCH 0/8] drm/xe: GPU frequency tracing support
 2025-08-19  7:59 UTC  (11+ messages)
` [PATCH 1/8] drm/xe: Add Kconfig option for GPU frequency tracing
` [PATCH 2/8] drm/xe: Add module parameter for GPU frequency monitoring
` [PATCH 3/8] drm/xe: Add GPU frequency tracing tracepoint definition
` [PATCH 5/8] drm/xe: Add basic GPU frequency tracer implementation
` [PATCH 6/8] drm/xe: Add GPU frequency tracer to build system
` [PATCH 7/8] drm/xe: Integrate GPU frequency tracer into device initialization
` [PATCH 8/8] drm/xe: Add core GPU frequency monitoring functionality
` ✗ CI.checkpatch: warning for drm/xe: GPU frequency tracing support (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v3 0/2] Tile and GT counting improvements
 2025-08-19  7:54 UTC  (6+ messages)
` [PATCH v3 1/2] drm/xe: Probe for tile count during device info initialization
` [PATCH v3 2/2] drm/xe: Use for_each_gt to define gt_count
` ✓ CI.KUnit: success for Tile and GT counting improvements (rev3)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH 1/2] drm/xe/tests: Fix some additional gen_params signatures
 2025-08-19  7:34 UTC  (2+ messages)
` [PATCH 2/2] kunit: Only output a test plan if we're using kunit_array_gen_params

[PATCH] drm/xe/vf: Enable CCS save/restore only on supported GUC versions
 2025-08-19  5:51 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 3/3] drm/i915/edp: eDP Data Overrride
 2025-08-19  4:55 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v3 0/3] eDP Data Override
 2025-08-19  4:39 UTC  (3+ messages)
` [PATCH v3 2/3] drm/i915/bios: Add function to check if edp data override is needed

[PATCH] drm/xe/tile: Release kobject for the failure path
 2025-08-19  4:22 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH 19/19] perf: Garbage-collect event_init checks
 2025-08-19  2:44 UTC  (2+ messages)

[PATCH 1/2] drm/xe: Fix error handling if PXP fails to start
 2025-08-19  0:52 UTC  (5+ messages)
` [PATCH 2/2] drm/xe: Allow error injection for xe_pxp_exec_queue_add
` ✗ CI.checkpatch: warning for series starting with [1/2] drm/xe: Fix error handling if PXP fails to start
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v5 0/8] Replace xe_hmm with gpusvm
 2025-08-19  0:18 UTC  (14+ messages)
` [PATCH v5 1/8] drm/gpusvm: fix hmm_pfn_to_map_order() usage
` [PATCH v5 2/8] drm/gpusvm: use more selective dma dir in get_pages()
` [PATCH v5 3/8] drm/gpusvm: pull out drm_gpusvm_pages substructure
` [PATCH v5 4/8] drm/gpusvm: refactor core API to use pages struct
` [PATCH v5 5/8] drm/gpusvm: export drm_gpusvm_pages API
` [PATCH v5 6/8] drm/xe/vm: split userptr bits into separate file
` [PATCH v5 7/8] drm/xe/userptr: replace xe_hmm with gpusvm
` [PATCH v5 8/8] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr
` ✗ CI.checkpatch: warning for Replace xe_hmm with gpusvm (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/kunit: Extend platform generator with PTL
 2025-08-18 23:04 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v4 0/2] Tile and GT counting improvements
 2025-08-18 22:22 UTC  (5+ messages)
` [PATCH v4 1/2] drm/xe: Probe for tile count during device info initialization
` [PATCH v4 2/2] drm/xe: Use for_each_gt to define gt_count
` ✓ CI.KUnit: success for Tile and GT counting improvements (rev4)
` ✓ Xe.CI.BAT: "

[PATCH v4 00/13] drm/xe: Add psmi support
 2025-08-18 21:13 UTC  (17+ messages)
` [PATCH v4 01/13] drm/xe/psmi: Add GuC flag to enable PSMI
` [PATCH v4 02/13] drm/xe/psmi: Add debugfs interface for PSMI
` [PATCH v4 03/13] drm/xe/rtp: Add match for psmi
` [PATCH v4 04/13] drm/xe/psmi: Add Wa_14020001231
` [PATCH v4 05/13] drm/xe/psmi: Add Wa_16023683509
` [PATCH v4 06/13] drm/xe/configfs: Simplify kernel doc
` [PATCH v4 07/13] drm/xe/configfs: Allow to enable PSMI
` [PATCH v4 08/13] drm/xe/configfs: Use guard() for dev->lock
` [PATCH v4 09/13] drm/xe/configfs: Block runtime attribute changes
` [PATCH v4 10/13] drm/xe/configfs: Use tree-like output in documentation
` [PATCH v4 11/13] drm/xe/configfs: Improve documentation steps
` [PATCH v4 12/13] drm/xe/configfs: Minor fixes to documentation
` [PATCH v4 13/13] drm/xe/configfs: Dump custom settings when binding
` ✗ CI.checkpatch: warning for drm/xe: Add psmi support (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v7 00/24] MADVISE FOR XE
 2025-08-18 20:49 UTC  (13+ 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 v3 0/3] Core Xe changes preparing for VF resume
 2025-08-18 19:36 UTC  (6+ messages)
` [PATCH v3 1/3] drm/xe: Save off position in ring in which a job was programmed
` [PATCH v3 2/3] drm/xe/guc: Track pending-enable source in submission state
` [PATCH v3 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: "

[PATCH 1/1] Make page size consistent in migration
 2025-08-18 17:54 UTC  (3+ messages)
` [PATCH] drm/xe: Make page size consistent in loop

[CI 00/14] auxccs test
 2025-08-18 16:59 UTC  (18+ messages)
` [CI 01/14] drm/xe/xelpg: Flush CCS when flushing caches
` [CI 02/14] drm/xe/xelp: Quiesce memory traffic before invalidating auxccs
` [CI 03/14] drm/xe/xelp: Support auxccs invalidation on blitter
` [CI 04/14] drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
` [CI 05/14] drm/xe/xelp: Wait for AuxCCS invalidation to complete
` [CI 06/14] drm/xe: Export xe_emit_aux_table_inv
` [CI 07/14] drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
` [CI 08/14] drm/xe: Flush GGTT writes after populating DPT
` [CI 09/14] drm/xe: Handle DPT in system memory
` [CI 10/14] drm/xe/display: Add support for AuxCCS
` [CI 11/14] drm/xe: Force flush system memory AuxCCS data before scan out
` [CI 12/14] drm/i915/display: Expose AuxCCS frame buffer modifiers for Xe
` [CI 13/14] no dpt stolen
` [CI 14/14] clflush all
` ✗ CI.checkpatch: warning for auxccs test
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 00/12] Optimize vrr.guardband and fix LRR
 2025-08-18 16:55 UTC  (9+ messages)
` [PATCH 04/12] drm/i915/display: Extract helpers to set dsc/scaler prefill latencies
` [PATCH 05/12] drm/i915/dp: Add SDP latency computation helper
` [PATCH 06/12] drm/i915/alpm: Add function to compute max link-wake latency
` [PATCH 08/12] drm/i915/display: Add guardband check for feature latencies

[RFC PATCH 0/6] Multi-pass MMU interval notifiers
 2025-08-18 16:45 UTC  (6+ messages)
` [RFC PATCH 1/6] mm/mmu_notifier: Allow multiple struct mmu_interval_notifier passes

[PATCH 0/6] Misc xe/kunit improvements
 2025-08-18 16:34 UTC  (13+ messages)
` [PATCH 1/6] drm/xe/kunit: Update struct xe_pci_fake_data step declarations
` [PATCH 2/6] drm/xe/kunit: Introduce xe_pci_fake_data_desc()
` [PATCH 3/6] drm/xe/kunit: Drop custom struct platform_test_case
` [PATCH 4/6] drm/xe/kunit: Promote fake platform parameter list
` [PATCH 5/6] drm/xe/kunit: Use default GMDID version if none provided
` [PATCH 6/6] drm/xe/kunit: Extend platform generator with PTL

[PATCH v6] drm/xe/pm: Disable RPM for SR-IOV VFs
 2025-08-18 16:06 UTC  (5+ messages)

[PATCH v6 0/6] drm/xe/guc: Add LFD format output for guc log
 2025-08-18 15:03 UTC  (6+ messages)
` [PATCH v6 1/6] drm/xe/guc: Add log init config abi definitions

[PATCH 0/4] dma-buf/fence-chain: Speed up processing of rearmed callbacks
 2025-08-18 14:42 UTC  (5+ messages)
` [PATCH 4/4] "

[CI 0/5] drm/i915 and drm/xe: remove fsb/mem freq cleanups
 2025-08-18 12:00 UTC  (7+ messages)
` [CI 3/5] drm/i915/rps: use intel_fsb_freq() and intel_mem_freq()
` [CI 4/5] drm/i915/dram: bypass fsb/mem freq detection on dg2 and no display
` [CI 5/5] drm/i915/dram: move fsb_freq and mem_freq to dram info
` ✓ CI.KUnit: success for drm/i915 and drm/xe: remove fsb/mem freq cleanups (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[core-for-CI] Revert "block: restore default wbt enablement"
 2025-08-18 11:41 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/xe/tests: Make cross-device dma-buf BOs CPU-visible on small BAR
 2025-08-18 10:58 UTC  (3+ 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).