projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafc519
)
drm/radeon: comment out some currently unused ni dpm code
author
Alex Deucher
<alexander.deucher@amd.com>
Wed, 14 Jan 2015 21:26:31 +0000
(16:26 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 22 Jan 2015 15:38:55 +0000
(10:38 -0500)
Keep it around for reference.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/ni_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/ni_dpm.c
b/drivers/gpu/drm/radeon/ni_dpm.c
index 6d2f16cf2c1cf2cfcc5dd4e4c1baec731d221426..7bc9f8d9804aa18db5bf63f6e93dc5557bcdce11 100644
(file)
--- a/
drivers/gpu/drm/radeon/ni_dpm.c
+++ b/
drivers/gpu/drm/radeon/ni_dpm.c
@@
-3862,11
+3862,13
@@
void ni_dpm_post_set_power_state(struct radeon_device *rdev)
ni_update_current_ps(rdev, new_ps);
}
+#if 0
void ni_dpm_reset_asic(struct radeon_device *rdev)
{
ni_restrict_performance_levels_before_switch(rdev);
rv770_set_boot_state(rdev);
}
+#endif
union power_info {
struct _ATOM_POWERPLAY_INFO info;