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