summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)Author
2025-09-12drm/xe: Use tile-oriented messages in GGTT codeMichal Wajdeczko
2025-09-12drm/xe: Add dedicated printk macros for tile and deviceMichal Wajdeczko
2025-09-12drm/xe: Prepare format for GT-oriented messages in one placeMichal Wajdeczko
2025-09-12drm/xe: Drop "gt_" prefix from xe_gt_WARN() macrosMichal Wajdeczko
2025-09-12drm/xe: Keep xe_gt_err() macro definitions togetherMichal Wajdeczko
2025-09-12Merge tag 'drm-misc-next-2025-09-11' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-09-12Merge tag 'drm-intel-next-2025-09-05' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2025-09-11drm/xe/guc: Set RCS/CCS yield policyDaniele Ceraolo Spurio
2025-09-11drm/xe/pf: Drop rounddown_pow_of_two fair LMEM limitationMichal Wajdeczko
2025-09-11drm/xe: Fix driver reference in FLR commentVarun Gupta
2025-09-11drm/xe/guc: Add SLPC power profile interfaceVinay Belgaumkar
2025-09-11drm/xe: Fix uninitialized return valuesThomas Hellström
2025-09-10drm/xe/tile: Release kobject for the failure pathShuicheng Lin
2025-09-11xe: populate buffers before exporting them.Dave Airlie
2025-09-10Merge drm/drm-next into drm-intel-nextRodrigo Vivi
2025-09-10drm/xe: Convert pinned suspend eviction for exhaustive evictionThomas Hellström
2025-09-10drm/xe: Rework instances of variants of xe_bo_create_locked()Thomas Hellström
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström
2025-09-10drm/xe: Convert xe_bo_create_pin_map_at() for exhaustive evictionThomas Hellström
2025-09-10drm/xe: Rename ___xe_bo_create_locked()Thomas Hellström
2025-09-10drm/xe: Convert xe_dma_buf.c for exhaustive evictionThomas Hellström
2025-09-10drm/xe/display: Convert __xe_pin_fb_vma()Thomas Hellström
2025-09-10drm/xe: Convert the CPU fault handler for exhaustive evictionThomas Hellström
2025-09-10drm/xe: Convert existing drm_exec transactions for exhaustive evictionThomas Hellström
2025-09-10drm/xe: Convert SVM validation for exhaustive evictionThomas Hellström
2025-09-10drm/xe: Convert xe_bo_create_user() for exhaustive evictionThomas Hellström
2025-09-10drm/xe: Introduce an xe_validation wrapper around drm_execThomas Hellström
2025-09-10drm/xe: Pass down drm_exec context to validationThomas Hellström
2025-09-09drm/xe/guc: Recommend GUC v70.49.4 for PTL, BMGJulia Filipchuk
2025-09-09drm/xe/guc: Don't invoke disable_ct action during replacementMichal Wajdeczko
2025-09-09drm/xe/guc: Always add CT disable action during second init stepMichal Wajdeczko
2025-09-09drm/xe: Extend Wa_13011645652 to PTL-H, WCLJulia Filipchuk
2025-09-09drm/xe: Block exec and rebind worker while evicting for suspend / hibernateThomas Hellström
2025-09-09drm/xe: Allow the pm notifier to continue on failureThomas Hellström
2025-09-09drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström
2025-09-09drm/xe/configfs: Don't touch survivability_mode on finiMichal Wajdeczko
2025-09-09drm/xe: Never report L3 bank mask for media GT going forwardMatt Roper
2025-09-09drm/xe/debugfs: Don't expose dgfx residencies attributes on VFMichal Wajdeczko
2025-09-09drm/xe/hwmon: Use devm_mutex_init()Christophe JAILLET
2025-09-09drm/xe/debugfs: Make residencies definitions constMichal Wajdeczko
2025-09-09drm/xe/i2c: Enable bus masteringRaag Jadav
2025-09-09drm/xe/vf: Move VF CCS debugfs attributeMichal Wajdeczko
2025-09-09drm/xe/vf: Move VF CCS data to xe_deviceMichal Wajdeczko
2025-09-09drm/xe/bo: Add xe_bo_has_valid_ccs_bb helperMichal Wajdeczko
2025-09-09drm/xe/vf: Use single check when calling VF CCS functionsMichal Wajdeczko
2025-09-09drm/xe/vf: Drop IS_VF_CCS_INIT_NEEDED macroMichal Wajdeczko
2025-09-09drm/xe/guc: Use proper flag definitions when registering contextMichal Wajdeczko
2025-09-09drm/xe/guc: Rename xe_guc_register_exec_queueMichal Wajdeczko
2025-09-09drm/i915/display: add intel_display_device_present()Jani Nikula
2025-09-08drm/xe/configfs: Use config_group_put()Lucas De Marchi