summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorFilesLines
2020-10-27drm/amdgpu/pm: fix the fan speed in fan1_input in manual mode for navi1xAlex Deucher1-8/+3
2020-10-27drm/amd/pm: fix the wrong fan speed in fan1_inputKenneth Feng1-8/+3
2020-10-27drm/amdgpu/swsmu: drop smu i2c bus on navi1xAlex Deucher1-25/+0
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-16/+34
2020-10-22drm/amd/pm: remove the average clock value in sysfsKenneth Feng1-4/+8
2020-10-22drm/amd/pm: fix pp_dpm_fclkKenneth Feng1-0/+3
2020-10-22drm/amd/pm: fix pcie information for sienna cichlidLikun Gao1-2/+2
2020-10-22drm/amd/swsmu: correct wrong feature bit mappingKevin Wang1-10/+17
2020-10-22drm/amd/swsmu: add missing feature map for sienna_cichlidKevin Wang2-0/+4
2020-10-20Merge tag 'drm-next-2020-10-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-5/+4
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds203-0/+127533
2020-10-14drm/amd/pm: increase mclk switch threshold to 200 usEvan Quan1-1/+1
2020-10-14drm/amdgpu/swsmu: init the baco mutex in early_initAlex Deucher1-4/+3
2020-10-09drm/amd/pm: setup APU dpm clock table in SMU HW initializationEvan Quan1-11/+11
2020-10-09drm/amdgpu/swsmu: fix ARC build errorsAlex Deucher2-4/+24
2020-10-01drm/amdgpu/swsmu: add interrupt work handler for smu11 partsAlex Deucher5-2/+13
2020-10-01drm/amdgpu/swsmu: add interrupt work functionAlex Deucher2-0/+17
2020-09-29drm/amdgpu/swsmu/smu12: fix force clock handling for mclkAlex Deucher1-3/+5
2020-09-29drm/amd/powerplay: add one sysfs file to support the feature to modify gfx cl...Xiaojian Du6-2/+117
2020-09-26drm/amd/pm: fix screen flicker seen on Navi14 with 2*4K monitorsEvan Quan1-31/+12
2020-09-25drm/amdgpu: Remove some useless codeEmily.Deng1-7/+0
2020-09-25drm/amd: Skip not used microcode loading in SRIOVJingwen Chen2-9/+14
2020-09-25drm/amd/pm: Skip use smc fw data in SRIOVJingwen Chen1-29/+32
2020-09-23drm/amd/pm: update driver if file for sienna cichlidLikun Gao2-3/+3
2020-09-23drm/amd/pm: drop redundant watermarks bitmap settingEvan Quan1-5/+0
2020-09-23drm/amd/pm: decouple the watermark table setting from socclk/uclk dpmsEvan Quan1-8/+7
2020-09-23drm/amd/pm: correct the pmfw version check for Navi14Evan Quan1-3/+4
2020-09-23drm/amd/pm: Removed fixed clock in auto mode DPMSudheesh Mavila1-4/+6
2020-09-23drm/amd/powerplay: optimize the mclk dpm policy settingsEvan Quan1-3/+13
2020-09-23drm/amd/pm: simplify the return expression of smu_hw_finiLiu Shixin1-6/+1
2020-09-18drm/amd/pm: Skip smu_post_init in SRIOVJingwen Chen1-0/+3
2020-09-18drm/amd/pm: apply dummy reads workaround for CDR enabled onlyEvan Quan1-3/+5
2020-09-18drm/amdgpu/powerplay: hwmgr - modify the return valueXiaoliang Pang2-2/+2
2020-09-18drm/amd/pm: correct Renoir UMD Stable Pstate settingsEvan Quan2-1/+52
2020-09-18drm/amd/pm: lower Raven UMD Stable Pstate VCN valuesEvan Quan2-2/+3
2020-09-18drm/amd/pm: move NAVI1X power mode switching workaround to post_initEvan Quan2-15/+19
2020-09-18drm/amd/pm: apply no power source workaround if dc reported by gpioEvan Quan1-10/+12
2020-09-18drm/amd/pm: process pending AC/DC switch interruptEvan Quan1-10/+30
2020-09-18drm/amd/pm: add Raven2 watermark WmType settingEvan Quan2-1/+13
2020-09-18drm/amd/pm: add Renoir watermark WmType settingEvan Quan1-0/+4
2020-09-18drm/amd/pm: drop unnecessary wrappers around watermark settingEvan Quan5-111/+76
2020-09-18drm/amd/pm: minor cleanupsEvan Quan1-17/+5
2020-09-18drm/amd/pm: drop unnecessary table existence and dpm enablement checkEvan Quan4-32/+5
2020-09-18drm/amd/pm: drop unnecessary smu_baco->mutex lock protections(V2)Evan Quan4-12/+1
2020-09-18drm/amd/pm: drop unnecessary feature->mutex lock protections(V2)Evan Quan2-6/+0
2020-09-18drm/amd/pm: make namings and comments more readableEvan Quan1-4/+4
2020-09-18drm/amd/pm: correct the requirement for umc cdr workaroundEvan Quan1-10/+9
2020-09-18drm/amd/pm: apply the CDR workarounds only with some specific UMC firmwares(V2)Evan Quan3-9/+49
2020-09-18drm/amd/pm: implement a new umc cdr workaroundEvan Quan4-1/+234
2020-09-18drm/amd/pm: allocate a new buffer for pstate dummy readingEvan Quan2-0/+46