summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2019-12-31drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff1-1/+2
2019-12-31drm/amdgpu: Avoid accidental thread reactivation.Andrey Grodzovsky1-0/+10
2019-12-31drm/amdgpu: fix potential double drop fence referencePan Bian1-0/+2
2019-12-31drm/amd/powerplay: fix struct init in renoir_print_clk_levelsRaul E Rangel1-1/+3
2019-12-31drm/amdgpu: disallow direct upload save restore list from gfx driverHawking Zhang1-1/+2
2019-12-31drm/amd/display: correctly populate dpp refclk in fpgaAnthony Koo1-2/+8
2019-12-31drm/amd/display: setting the DIG_MODE to the correct value.Zhan liu1-0/+9
2019-12-31drm/amdgpu: fix amdgpu trace event print string format errorKevin Wang1-9/+9
2019-12-31drm/amd/display: fix header for RN clk mgrjoseph gravenor1-1/+1
2019-12-31drm/amd/display: enable hostvm based on roimmu active for dcn2.1Dmytro Laktyushkin1-15/+25
2019-12-31drm/amd/powerplay: avoid disabling ECC if RAS is enabled for VEGA20Le Ma1-5/+7
2019-12-31drm/amd/display: Program DWB watermarks from correct stateJulian Parkin3-6/+9
2019-12-31drm/amd/display: Fix dongle_caps containing stale information.David Galiffi2-1/+2
2019-12-31drm/amd/display: add new active dongle to existent w/aVitaly Prosyak2-0/+3
2019-12-31drm/amd/display: wait for set pipe mcp command completionJosip Pavic1-0/+3
2019-12-31drm/amd/display: Properly round nominal frequency for SPDAric Cyr1-5/+8
2019-12-31drm/amdkfd: Fix MQD size calculationOak Zeng1-1/+2
2019-12-31drm/amd/display: fix struct init in update_bounding_boxRaul E Rangel1-1/+3
2019-12-31drm/amd/display: set minimum abm backlight levelAnthony Koo3-34/+49
2019-12-31drm/amd/powerplay: A workaround to GPU RESET on APUchen gong1-1/+4
2019-12-31drm/amdkfd: fix a potential NULL pointer dereference (v2)Allen Pais1-0/+5
2019-12-31drm/amd/display: Set number of pipes to 1 if the second pipe was disabledNikola Cornij1-0/+4
2019-12-31drm/amd/display: Handle virtual signal type in disable_link()Martin Tsai1-2/+4
2019-12-31drm/amd/display: Rebuild mapped resources after pipe splitMikita Lipski1-0/+1
2019-12-31drm/amdgpu: grab the id mgr lock while accessing passid_mappingChristian König1-3/+9
2019-12-31drm/amdgpu/sriov: add ring_stop before ring_create in psp v11 codeJack Zhang1-27/+34
2019-12-31drm/amd/display: OTC underflow fixJaehyun Chung1-1/+1
2019-12-31drm/amd/display: verify stream link before link testJing Zhou1-1/+2
2019-12-21drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9changzhu1-20/+24
2019-12-21drm/amdgpu: avoid using invalidate semaphore for picassochangzhu1-8/+20
2019-12-21drm/amdgpu/gfx10: re-init clear state buffer after gpu resetXiaojie Yuan1-6/+37
2019-12-21drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhaltXiaojie Yuan1-2/+12
2019-12-21drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10changzhu3-2/+116
2019-12-21drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhubchangzhu6-0/+13
2019-12-21drm/amd/display: add default clocks if not able to fetch themAlex Deucher1-1/+2
2019-12-21drm/amd/display: re-enable wait in pipelock, but add timeoutAlex Deucher1-0/+19
2019-11-21Revert "drm/amd/display: enable S/G for RAVEN chip"Alex Deucher2-2/+2
2019-11-21drm/amdgpu: disable gfxoff on original ravenAlex Deucher1-2/+7
2019-11-21drm/amdgpu: disable gfxoff when using register read interfaceAlex Deucher1-1/+5
2019-11-21drm/amd/powerplay: correct fine grained dpm force level settingEvan Quan1-0/+6
2019-11-21drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsEvan Quan1-5/+18
2019-11-21drm/amdgpu: remove experimental flag for Navi14Alex Deucher1-4/+4
2019-11-15drm/amdgpu: fix null pointer deref in firmware header printingXiaojie Yuan1-22/+16
2019-11-07drm/amdgpu/renoir: move gfxoff handling into gfx9 moduleAlex Deucher2-5/+6
2019-11-07drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9changzhu1-0/+7
2019-11-07drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10changzhu4-6/+64
2019-11-07drm/amdgpu: register gpu instance before fan boost feature enablmentEvan Quan2-1/+7
2019-11-07drm/amd/swSMU: fix smu workload bit map errorKevin Wang2-2/+2
2019-11-06drm/amdgpu: add navi14 PCI IDTianci.Yin1-0/+1
2019-11-06Revert "drm/amd/display: setting the DIG_MODE to the correct value."Zhan Liu1-9/+0