summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2023-01-05drm/amdgpu: fix another missing fence reference in the CS codeChristian König-1/+4
2023-01-05drm/amdgpu: update ta_secureDisplay_if.h to v27.00.00.08Aaron Liu-18/+18
2023-01-05drm/amdgpu: allow query error counters for specific IP blockHawking Zhang-21/+71
2023-01-05drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interruptxurui-15/+36
2023-01-04Revert "drm/amd/display: Enable Freesync Video Mode by default"Michel Dänzer-0/+28
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-15/+18
2023-01-03Revert "drm/amd/display: Enable Freesync Video Mode by default"Michel Dänzer-0/+28
2023-01-03drm/amdgpu: remove enable ras cmd call traceStanley.Yang-3/+13
2023-01-03drm/amdgpu: correct umc poison mode set valueStanley.Yang-20/+4
2023-01-03drm/amdgpu: allow zero as vram limitChristian König-3/+3
2023-01-03drm/amdgpu: cleanup visible vram size handlingChristian König-19/+7
2023-01-03drm/amdgpu: rename vram_scratch into mem_scratchChristian König-32/+32
2023-01-03drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König-49/+101
2023-01-03drm/amdgpu: enable VCN DPG for GC IP v11.0.4Saleemkhan Jamadar-0/+1
2023-01-03drm/amdgpu: adjust the sequence to check soft resetLikun Gao-6/+2
2022-12-23Merge tag 'drm-next-2022-12-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-234/+355
2022-12-21drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependencyChristian König-0/+2
2022-12-21drm/amdgpu: enable VCN DPG for GC IP v11.0.4Saleemkhan Jamadar-0/+1
2022-12-20drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Tim Huang-1/+2
2022-12-20drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher-2/+3
2022-12-20drm/amdkfd: Fix double release compute pasidPhilip Yang-12/+31
2022-12-20drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Tim Huang-1/+2
2022-12-20drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher-2/+3
2022-12-20Revert "drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix"Alex Deucher-8/+0
2022-12-20Revert "drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume"Alex Deucher-16/+0
2022-12-20drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resumeAlex Deucher-0/+6
2022-12-20drm/amdgpu: don't mess with SDMA clock or powergating in S0ixAlex Deucher-4/+6
2022-12-20drm/amdgpu/gmc11: don't touch gfxhub registers during S0ixAlex Deucher-2/+14
2022-12-20drm/amdgpu/gmc10: don't touch gfxhub registers during S0ixAlex Deucher-9/+27
2022-12-20drm/amdgpu/gmc9: don't touch gfxhub registers during S0ixAlex Deucher-6/+30
2022-12-20drm/amdkfd: Fix double release compute pasidPhilip Yang-12/+31
2022-12-15drm/amdgpu: Add poison mode query for df v4_3Candice Li-1/+98
2022-12-15drm/amdgpu: bump minor version number for DEV_INFO and SENSOR IOCTLs updateEvan Quan-2/+4
2022-12-15drm/amdgpu: expose the minimum shader/memory clock frequencyEvan Quan-2/+8
2022-12-15drm/amdgpu: expose peak profiling mode shader/memory clocksEvan Quan-0/+18
2022-12-15drm/amdgpu: define RAS query poison mode functionTao Zhou-21/+33
2022-12-15drm/amdgpu: update VCN/JPEG RAS settingTao Zhou-11/+13
2022-12-15drm/amdgpu: skip RAS error injection in SRIOVTao Zhou-0/+4
2022-12-15drm/amdgpu: add VCN poison consumption handler for SRIOVTao Zhou-2/+10
2022-12-15drm/amdgpu: add RAS poison consumption handler for SRIOVTao Zhou-18/+26
2022-12-15drm/amdgpu: add RAS poison consumption handler for NV SRIOVTao Zhou-0/+7
2022-12-15drm/amdgpu: add RAS poison consumption handler for AI SRIOVTao Zhou-0/+8
2022-12-14drm/amdgpu: revert "generally allow over-commit during BO allocation"Christian König-4/+18
2022-12-14drm/amdgpu: Remove unnecessary domain argumentLuben Tuikov-14/+6
2022-12-14drm/amdgpu: Fix size validation for non-exclusive domains (v4)Luben Tuikov-11/+8
2022-12-14drm/amdgpu: Check if fru_addr is not NULL (v2)Luben Tuikov-2/+4
2022-12-14drm/amdgpu: rework reserved VMID handlingChristian König-30/+24
2022-12-14drm/amdgpu: stop waiting for the VM during unreserveChristian König-16/+0
2022-12-14drm/amdgpu: cleanup SPM support a bitChristian König-4/+7
2022-12-14drm/amdgpu: fix GDS/GWS/OA switch handlingChristian König-43/+54