summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* amdgpu/dm: Default PRE_VEGA ASIC support to 'y'Harry Wentland2018-03-161-1/+1
* drm/amd/pp: Remove the cgs wrapper for notify smu version on APURex Zhu2018-03-163-12/+5
* drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S2018-03-161-0/+3
* drm/amd/display: Refine disable VGAClark Zheng2018-03-162-6/+22
* drm/amdgpu: Improve documentation of bo_ptr in amdgpu_bo_create_kernelAndrey Grodzovsky2018-03-151-2/+6
* drm/radeon: Don't turn off DP sink when disconnectedMichel Dänzer2018-03-151-19/+12
* drm/amd/pp: Rename file name cz_* to smu8_*Rex Zhu2018-03-156-4/+4
* drm/amd/pp: Replace function/struct name cz_* with smu8_*Rex Zhu2018-03-155-807/+806
* drm/amd/pp: Remove unneeded void * casts in cz_hwmgr.c/cz_smumgr.cRex Zhu2018-03-152-60/+60
* drm/amd/pp: Mv cz uvd/vce pg/dpm functions to cz_hwmgr.cRex Zhu2018-03-155-209/+140
* drm/amd/pp: Remove dead header file pp_asicblocks.hRex Zhu2018-03-152-48/+0
* drm/amd/pp: Delete dead code on cz_clockpowergating.cRex Zhu2018-03-152-81/+0
* drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.cRex Zhu2018-03-152-4/+7
* drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu2018-03-1519-804/+336
* drm/amdgpu: Don't compared ip_block_type with ip_block_indexRex Zhu2018-03-151-1/+1
* drm/amdgpu: Plus NULL function pointer checkRex Zhu2018-03-151-3/+6
* drm/amd/pp: Move helper functions to smu_help.cRex Zhu2018-03-155-663/+723
* drm/amd/pp: Replace rv_* with smu10_*Rex Zhu2018-03-159-371/+371
* drm/amd/pp: Fix function parameter not correctRex Zhu2018-03-151-2/+2
* drm/amd/pp: Add rv_copy_table_from/to_smc to smu backend function tableRex Zhu2018-03-154-36/+44
* drm/amd/pp: Add new smu backend function smc_table_managerRex Zhu2018-03-153-0/+11
* drm/amd/pp: Mark internal functions as static in rv_smumgr.cRex Zhu2018-03-151-3/+3
* drm/amd/pp: Add rv_read_arg_from_smc to smu backend function tableRex Zhu2018-03-153-14/+11
* drm/amd/pp: Remove meanless return value check in RVRex Zhu2018-03-152-117/+53
* drm/amd/pp: Delete is_smc_ram_running function on RVRex Zhu2018-03-152-28/+0
* drm/amd/pp: Clean up header file includeRex Zhu2018-03-153-7/+3
* drm/amd/pp: Fix memory leak in error path in smumgrRex Zhu2018-03-156-23/+43
* drm/amd/pp: Simplified the avfs btc state on smu7Rex Zhu2018-03-157-150/+51
* drm/amd/powerplay: Fix KASAN user after free on driver unload.Andrey Grodzovsky2018-03-152-48/+23
* drm/amdgpu/sdma4: Remove unused header file from sdma_v4_0.cFeifei Xu2018-03-141-2/+0
* drm/amdgpu/sdma4: use num_instances for clock/powergating configAlex Deucher2018-03-141-4/+4
* drm/amdgpu: remove trailing whitespace from soc15ip.hAlex Deucher2018-03-141-143/+143
* drm/amdgpu/powerplay/vega10: fix memory leak in error pathAlex Deucher2018-03-141-2/+4
* drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer2018-03-141-19/+12
* drm/amd/pp: remove redundant pointer internal_bufColin Ian King2018-03-141-2/+0
* drm/amdgpu: move getting pcie info to common codeAlex Deucher2018-03-145-9/+5
* drm/amdgpu/soc15: always load the psp moduleAlex Deucher2018-03-141-2/+1
* drm/amdgpu: use adev->firmware to determine whether to load the PSP moduleAlex Deucher2018-03-141-1/+1
* drm/amdgpu: move firmware loading type setup to common codeAlex Deucher2018-03-144-7/+2
* drm/amdgpu/psp: add a few more fw load type checksAlex Deucher2018-03-141-0/+9
* drm/amd/display: Check msg->size before starting aux transferShirish S2018-03-141-0/+3
* drm/amd/display: clean up dcn pplib notification callDmytro Laktyushkin2018-03-144-46/+15
* drm/amd/display: Fixed dim around 1sec when resume from S3 (v2)Yongqiang Sun2018-03-143-1/+11
* drm/amd/display: Use actual TG instance instead of pipe instanceJerry (Fangzhi) Zuo2018-03-142-6/+6
* drm/amd/display: Check for HW blocks in HWSS, rather than DC core for cursorHarry Wentland2018-03-142-5/+7
* drm/amdgpu: Move IH clientid defs to separate fileOak Zeng2018-03-1412-67/+98
* drm/amd/display: update dce_calcs to latest versionDmytro Laktyushkin2018-03-142-56/+110
* drm/amd/display: Set disp clk in a safe way to avoid over high dpp clk. (v2)Yongqiang Sun2018-03-143-23/+139
* drm/amd/display: add support for regkey "LCDFreeSyncDefault"Samson Tam2018-03-141-0/+26
* drm/amd/display: Correct the plane enumeration order (v2)Shirish S2018-03-141-24/+53