summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2020-07-02drm/amdgpu: Let KFD use more VMIDs on ArcturusFelix Kuehling1-3/+8
2020-07-02drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling16-43/+22
2020-07-02drm/amdgpu: SI support for UVD and VCE power managmentAlex Jivin2-18/+68
2020-07-02drm/amdgpu: SI support for VCE clock controlAlex Jivin3-1/+167
2020-07-02drm/amdgpu: SI support for UVD clock controlAlex Jivin2-6/+229
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie95-942/+9832
2020-07-01drm/amdgpu: enable runtime pm on vega10 when noretry=0Alex Deucher1-1/+5
2020-07-01drm/amdgpu: rework runtime pm enablement for BACOAlex Deucher1-12/+22
2020-07-01drm/amdgpu: call release_firmware() without a NULL checkNirmoy Das5-14/+10
2020-07-01drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idleColin Ian King1-1/+1
2020-07-01drm/amdgpu: make sure to reserve tmr region on all asics which support itAlex Deucher1-1/+1
2020-07-01drm amdgpu: SI UVD enabled on Verde, Tahiti, PitcairnSonny Jiang1-1/+1
2020-07-01drm amdgpu: SI UVD enable for OlandSonny Jiang1-2/+2
2020-07-01drm amdgpu: SI UVD add uvd_v3_1 to makefileSonny Jiang1-1/+2
2020-07-01drm amdgpu: SI UVD context rreg/wregSonny Jiang1-2/+24
2020-07-01drm amdgpu: SI UVD v3_1 (v2)Sonny Jiang2-0/+822
2020-07-01drm amdgpu: SI UVD PACKET_TYPE0Sonny Jiang1-3/+4
2020-07-01drm amdgpu: SI UVD add firmwaresSonny Jiang1-0/+26
2020-07-01drm/amdgpu/uvd3.x: fix register definition warningsAlex Deucher3-19/+3
2020-07-01drm/amdgpu: fix unused variableJames Zhu8-113/+102
2020-07-01drm/amdgpu: add fw release for sdma v5_0Wenhui Sheng1-1/+5
2020-07-01drm/amdgpu: sdma v5_2 ring bo mem leakWenhui Sheng1-0/+4
2020-07-01drm/amdgpu: remove perf level dpm in one-VFWenhui Sheng1-1/+1
2020-07-01drm/amdgpu: add XGMI support for sienna cichlidJohn Clements3-0/+51
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