summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2020-07-01drm/amdgpu: restrict the hw sched jobs number to power of twoKevin Wang2-2/+11
2020-07-01drm/amdgpu: remove redundant initialization of variable retColin Ian King1-1/+1
2020-07-01drm/amdgpu: remove unused functionsNirmoy Das1-5/+0
2020-07-01drm/amdgpu/vcn2.0: fix no previous prototype for functionsJames Zhu1-0/+1
2020-07-01drm/amdgpu/vcn1.0: fix no previous prototype for functionsJames Zhu1-0/+1
2020-07-01drm/amdgpu/pm: fix ref count leak when pm_runtime_get_sync failsAlex Deucher1-55/+165
2020-07-01drm/amdgpu/debugfs: fix ref count leak when pm_runtime_get_sync failsAlex Deucher1-25/+70
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das9-14/+14
2020-07-01drm/amdgpu/jpeg2.0: fix no previous prototype for functionsJames Zhu1-0/+1
2020-07-01drm/amdgpu/jpeg1.0: fix no previous prototype for functionsJames Zhu1-0/+1
2020-07-01drm/amdgpu/fence: fix ref count leak when pm_runtime_get_sync failsAlex Deucher1-1/+3
2020-07-01drm/amdgpu/debugfs: fix memory leak when amdgpu_virt_enable_access_debugfs fa...Chen Tao1-1/+1
2020-07-01drm/amdgpu/debugfs: fix memory leak when pm_runtime_get_sync failedChen Tao1-3/+6
2020-07-01drm/amdgpu: vcn_v2_5_mc_resume_dpg_mode() can be statickernel test robot1-3/+3
2020-07-01drm/amdgpu: fix compiler warningNirmoy Das1-1/+1
2020-07-01drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König9-50/+33
2020-07-01drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync failsNavid Emamdoost1-4/+12
2020-07-01drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_configNavid Emamdoost1-2/+3
2020-07-01drm/amd/display: fix ref count leak in amdgpu_drm_ioctlNavid Emamdoost1-1/+2
2020-07-01drm/amdgpu: fix ref count leak in amdgpu_driver_open_kmsNavid Emamdoost1-1/+2
2020-07-01drm/amdgpu/gfx9: Fix incorrect firmware size calculationLei Guo1-1/+1
2020-07-01drm/amdgpu: fix documentation around busy_percentageAlex Deucher1-1/+1
2020-07-01drm/amdgpu/pm: update comment to clarify Overdrive interfacesAlex Deucher1-1/+1
2020-07-01drm/amdkfd: Add eviction debug messagesFelix Kuehling3-0/+12
2020-07-01drm/amdgpu: Reconfigure ULV for gfx9 server SKUsJoseph Greathouse1-0/+32
2020-07-01drm/amdgpu/jpeg: fix race condition issue for jpeg startJames Zhu2-4/+14
2020-07-01drm/amdgpu/sriov: Need to clear kiq positionEmily Deng1-0/+6
2020-07-01drm/amdgpu/sriov: Add clear vf fw supportEmily Deng2-2/+43
2020-07-01drm/amdgpu: fix the nullptr issue as for PWR IP not existing in discovery tablePrike.Liang1-2/+2
2020-07-01drm/amdgpu: Fix a buffer overflow handling the serial numberDan Carpenter1-1/+1
2020-07-01drm/amd: correct trivial kernel-doc inconsistenciesColton Lewis3-6/+0
2020-07-01drm/amd/amdgpu: handle return value of amdgpu_driver_load_kmsLiu ChengZhe1-1/+3
2020-07-01drm/amd/powerplay: drop unused code around power limitEvan Quan1-2/+2
2020-07-01drm/amdgpu/soc15: fix nullptr issue in soc15_read_register() for reg base acc...Prike.Liang1-1/+2
2020-07-01drm/amdgpu: skip BAR resizing if the bios already did itAlex Deucher1-0/+5
2020-07-01drm/amdgpu: support reserve bad page for virt (v3)Stanley.Yang3-4/+202
2020-07-01drm/amdgpu/fence: use the no_scheduler flagAlex Deucher1-4/+4
2020-07-01Revert "drm/[radeon|amdgpu]: Replace one-element array and use struct_size() ...Alex Deucher2-3/+4
2020-07-01drm/amdgpu: temporarily read bounding box from gpu_info fw for navi12Tianci.Yin1-1/+15
2020-07-01drm/amdgpu: Enable DM block for DCN3Bhawanpreet Lakha1-0/+4
2020-07-01drm/amdgpu: bypass tmr when reserve c2p memoryLikun Gao1-29/+19
2020-07-01drm/amdgpu: remove unnecessary check for mem trainLikun Gao5-58/+7
2020-07-01drm/amdgpu: support memory training for sienna_cichlidLikun Gao1-1/+3
2020-07-01drm/amdgpu: reserve fb according to return value from vbiosLikun Gao1-56/+71
2020-07-01drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+2
2020-07-01drm/amdgpu/psp: support for loading PSP SPL fwLikun Gao3-0/+46
2020-07-01drm/amdgpu/psp: initialization PSP SPL fwLikun Gao2-0/+37
2020-07-01drm/amdgpu/psp: add structure to support PSP SPLLikun Gao2-0/+11
2020-07-01drm/amdgpu: enable gfxoff for sienna_cichlidLikun Gao1-3/+1
2020-07-01drm/amdgpu/sriov : Add sriov detection for sienna_cichlidshaoyunl1-0/+1