diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2011-11-04 10:09:41 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-11-11 14:15:37 +0000 |
commit | a4c9e2eed17457b30e17235158657801ec686a14 (patch) | |
tree | aa1cfeb1691d1b7d7a96df84ddc741f38d8bd144 /drivers/gpu/drm/radeon/radeon.h | |
parent | 10b391b946c459a39b631aaf81880f94dcfbff46 (diff) | |
download | talos-obmc-linux-a4c9e2eed17457b30e17235158657801ec686a14.tar.gz talos-obmc-linux-a4c9e2eed17457b30e17235158657801ec686a14.zip |
drm/radeon/kms/pm: add a proper pm profile init function for fusion
The new power tables need to be handled differently when setting
up the profiles.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 85ef693850e7..41f7cd26515b 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -855,6 +855,9 @@ struct radeon_pm { struct device *int_hwmon_dev; }; +int radeon_pm_get_type_index(struct radeon_device *rdev, + enum radeon_pm_state_type ps_type, + int instance); /* * Benchmarking |