summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2025-03-13drm/xe: Use correct type width for alignment in fb pinning codeTvrtko Ursulin1-10/+10
2025-03-13drm/xe: Pass flags directly to emit_flush_imm_ggttTvrtko Ursulin1-7/+6
2025-03-13drm/xe: Fix ring flush invalidationTvrtko Ursulin1-9/+6
2025-03-13drm/xe: Fix MOCS debugfs LNCF readoutTvrtko Ursulin1-1/+3
2025-03-13drm/xe/rtp: Drop sentinels from arg to xe_rtp_process_to_sr()Lucas De Marchi7-26/+18
2025-03-13drm/xe/guc_pc: Remove duplicated pc_start callRodrigo Vivi1-8/+0
2025-03-11Merge tag 'drm-intel-next-2025-03-10' of https://gitlab.freedesktop.org/drm/i...Dave Airlie14-99/+64
2025-03-11Merge tag 'drm-xe-next-2025-03-07' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie85-751/+5010
2025-03-07drm/xe/compat: refactor compat i915_drv.hJani Nikula4-8/+30
2025-03-07Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie9-20/+514
2025-03-06drm/xe: Add always_migrate_to_vram modparamMatthew Brost3-0/+7
2025-03-06drm/xe: Add modparam for SVM notifier sizeMatthew Brost3-1/+8
2025-03-06drm/xe: Add SVM debugMatthew Brost3-7/+92
2025-03-06drm/xe: Basic SVM BO evictionMatthew Brost4-1/+48
2025-03-06drm/xe: Add SVM VRAM migrationMatthew Brost2-4/+98
2025-03-06drm/xe: Add Xe SVM devmem_release GPU SVM vfuncMatthew Brost1-0/+9
2025-03-06drm/xe: Add Xe SVM populate_devmem_pfn GPU SVM vfuncMatthew Brost1-0/+40
2025-03-06drm/xe: Add GPUSVM device memory copy vfunc functionsMatthew Brost1-0/+152
2025-03-06drm/xe: Add drm_pagemap ops to SVMThomas Hellström2-0/+63
2025-03-06drm/xe: Add drm_gpusvm_devmem to xe_boMatthew Brost1-0/+4
2025-03-06drm/xe: Add SVM device memory mirroringMatthew Brost5-2/+91
2025-03-06drm/xe: Add migrate layer functions for SVM supportMatthew Brost2-0/+185
2025-03-06drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADDR_MIRRORMatthew Brost1-1/+4
2025-03-06drm/xe: Enable CPU address mirror uAPIMatthew Brost1-7/+2
2025-03-06drm/xe: Do not allow CPU address mirror VMA unbind ifMatthew Brost3-0/+39
2025-03-06drm/xe: Add unbind to SVM garbage collectorMatthew Brost5-18/+176
2025-03-06drm/xe: Add SVM garbage collectorMatthew Brost4-2/+116
2025-03-06drm/xe: Add (re)bind to SVM page fault handlerMatthew Brost7-20/+340
2025-03-06drm/xe: Add SVM range invalidation and page faultMatthew Brost6-6/+328
2025-03-06drm/xe: Nuke VM's mapping upon closeMatthew Brost5-0/+73
2025-03-06drm/xe: Add dma_addr res cursorThomas Hellström2-2/+125
2025-03-06drm/xe: Add SVM init / close / fini to faulting VMsMatthew Brost5-0/+128
2025-03-06drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRRORMatthew Brost4-74/+158
2025-03-06drm/xe: Select DRM_GPUSVM KconfigMatthew Brost1-0/+1
2025-03-06drm/xe/bo: Introduce xe_bo_put_asyncThomas Hellström4-0/+55
2025-03-06drm/xe: Retry BO allocationMatthew Brost1-0/+7
2025-03-06drm/xe: Allow fault injection in exec queue IOCTLsFrancois Dugast3-0/+3
2025-03-05drm/{i915,xe}: Run DRM default client setupThomas Zimmermann1-0/+5
2025-03-05drm/{i915, xe}: Suspend/resume fbdev emulation via client interfacesThomas Zimmermann1-4/+6
2025-03-05drm/xe/display: Fix fbdev GGTT mapping handling.Maarten Lankhorst1-2/+2
2025-03-05drm/xe: Simplify setting release info in xe->infoGustavo Sousa1-42/+29
2025-03-05drm/xe: Re-use feature descriptors for pre-GMDID IPsGustavo Sousa1-15/+2
2025-03-05drm/xe: Convert pre-GMDID IPs to struct xe_ipGustavo Sousa3-69/+53
2025-03-05drm/xe: Define xe_ip instances before xe_device_descGustavo Sousa1-19/+19
2025-03-05drm/xe: Rename gmdid_map to xe_ipGustavo Sousa3-27/+27
2025-03-05drm/xe: Disambiguate GMDID-based IP namesGustavo Sousa2-25/+14
2025-03-05drm/xe: Set IP names in functions handling IP versionGustavo Sousa1-5/+10
2025-03-05drm/xe: Increase the XE_PL_TT watermarkThomas Hellström1-2/+1
2025-03-05drm/xe: Add a shrinker for xe bosThomas Hellström8-18/+513
2025-03-05drm/xe/userptr: Unmap userptrs in the mmu notifierThomas Hellström4-9/+52