summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorFilesLines
2022-11-10drm/amdgpu: disable BACO on special BEIGE_GOBY cardGuchun Chen1-1/+3
2022-11-10Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 prop...Asher Song1-13/+12
2022-11-10drm/amd/pm: update SMU IP v13.0.4 msg interface headerTim Huang1-8/+7
2022-10-24drm/amd/pm: allow gfxoff on gc_11_0_3Kenneth Feng1-0/+1
2022-10-21drm/amd/pm: update driver-if header for smu_v13_0_10Kenneth Feng3-35/+84
2022-10-19drm/amd/pm: enable thermal alert on smu_v13_0_10Kenneth Feng1-6/+4
2022-10-19drm/amd/pm: add SMU IP v13.0.4 IF version define to V7Tim Huang1-1/+1
2022-10-19drm/amd/pm: update SMU IP v13.0.4 driver interface versionTim Huang1-2/+15
2022-10-19drm/amd/pm: Init pm_attr_list when dpm is disabledZhenGuo Yin1-2/+2
2022-10-19drm/amd/pm: disable cstate feature for gpu reset scenarioEvan Quan2-0/+17
2022-10-19drm/amd/pm: fulfill SMU13.0.7 cstate control interfaceEvan Quan1-0/+12
2022-10-19drm/amd/pm: fulfill SMU13.0.0 cstate control interfaceEvan Quan1-0/+11
2022-10-19drm/amd/pm: skip loading pptable from driver on secure board for smu_v13_0_10Kenneth Feng1-1/+2
2022-10-19drm/amd/pm: remove the pptable id override on smu_v13_0_10Kenneth Feng1-3/+0
2022-10-19drm/amd/pm: temporarily disable thermal alert on smu_v13_0_10Kenneth Feng1-4/+6
2022-10-19drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"Asher Song1-12/+13
2022-10-11drm/amd/pm: smu7_hwmgr: fix potential off-by-one overflow in 'performance_lev...Alexey Kodanev1-1/+1
2022-10-11drm/amd/pm: vega10_hwmgr: fix potential off-by-one overflow in 'performance_l...Alexey Kodanev1-1/+1
2022-10-06drivers/amd/pm: check the return value of amdgpu_bo_kmapLi Zhong1-1/+4
2022-10-04Merge tag 'amd-drm-next-6.1-2022-09-30' of https://gitlab.freedesktop.org/agd...Dave Airlie2-63/+31
2022-09-29drm/amd/pm: use adverse selection for dpm features unsupported by driverEvan Quan1-61/+24
2022-09-29drm/amd/pm: enable gfxoff feature for SMU 13.0.0Evan Quan1-3/+5
2022-09-29drivers/amd/pm: check the return value of amdgpu_bo_kmapLi Zhong1-1/+4
2022-09-28Merge tag 'amd-drm-next-6.1-2022-09-23' of https://gitlab.freedesktop.org/agd...Dave Airlie6-116/+20
2022-09-28Merge tag 'drm-misc-next-2022-09-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+0
2022-09-20drm/amd/pm: Remove unneeded result variableye xingchen1-3/+1
2022-09-20drm/amd/pm: Remove the unneeded result variableye xingchen1-4/+1
2022-09-20drm/amd/pm: drop the pptable related workarounds for SMU 13.0.0Evan Quan2-94/+6
2022-09-20drm/amd/pm: add support for 3794 pptable for SMU13.0.0Evan Quan1-0/+1
2022-09-20drm/amdgpu: getting fan speed pwm for vega10 properlyYury Zhuravlev1-13/+12
2022-09-19drm/amd/pm: Remove redundant check conditionYiPeng Chai1-3/+0
2022-09-14drm/amd/pm:add new gpu_metrics_v2_3 to acquire average temperature infoLi Ma2-12/+151
2022-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard19-78/+461
2022-09-13drm/amd/pm: remove unused declarations in hardwaremanager.hGaosheng Cui1-2/+0
2022-09-13drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cardsGuchun Chen1-0/+11
2022-09-08drm/amd/pm: add missing SetMGpuFanBoostLimitRpm mapping for SMU 13.0.7Evan Quan1-0/+1
2022-09-01drm/amd: Skip smu_v13 register irq on SRIOV VFYifan Zha1-0/+9
2022-08-30drm/amdgpu: added supported smu 13.0.10 sw pptableJohn Clements1-0/+2
2022-08-30drm/amd/pm: add smu_v13_0_10 driver if versionYang Wang2-0/+4
2022-08-30drm/amd/pm: add smu_v13_0_10 supportYang Wang2-0/+2
2022-08-30drm/amd/pm: bump SMU 13.0.0 driver_if header versionEvan Quan2-2/+2
2022-08-30drm/amd/pm: use vbios carried pptable for all SMU13.0.7 SKUsEvan Quan1-13/+22
2022-08-30drm/amd/pm: use vbios carried pptable for those supported SKUsEvan Quan3-24/+77
2022-08-25drm/amd/pm: update SMU 13.0.0 driver_if headerEvan Quan2-14/+19
2022-08-17drm/amd/pm: Implement GFXOFF's entry count and residency for vangoghAndré Almeida3-2/+84
2022-08-17drm/amd: Add detailed GFXOFF stats to debugfsAndré Almeida5-0/+106
2022-08-17drm/amdgpu: add mode2 reset for sienna_cichlidVictor Zhao3-3/+58
2022-08-17drm/amd/pm: Enable GFXOFF feature for SMU IP v13.0.4Tim Huang1-2/+2
2022-08-17drm/amd/pm: update the smu driver interface version for SMU IP v13.0.4Tim Huang1-1/+1
2022-08-17drm/amd/pm: add mode1 support on smu_v13_0_7Kenneth Feng1-0/+12