summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-07-28drm/amd/pm: Add get_gfx_off_status interface for yellow carpShikai Guo1-0/+31
2022-07-28drm/amd/display: Remove unused struct freesync_contextMaĆ­ra Canal1-8/+0
2022-07-28drm/amd/amdgpu: add additional page fault settings for gfx11Chengming Gui3-4/+56
2022-07-28drm/amd/display: remove unneeded semicolonYang Li1-1/+1
2022-07-28drm/amdgpu: fix i2s_pdata out of bound array accessVijendar Mukunda1-8/+0
2022-07-28drm/amdkfd: fix kgd_mem memory leak when importing dmabufLang Yu1-0/+8
2022-07-28drm/amdgpu: add debugfs for kfd system and ttm mem usedAlex Sierra3-0/+24
2022-07-28drm/amdkfd: track unified memory reservation with xnack offAlex Sierra3-26/+59
2022-07-28drm/amd/display: fix signedness bug in execute_synaptics_rc_command()Dan Carpenter1-1/+1
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-36/+36
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-9/+9
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-9/+6
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-4/+4
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-41/+40
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-9/+7
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-34/+34
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-18/+18
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-5/+2
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-35/+35
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-39/+38
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-14/+11
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-1/+2
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-1/+2
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-1/+2
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-1/+2
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-18/+18
2022-07-28drm/amd/display: Clean up some inconsistent indentingJiapeng Chong1-4/+4
2022-07-28drm/amdkfd: Split giant svm rangePhilip Yang1-16/+33
2022-07-28drm/amdkfd: Set svm range max pagesPhilip Yang3-0/+26
2022-07-28drm/amdgpu: Allow TTM to evict svm bo from same processPhilip Yang1-3/+6
2022-07-28drm/amdgpu: Fix the incomplete product numberRoy Sun1-1/+1
2022-07-28drm/amdgpu: use adev_to_drm for consistencyGuchun Chen1-1/+1
2022-07-28drm/amdgpu/dc/dce: fix repeated words in commentswangjianli1-1/+1
2022-07-27Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/dr...Dave Airlie158-8845/+6386
2022-07-27Merge tag 'amd-drm-next-5.20-2022-07-26' of https://gitlab.freedesktop.org/ag...Dave Airlie165-6901/+9490
2022-07-27drm/nouveau/disp: move DAC load detection methodBen Skeggs7-44/+57
2022-07-27drm/nouveau/disp: add output classBen Skeggs17-6/+221
2022-07-27drm/nouveau/disp: add supervisor mutexBen Skeggs5-4/+21
2022-07-27drm/nouveau/disp: add conn method to query HPD pin statusBen Skeggs6-3/+88
2022-07-27drm/nouveau/disp: add connector classBen Skeggs15-4/+189
2022-07-27drm/nouveau/disp: add common channel class handlingBen Skeggs42-841/+470
2022-07-27drm/nouveau/disp: split sor hda funcs out to their own structBen Skeggs12-63/+44
2022-07-27drm/nouveau/disp: split sor dp funcs out to their own structBen Skeggs16-154/+157
2022-07-27drm/nouveau/disp: replace hda func pointer check with flagBen Skeggs17-168/+31
2022-07-27drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()Ben Skeggs19-90/+45
2022-07-27drm/nouveau/disp: group supervisor-related struct membersBen Skeggs4-32/+34
2022-07-27drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs92-6822/+5151
2022-07-27drm/nouveau/disp: add common class handling between <nv50 and >=nv50Ben Skeggs48-1072/+396