summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-05-16drm/i915: do not reference i915->display inlineJani Nikula-9/+14
2025-05-16drm/xe/display: do not reference xe->display inlineJani Nikula-7/+13
2025-05-16drm/xe/rpm: use to_xe_device() instead of container_ofJani Nikula-1/+2
2025-05-16Merge drm/drm-next into drm-intel-nextJani Nikula-30957/+66081
2025-05-16Merge tag 'drm-xe-fixes-2025-05-15-1' of https://gitlab.freedesktop.org/drm/x...Dave Airlie-73/+358
2025-05-16Merge tag 'drm-misc-fixes-2025-05-15' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-3/+6
2025-05-16Merge tag 'drm-intel-next-fixes-2025-05-15' of https://gitlab.freedesktop.org...Dave Airlie-12/+24
2025-05-16Merge tag 'mediatek-drm-next-20250515' of https://git.kernel.org/pub/scm/linu...Dave Airlie-291/+305
2025-05-15drm/xe/guc: Track FAST_REQ H2Gs to report where errors came fromJohn Harrison-20/+115
2025-05-15drm/xe/guc: Rename CONFIG_XE_LARGE_GUC_BUFFERJohn Harrison-4/+6
2025-05-15drm/xe/guc: Add missing H2G error code definitionsJohn Harrison-3/+11
2025-05-15drm/xe/guc: Remove double blank lineJohn Harrison-1/+0
2025-05-15gpu: drm: nova: select AUXILIARY_BUS instead of depending on itAlexandre Courbot-1/+1
2025-05-15gpu: nova-core: select AUXILIARY_BUS instead of depending on itAlexandre Courbot-1/+1
2025-05-15drm/i915/pci: Remove force_probe requirement for DG1Ville Syrjälä-1/+0
2025-05-15drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1Ville Syrjälä-1/+1
2025-05-15drm/xe/guc_submit: Simplify and fix diff calculationLucas De Marchi-4/+1
2025-05-15dma-fence: Change signature of __dma_fence_is_laterTvrtko Ursulin-7/+9
2025-05-15drm/hyperv: Replace simple-KMS with regular atomic helpersRyosuke Yasuoka-61/+115
2025-05-15drm/xe/guc: Don't allocate managed BO for each policy changeMichal Wajdeczko-14/+13
2025-05-15drm/xe/guc: Unblock GuC buffer cache for all modesMichal Wajdeczko-4/+4
2025-05-15Merge tag 'drm-misc-next-2025-05-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-73/+489
2025-05-14drm/mediatek: Replace custom compare_dev with component_compare_ofTang Dongxing-6/+1
2025-05-14drm/mediatek: mtk_drm_drv: Unbind secondary mmsys components on errAngeloGioacchino Del Regno-1/+4
2025-05-14drm/mediatek: Fix kobject put for component sub-driversAngeloGioacchino Del Regno-0/+9
2025-05-14drm/mediatek: mtk_drm_drv: Fix kobject put for mtk_mutex device ptrAngeloGioacchino Del Regno-7/+10
2025-05-14drm/xe: Add WA BB to capture active context utilizationUmesh Nerlige Ramappa-19/+208
2025-05-14drm/xe: Save the gt pointer in lrc and drop the tileUmesh Nerlige Ramappa-4/+4
2025-05-14drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC valueUmesh Nerlige Ramappa-6/+7
2025-05-14drm/xe: Timeslice GPU on atomic SVM faultMatthew Brost-0/+5
2025-05-14drm/gpusvm: Add timeslicing support to GPU SVMMatthew Brost-0/+9
2025-05-14drm/xe: Strict migration policy for atomic SVM faultsMatthew Brost-43/+114
2025-05-14drm/gpusvm: Introduce devmem_only flag for allocationHimal Prasad Ghimiray-0/+5
2025-05-14drm/xe/xe2hpg: Add Wa_22021007897Aradhya Bhatia-0/+5
2025-05-14drm/amdgpu: read back register after written for VCN v4.0.5David (Ming Qiang) Wu-0/+8
2025-05-14Revert "drm/amd/display: Hardware cursor changes color when switched to softw...Melissa Wen-2/+3
2025-05-14drm/amdgpu: add debugfs for spirom IFWI dumpShiwu Zhang-10/+168
2025-05-14drm/amdgpu: fix userq resource double freedPrike Liang-4/+5
2025-05-14drm/amdgpu: Fix circular locking in userq creationJesse.Zhang-3/+2
2025-05-14drm/amdgpu: read back register after written for VCN v4.0.5David (Ming Qiang) Wu-0/+8
2025-05-14Revert "drm/amd/display: Hardware cursor changes color when switched to softw...Melissa Wen-2/+3
2025-05-14drm/xe/vm: Add debug prints for SVM range prefetchHimal Prasad Ghimiray-1/+6
2025-05-14drm/xe/svm: Implement prefetch support for SVM rangesHimal Prasad Ghimiray-21/+233
2025-05-14drm/xe/svm: Add xe_svm_find_vma_start() helperHimal Prasad Ghimiray-0/+30
2025-05-14drm/gpusvm: Introduce drm_gpusvm_find_vma_start() functionHimal Prasad Ghimiray-0/+34
2025-05-14drm/xe/svm: Add xe_svm_range_validate() and xe_svm_range_migrate_to_smem()Himal Prasad Ghimiray-0/+60
2025-05-14drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() publicHimal Prasad Ghimiray-8/+28
2025-05-14drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svmHimal Prasad Ghimiray-9/+77
2025-05-14drm/xe: Rename lookup_vma function to xe_find_vma_by_addrHimal Prasad Ghimiray-23/+32
2025-05-14drm/xe/vm: Add an identifier in xe_vma_ops for svm prefetchHimal Prasad Ghimiray-0/+4