Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-04 10:53:57 to 2025-04-07 10:33:48 UTC [more...]

[PATCH 0/6] drm/i915/dp_mst: Clean up active stream count tracking
 2025-04-07 10:33 UTC  (15+ messages)
` [PATCH 1/6] drm/i915/dp: Rename intel_dp::link_trained to link.active
` [PATCH 2/6] drm/i915/dp_mst: Add intel_dp_mst_{inc, dec}_active_streams()
` [PATCH 3/6] drm/i915/dp_mst: Remove stream count assert from intel_dp_check_mst_status()
` [PATCH 4/6] drm/i915/dp_mst: Rename intel_dp_mst_encoder_active_links() to intel_dp_mst_active_streams()
` [PATCH 5/6] drm/i915/dp_mst: Use intel_dp_mst_active_streams() instead of open-coding it
` [PATCH 6/6] drm/i915/dp_mst: Rename intel_dp::mst.active_links to mst.active_streams
` ✓ CI.Patch_applied: success for drm/i915/dp_mst: Clean up active stream count tracking
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v2 00/32] PREFETCH and MADVISE for SVM ranges
 2025-04-07 10:30 UTC  (34+ messages)
` [PATCH v2 01/32] drm/xe: Introduce xe_vma_op_prefetch_range struct for prefetch of ranges
` [PATCH v2 02/32] drm/xe: Make xe_svm_alloc_vram public
` [PATCH v2 03/32] drm/xe/svm: Helper to add tile masks to svm ranges
` [PATCH v2 04/32] drm/xe/svm: Make to_xe_range a public function
` [PATCH v2 05/32] drm/xe/svm: Make xe_svm_range_* end/start/size public
` [PATCH v2 06/32] drm/xe/vm: Update xe_vma_ops_incr_pt_update_ops to take an increment value
` [PATCH v2 07/32] drm/xe/vm: Add an identifier in xe_vma_ops for svm prefetch
` [PATCH v2 08/32] drm/xe: Rename lookup_vma function to xe_find_vma_by_addr
` [PATCH v2 09/32] drm/xe/svm: Allow unaligned addresses and ranges for prefetch
` [PATCH v2 10/32] drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm
` [PATCH v2 11/32] drm/xe/svm: Add function to determine if range needs VRAM migration
` [PATCH v2 12/32] drm/gpusvm: Introduce vram_only flag for VRAM allocation
` [PATCH v2 13/32] drm/xe/svm: Incase of atomic access ensure get_pages happens from vram
` [PATCH v2 14/32] drm/xe/svm: Implement prefetch support for SVM ranges
` [PATCH v2 15/32] drm/xe/vm: Add debug prints for SVM range prefetch
` [PATCH v2 16/32] Introduce drm_gpuvm_sm_map_ops_flags enums for sm_map_ops
` [PATCH v2 17/32] drm/xe/uapi: Add madvise interface
` [PATCH v2 18/32] drm/xe/vm: Add attributes struct as member of vma
` [PATCH v2 19/32] drm/xe/vma: Move pat_index to vma attributes
` [PATCH v2 20/32] drm/xe/vma: Modify new_vma to accept struct xe_vma_mem_attr as parameter
` [PATCH v2 21/32] drm/gpusvm: Make drm_gpusvm_for_each_* macros public
` [PATCH v2 22/32] drm/xe/svm: Split system allocator vma incase of madvise call
` [PATCH v2 23/32] drm/xe: Implement madvise ioctl for xe
` [PATCH v2 24/32] drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madvise
` [PATCH v2 25/32] drm/xe/svm : Add svm ranges migration policy on atomic access
` [PATCH v2 26/32] drm/xe/madvise: Update migration policy based on preferred location
` [PATCH v2 27/32] drm/xe/svm: Support DRM_XE_SVM_ATTR_PAT memory attribute
` [PATCH v2 28/32] drm/xe/uapi: Add flag for consulting madvise hints on svm prefetch
` [PATCH v2 29/32] drm/xe/svm: Consult madvise preferred location in prefetch
` [PATCH v2 30/32] drm/xe/uapi: Add uapi for vma count and mem attributes
` [PATCH v2 31/32] drm/xe/bo: Add attributes field to xe_bo
` [PATCH v2 32/32] drm/xe/bo: Update atomic_access attribute on madvise

[RFC PATCH 00/11] Underrun on idle PSR workaround
 2025-04-07 10:22 UTC  (3+ messages)
` [RFC PATCH 01/11] drm/i915/display: Add new interface for getting dc_state

drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class
 2025-04-07 10:22 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v11 0/5] Expose modifiers/formats supported by async flips
 2025-04-07  9:48 UTC  (3+ messages)

[PATCH v2] drm/xe: Add the missed value paramter of LE_COS
 2025-04-07  8:24 UTC  (22+ messages)
` [PATCH v5] drm/xe: remove unused LE_COS
` ✓ CI.Patch_applied: success for drm/xe: Add the missed value paramter of LE_COS (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✓ CI.Patch_applied: success for drm/xe: Add the missed value paramter of LE_COS (rev6)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH 00/18] DPLL framework redesign
 2025-04-07  8:16 UTC  (19+ messages)
` [PATCH 01/18] drm/i915/dpll: Rename intel_dpll
` [PATCH 02/18] drm/i915/dpll: Rename intel_dpll_funcs
` [PATCH 03/18] drm/i915/dpll: Rename intel_shared_dpll_state
` [PATCH 04/18] drm/i915/dpll: Rename macro for_each_shared_dpll
` [PATCH 05/18] drm/i915/dpll: Rename intel_shared_dpll_funcs
` [PATCH 06/18] drm/i915/dpll: Rename intel_shared_dpll
` [PATCH 07/18] drm/i915/dpll: Move away from using shared dpll
` [PATCH 08/18] drm/i915/dpll: Rename crtc_get_shared_dpll
` [PATCH 09/18] drm/i915/dpll: Change argument for enable hook in intel_dpll_funcs
` [PATCH 10/18] drm/i915/drm: Rename disable hook in intel_dpll_global_func
` [PATCH 11/18] drm/i915/dpll: Introduce new hook in intel_dpll_funcs
` [PATCH 12/18] drm/i915/dpll: Add intel_encoder argument to get_hw_state hook
` [PATCH 13/18] drm/i915/dpll: Change arguments for get_freq hook
` [PATCH 14/18] drm/i915/dpll: Rename intel_[enable/disable]_dpll
` [PATCH 15/18] drm/i915/dpll: Rename intel_unreference_dpll__crtc
` [PATCH 16/18] drm/i915/dpll: Rename intel_<release/reserve>_dpll
` [PATCH 17/18] drm/i915/dpll: Rename intel_compute_dpll
` [PATCH 18/18] drm/i915/dpll: Rename intel_update_active_dpll

[PATCH v2 0/7] Replace xe_hmm with gpusvm
 2025-04-07  7:29 UTC  (6+ messages)
` [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

[PATCH v2 0/4] kbuild: resurrect generic header check facility
 2025-04-07  7:17 UTC  (3+ messages)

[PATCH] drm/xe: Ensure XE_BO_FLAG_CPU_ADDR_MIRROR has a unique value
 2025-04-07  7:14 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/vrr: Stop writing VRR_CTL_IGN_MAX_SHIFT for LNL onwards
 2025-04-07  6:37 UTC 

[PATCH 00/10] Introduce drm sharpness property
 2025-04-07  6:30 UTC  (5+ messages)
` [PATCH 07/10] drm/i915/display: Configure the second scaler
` [PATCH 08/10] drm/i915/display: Set and get the casf config

[RFC 00/29] PREFETCH and MADVISE for SVM ranges
 2025-04-07  6:16 UTC  (10+ messages)
` [RFC 08/29] drm/xe: Rename lookup_vma function to xe_find_vma_by_addr
` [RFC 09/29] drm/xe/svm: Allow unaligned addresses and ranges for prefetch
` [RFC 10/29] drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm

[PATCH RESEND v13 0/5] Expose modifiers/formats supported by async flips
 2025-04-07  5:43 UTC  (6+ messages)
` [PATCH RESEND v13 1/5] drm/plane: Add new plane property IN_FORMATS_ASYNC
` [PATCH RESEND v13 2/5] drm/plane: modify create_in_formats to acommodate async
` [PATCH RESEND v13 3/5] drm/i915/display: Acomodate format check in intel_plane_can_async_flip()
` [PATCH RESEND v13 4/5] drm/i915/display: Add i915 hook for format_mod_supported_async
` [PATCH RESEND v13 5/5] drm/i915/display: Indexed 8bit format does not support async flip

[PATCH v4 0/3] Add configfs support for survivability mode
 2025-04-07  5:44 UTC  (11+ messages)
` ✓ CI.Patch_applied: success for Add configfs support for survivability mode (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` [PATCH v4 1/3] drm/xe: Add configfs to enable survivability mode
` [PATCH v4 2/3] drm/xe: Add documentation for "
` [PATCH v4 3/3] drm/xe: Enable configfs support "
` ✓ CI.Build: success for Add configfs support for survivability mode (rev4)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v10 0/3] Allow scratch page under fault mode for certain platform
 2025-04-07  5:37 UTC  (8+ messages)
` [PATCH v10 1/3] drm/xe: Introduced needs_scratch bit in device descriptor
` [PATCH v10 2/3] drm/xe: Clear scratch page on vm_bind
` [PATCH v10 3/3] drm/xe: Allow scratch page under fault mode for certain platform

[PATCH 1/1] drm/xe: PREFETCH and MADVISE squash for CI
 2025-04-07  5:34 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for series starting with [1/1] "
` ✓ Xe.CI.BAT: success "

[PATCH v17 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-04-07  5:01 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev18)

[PATCH i-g-t 1/1] drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class
 2025-04-07  3:30 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for series starting with [i-g-t,1/1] "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[drm-xe:drm-xe-next] BUILD SUCCESS 1e32ffbc9dc8ddf1c7858288d1987ded1c35a8e1
 2025-04-05 13:02 UTC 

[CI 00/13] Offload GGTT binding to migration engine
 2025-04-04 22:21 UTC  (17+ messages)
` [CI 01/13] drm/xe: Use xe_ggtt_map_bo_unlocked for resume
` [CI 02/13] drm/xe: Add xe_ggtt_might_lock
` [CI 03/13] drm/xe: Add xe_ggtt_alloc
` [CI 04/13] drm/xe/display: Remove dereferences of ggtt for tile id
` [CI 05/13] drm/xe/ggtt: Seperate flags and address in PTE encoding
` [CI 06/13] drm/xe/display: Dont poke into GGTT internals to fill a DPT
` [CI 07/13] drm/xe/display: Convert GGTT mapping to use pte_encode_flags
` [CI 08/13] drm/xe: Remove pte_encode_bo callback
` [CI 09/13] drm/xe: Implement a helper for reading out a GGTT PTE at a specified offset
` [CI 10/13] drm/xe: Add GGTT updates to migration engine
` [CI 11/13] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT
` [CI 12/13] drm/xe: Allow for optimization of xe_ggtt_map_bo
` [CI 13/13] drm/xe: Move struct xe_ggtt to xe_ggtt.c
` ✓ CI.Patch_applied: success for Offload GGTT binding to migration engine
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[PATCH 0/9] drm/xe: Cleanup GGTT usage outside of xe_ggtt.c
 2025-04-04 22:11 UTC  (17+ messages)
` [PATCH 1/9] drm/xe: Use xe_ggtt_map_bo_unlocked for resume
` [PATCH 2/9] drm/xe: Add xe_ggtt_might_lock
` [PATCH 3/9] drm/xe: Add xe_ggtt_alloc
` [PATCH 4/9] drm/xe/display: Remove dereferences of ggtt for tile id
` [PATCH 5/9] drm/xe/ggtt: Seperate flags and address in PTE encoding
` [PATCH 6/9] drm/xe/display: Dont poke into GGTT internals to fill a DPT
` [PATCH 7/9] drm/xe/display: Convert GGTT mapping to use pte_encode_flags
` [PATCH 8/9] drm/xe: Remove pte_encode_bo callback
` [PATCH 9/9] drm/xe: Implement a helper for reading out a GGTT PTE at a specified offset
` ✓ CI.Patch_applied: success for drm/xe: Cleanup GGTT usage outside of xe_ggtt.c
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH RESEND v12 0/5] Expose modifiers/formats supported by async flips
 2025-04-04 20:09 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Expose modifiers/formats supported by async flips (rev15)

[PATCH v5 0/2] Remove support for UHBR13.5
 2025-04-04 18:35 UTC  (4+ messages)
` [PATCH v5 1/2] drm/i915/display/dp: "
` ✗ Xe.CI.Full: failure for "

[PATCH v12 0/8] Add support for EU stall sampling
 2025-04-04 17:55 UTC  (3+ messages)
` [PATCH v12 2/8] drm/xe/uapi: Introduce API "

[PATCH] drm/xe: Fix taking invalid lock on wedge
 2025-04-04 16:43 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v5 00/16] AuxCCS handling and render compression modifiers
 2025-04-04 16:20 UTC  (8+ messages)
` [PATCH v5 05/16] drm/xe/xelp: Quiesce memory traffic before invalidating auxccs
` [PATCH v5 11/16] drm/xe: Reduce DPT table alignment as in i915
` [PATCH v5 14/16] drm/xe: Force flush system memory AuxCCS framebuffers before scan out
` ✗ Xe.CI.Full: failure for AuxCCS handling and render compression modifiers (rev5)

[PATCH v2 0/6] drm/i915: Precompute plane SURF address/etc
 2025-04-04 15:21 UTC  (4+ messages)
` [PATCH v2 2/6] drm/i915: Nuke intel_plane_ggtt_offset()

[PATCH 0/7] drm/i915/wm: convert to struct intel_display
 2025-04-04 14:49 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 00/14] drm/i915: sagv/bw cleanup
 2025-04-04 12:59 UTC  (2+ messages)

[PATCH 03/12] PCI/ACPI: Add aux power grant notifier
 2025-04-04 12:53 UTC  (8+ messages)

[PATCH 0/8] Enable w/a 16026508708
 2025-04-04 11:07 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 0/3] VF: debugfs fixes
 2025-04-04 10:53 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for VF: debugfs fixes (rev2)


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