summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-05drm/amd/display: Update idle optimization handlingJoshua Aberback8-2/+31
2021-01-05drm/amd/display: Fix unused variable warningArnd Bergmann2-4/+2
2021-01-05drm/amd/display: fix comparison pointer to bool warning in dc.cTian Tao1-2/+2
2021-01-05drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if conditionChenyang Li1-1/+1
2021-01-05gpu/drm/radeon: use DIV_ROUND_UP macro to do calculationZheng Yongjun1-2/+2
2021-01-05drm/amd/display: remove useless else ifTian Tao1-2/+0
2021-01-05drm/amd/display: remove unused including <linux/version.h>Tian Tao3-3/+0
2021-01-05drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCOXiaojian Du2-1/+59
2021-01-05drm/amd/pm: enable dclk/vclk dpm function in "auto" power profile for vangoghXiaojian Du1-0/+2
2021-01-05drm/amdgpu: do optimization for psp command submitpengzhou1-2/+2
2021-01-05drm/amd/pm: fix the failure when change power profile for renoirXiaojian Du2-0/+2
2021-01-05drm/amdgpu: remove redundant include of navi10_enumLikun Gao4-4/+0
2021-01-05drm/amdgpu: remove redundant logic related HDPLikun Gao12-77/+0
2021-01-05drm/amdgpu: switch hdp callback functions for hdp v5Likun Gao5-174/+13
2021-01-05drm/amdgpu: switch hdp callback functions for hdp v4Likun Gao4-106/+16
2021-01-05drm/amdgpu: add hdp version 5 functionsLikun Gao2-0/+243
2021-01-05drm/amdgpu: add hdp version 4 functionsLikun Gao3-0/+178
2021-01-05drm/amdgpu: add amdgpu_hdp structureHawking Zhang2-0/+44
2021-01-05drm/amdgpu: fix potential NULL pointer when check_atom_bios() failsJiawei Gu1-2/+3
2021-01-05drm/amdgpu: use GTT for uvd_get_create/destory_msgChen Li1-2/+2
2021-01-05drm/radeon: use writel to avoid gcc optimization v3Chen Li1-19/+19
2021-01-05drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li1-2/+2
2021-01-05drm/amdgpu: fix a memory protection fault when remove amdgpu deviceDennis Li1-4/+3
2021-01-05drm/amdgpu: switched to cached noretry setting for vangoghHawking Zhang1-1/+1
2021-01-05drm/amdgpu: remove unnecessary asic check for sdma5.2Jiansong Chen1-26/+5
2021-01-05drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issueKevin Wang1-1/+6
2021-01-05drm/amd/pm: add support to umd P-state function for vangoghXiaojian Du1-1/+46
2021-01-05drm/amd/pm: add some basic functions to support umd P-state function for vang...Xiaojian Du1-0/+272
2021-01-05drm/amd/pm: add some basic functions to support umd P-state function for vang...Xiaojian Du2-1/+232
2021-01-05drm/amd/pm: enable the fine grain tuning function for renoirXiaojian Du1-0/+2
2021-01-05drm/amd/pm: add the fine grain tuning function for renoirXiaojian Du1-14/+173
2021-01-05drm/amd/pm: updated PM to I2C controller port on sienna cichlidJohn Clements1-1/+1
2021-01-05drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCOXiaojian Du2-17/+98
2021-01-05drm/amd/pm: enable the "fetch" function of pp_dpm_vclk/dclk for vangoghXiaojian Du2-5/+30
2021-01-05drm/amd/pm: add two new sysfs nodes for vangoghXiaojian Du1-0/+140
2021-01-05drm/amd/pm: add new feature map macros to resolve duplicate nameXiaojian Du2-0/+19
2021-01-05drm/amd/pm: add support to umd P-state "fetch" function for vangoghXiaojian Du1-1/+110
2021-01-05drm/amd/pm: correct the sensor value of power for vangoghXiaojian Du1-1/+2
2020-12-23drm/amdgpu: drop psp ih programming for sriov guest on naviHawking Zhang1-16/+2
2020-12-23drm/amd/display: Use common error handling code in dc_create()Markus Elfring1-9/+6
2020-12-23drm/amd/display: Return directly after a failed kzalloc() in dc_create()Markus Elfring1-4/+2
2020-12-23drm/amdkfd: check both client id and src id in interrupt handlersAlex Deucher1-11/+35
2020-12-23drm/amdgpu: fix handling of irq domains on soc15 and newer GPUsAlex Deucher1-1/+2
2020-12-23drm/amdgpu: de-initialize software ih ringHawking Zhang3-0/+3
2020-12-23drm/amdgpu: set ih soft ring enabled flag for vega and naviHawking Zhang2-0/+6
2020-12-23drm/amdgpu: enable software ih ring for vega20 ih blockHawking Zhang1-0/+7
2020-12-23drm/amd/pm: support overdrive vddgfx offset setting(V2)Evan Quan4-2/+70
2020-12-23drm/amd/pm: enable Sienna Cichlid overdrive supportEvan Quan2-1/+243
2020-12-23drm/amd/pm: populate Sienna Cichlid default overdrive table settingsEvan Quan1-0/+38
2020-12-23drm/amd/pm: Add interface for request WGPsJinzhou Su3-3/+41