mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
drm/radeon: enable dpm by default on CI APUs
Dynamic power mangement works reliably now, so enable it by default. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4f22dde3c7
commit
e308b1d375
1 changed files with 2 additions and 2 deletions
|
@ -1230,8 +1230,6 @@ int radeon_pm_init(struct radeon_device *rdev)
|
||||||
case CHIP_RS780:
|
case CHIP_RS780:
|
||||||
case CHIP_RS880:
|
case CHIP_RS880:
|
||||||
case CHIP_CAYMAN:
|
case CHIP_CAYMAN:
|
||||||
case CHIP_KABINI:
|
|
||||||
case CHIP_KAVERI:
|
|
||||||
/* DPM requires the RLC, RV770+ dGPU requires SMC */
|
/* DPM requires the RLC, RV770+ dGPU requires SMC */
|
||||||
if (!rdev->rlc_fw)
|
if (!rdev->rlc_fw)
|
||||||
rdev->pm.pm_method = PM_METHOD_PROFILE;
|
rdev->pm.pm_method = PM_METHOD_PROFILE;
|
||||||
|
@ -1266,6 +1264,8 @@ int radeon_pm_init(struct radeon_device *rdev)
|
||||||
case CHIP_OLAND:
|
case CHIP_OLAND:
|
||||||
case CHIP_HAINAN:
|
case CHIP_HAINAN:
|
||||||
case CHIP_BONAIRE:
|
case CHIP_BONAIRE:
|
||||||
|
case CHIP_KABINI:
|
||||||
|
case CHIP_KAVERI:
|
||||||
case CHIP_HAWAII:
|
case CHIP_HAWAII:
|
||||||
/* DPM requires the RLC, RV770+ dGPU requires SMC */
|
/* DPM requires the RLC, RV770+ dGPU requires SMC */
|
||||||
if (!rdev->rlc_fw)
|
if (!rdev->rlc_fw)
|
||||||
|
|
Loading…
Add table
Reference in a new issue