summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-10-04Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-104/+265
2024-10-04Merge tag 'drm-xe-fixes-2024-10-03' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-64/+159
2024-10-03drm/xe: Fix memory leak when aborting bindsMatthew Brost-1/+1
2024-10-03drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong-2/+2
2024-10-03drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream closeJosé Roberto de Souza-6/+3
2024-10-03drm/xe/queue: move xa_alloc to prevent UAFMatthew Auld-1/+3
2024-10-03drm/xe/vm: move xa_alloc to prevent UAFMatthew Auld-8/+8
2024-10-03drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost-12/+19
2024-10-03drm/xe: Resume TDR after GT resetMatthew Brost-0/+8
2024-10-03drm/xe/xe2: Add performance tuning for L3 cache flushingGustavo Sousa-0/+13
2024-10-03drm/xe/xe2: Extend performance tuning to media GTGustavo Sousa-0/+26
2024-10-03drm/xe/mcr: Use Xe2_LPM steering tables for Xe2_HPMGustavo Sousa-1/+1
2024-10-03drm/xe: Use helper for ASID -> VM in GPU faults and access countersMatthew Brost-18/+21
2024-10-03drm/xe: Convert to USM lock to rwsemMatthew Brost-12/+10
2024-10-03drm/xe: use devm_add_action_or_reset() helperHe Lugang-3/+3
2024-10-03drm/xe: fix UAF around queue destructionMatthew Auld-2/+35
2024-10-03drm/xe/guc_submit: add missing locking in wedged_finiMatthew Auld-2/+8
2024-10-03drm/xe: Restore pci state upon resumeRodrigo Vivi-0/+2
2024-10-03Merge tag 'drm-intel-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/...Dave Airlie-1/+1
2024-10-03Merge tag 'drm-misc-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-11/+30
2024-10-03Merge tag 'amd-drm-fixes-6.12-2024-10-02' of https://gitlab.freedesktop.org/a...Dave Airlie-7/+37
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-11/+11
2024-10-01drm/amd/display: Fix system hang while resume with TBT monitorTom Chung-0/+6
2024-10-01drm/amd/display: Enable idle workqueue for more IPS modesLeo Li-1/+2
2024-10-01drm/amd/display: Add HDR workaround for specific eDPAlex Hung-1/+15
2024-10-01drm/amd/display: avoid set dispclk to 0Charlene Liu-0/+1
2024-10-01drm/amd/display: Restore Optimized pbn Value if Failed to Disable DSCFangzhi Zuo-4/+13
2024-10-01drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal...Yihan Zhu-1/+0
2024-10-01drm/panthor: Don't add write fences to the shared BOsBoris Brezillon-6/+1
2024-10-01drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon-1/+7
2024-10-01drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon-2/+3
2024-10-01drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()Boris Brezillon-0/+8
2024-10-01drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flagsLiviu Dudau-0/+1
2024-10-01Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst-22942/+45846
2024-10-01drm/i915/gem: fix bitwise and logical AND mixupJani Nikula-1/+1
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-22/+39
2024-09-30drm/sched: revert "Always increment correct scheduler score"Christian König-1/+1
2024-09-28Merge tag 'drm-next-2024-09-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-862/+1097
2024-09-28Merge tag 'amd-drm-fixes-6.12-2024-09-27' of https://gitlab.freedesktop.org/a...Dave Airlie-831/+1027
2024-09-27[tree-wide] finally take no_llseek outAl Viro-5/+0
2024-09-26drm/amd/pm: update workload mask after the settingKenneth Feng-2/+13
2024-09-26drm/amdgpu: bump driver version for cleared VRAMAlex Deucher-1/+2
2024-09-26drm/amdgpu: fix vbios fetching for SR-IOVAlex Deucher-2/+9
2024-09-26drm/amdgpu: fix PTE copy corruption for sdma 7Frank Min-2/+5
2024-09-26drm/sched: Always increment correct scheduler scoreTvrtko Ursulin-1/+1
2024-09-26drm/sched: Always wake up correct scheduler in drm_sched_entity_push_jobTvrtko Ursulin-2/+8
2024-09-26drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin-0/+2
2024-09-25drm/amdkfd: Add SDMA queue quantum support for GFX12Sreekant Somasekharan-0/+4
2024-09-25drm/amdgpu/vcn: enable AV1 on both instancesSaleemkhan Jamadar-165/+0
2024-09-25drm/amdkfd: Fix CU occupancy for GFX 9.4.3Mukul Joshi-11/+29