aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-05-15gpu: nova-core: select AUXILIARY_BUS instead of depending on itAlexandre Courbot1-1/+1
2025-05-15drm/i915/pci: Remove force_probe requirement for DG1Ville Syrjälä1-1/+0
2025-05-15drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1Ville Syrjälä1-1/+1
2025-05-15drm/xe/guc_submit: Simplify and fix diff calculationLucas De Marchi1-4/+1
2025-05-15dma-fence: Change signature of __dma_fence_is_laterTvrtko Ursulin2-7/+9
2025-05-15drm/hyperv: Replace simple-KMS with regular atomic helpersRyosuke Yasuoka2-60/+114
2025-05-15drm/xe/guc: Don't allocate managed BO for each policy changeMichal Wajdeczko1-14/+13
2025-05-15drm/xe/guc: Unblock GuC buffer cache for all modesMichal Wajdeczko2-4/+4
2025-05-15Merge tag 'drm-misc-next-2025-05-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie20-73/+489
2025-05-14drm/mediatek: Replace custom compare_dev with component_compare_ofTang Dongxing1-6/+1
2025-05-14drm/mediatek: mtk_drm_drv: Unbind secondary mmsys components on errAngeloGioacchino Del Regno1-1/+4
2025-05-14drm/mediatek: Fix kobject put for component sub-driversAngeloGioacchino Del Regno1-0/+9
2025-05-14drm/mediatek: mtk_drm_drv: Fix kobject put for mtk_mutex device ptrAngeloGioacchino Del Regno1-7/+10
2025-05-14drm/xe: Add WA BB to capture active context utilizationUmesh Nerlige Ramappa11-19/+208
2025-05-14drm/xe: Save the gt pointer in lrc and drop the tileUmesh Nerlige Ramappa2-4/+4
2025-05-14drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC valueUmesh Nerlige Ramappa3-6/+7
2025-05-14drm/xe: Timeslice GPU on atomic SVM faultMatthew Brost1-0/+5
2025-05-14drm/gpusvm: Add timeslicing support to GPU SVMMatthew Brost1-0/+9
2025-05-14drm/xe: Strict migration policy for atomic SVM faultsMatthew Brost6-43/+114
2025-05-14drm/gpusvm: Introduce devmem_only flag for allocationHimal Prasad Ghimiray1-0/+5
2025-05-14drm/xe/xe2hpg: Add Wa_22021007897Aradhya Bhatia2-0/+5
2025-05-14drm/amdgpu: read back register after written for VCN v4.0.5David (Ming Qiang) Wu1-0/+8
2025-05-14Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor"Melissa Wen1-2/+3
2025-05-14drm/amdgpu: add debugfs for spirom IFWI dumpShiwu Zhang4-10/+168
2025-05-14drm/amdgpu: fix userq resource double freedPrike Liang1-4/+5
2025-05-14drm/amdgpu: Fix circular locking in userq creationJesse.Zhang1-3/+2
2025-05-14drm/amdgpu: read back register after written for VCN v4.0.5David (Ming Qiang) Wu1-0/+8
2025-05-14Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor"Melissa Wen1-2/+3
2025-05-14drm/xe/vm: Add debug prints for SVM range prefetchHimal Prasad Ghimiray1-1/+6
2025-05-14drm/xe/svm: Implement prefetch support for SVM rangesHimal Prasad Ghimiray2-21/+233
2025-05-14drm/xe/svm: Add xe_svm_find_vma_start() helperHimal Prasad Ghimiray2-0/+30
2025-05-14drm/gpusvm: Introduce drm_gpusvm_find_vma_start() functionHimal Prasad Ghimiray1-0/+34
2025-05-14drm/xe/svm: Add xe_svm_range_validate() and xe_svm_range_migrate_to_smem()Himal Prasad Ghimiray2-0/+60
2025-05-14drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() publicHimal Prasad Ghimiray2-8/+28
2025-05-14drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svmHimal Prasad Ghimiray2-9/+77
2025-05-14drm/xe: Rename lookup_vma function to xe_find_vma_by_addrHimal Prasad Ghimiray3-23/+32
2025-05-14drm/xe/vm: Add an identifier in xe_vma_ops for svm prefetchHimal Prasad Ghimiray2-0/+4
2025-05-14drm/xe/vm: Update xe_vma_ops_incr_pt_update_ops to take an increment valueHimal Prasad Ghimiray1-11/+17
2025-05-14drm/xe/svm: Make xe_svm_range_* end/start/size publicHimal Prasad Ghimiray2-15/+48
2025-05-14drm/xe/svm: Make to_xe_range a public functionHimal Prasad Ghimiray2-5/+20
2025-05-14drm/xe/svm: Helper to add tile masks to svm rangesHimal Prasad Ghimiray1-10/+16
2025-05-14drm/xe: Make xe_svm_alloc_vram publicHimal Prasad Ghimiray2-10/+32
2025-05-14drm/xe: Introduce xe_vma_op_prefetch_range struct for prefetch of rangesHimal Prasad Ghimiray1-0/+12
2025-05-14drm/i915/ptl: Use everywhere the correct DDI port clock select maskImre Deak2-21/+21
2025-05-14drm/i915/alpm: Stop writing ALPM registers when PSR is enabledJouni Högander2-5/+12
2025-05-14drm/i915/alpm: Make intel_alpm_enable_sink available for PSRJouni Högander2-2/+4
2025-05-14drm/vmwgfx: Use non-hybrid PCI devres APIPhilipp Stanner1-11/+3
2025-05-14drm/i915/display: drop unnecessary includes on i915 core headersJani Nikula6-6/+0
2025-05-14drm/i915/gem: drop intel_display.h includeJani Nikula1-1/+0
2025-05-14drm/i915/display: drop unused declarations from intel_display.hJani Nikula1-16/+0