Re: [PATCH] drm/radeon/kms: for downclocking non-mobility check PERFORMANCE state

2010-02-22 Thread Alex Deucher
2010/2/21 Rafał Miłecki : > AtomBIOS tables on non-mobility GPU do not contain POWERSAVE/BATTERY. > Looks good. At some point we may want to tweak the selection algo a bit. It looks like the lowest power states tend to have the SINGLE_DISPLAY_ONLY flag set (which we'd have to enforce). Reviewed

[PATCH] drm/radeon/kms: for downclocking non-mobility check PERFORMANCE state

2010-02-21 Thread Rafał Miłecki
AtomBIOS tables on non-mobility GPU do not contain POWERSAVE/BATTERY. Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/radeon_pm.c | 22 -- 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/ra