drm/radeon/dpm/si: filter clocks based on voltage/clk dep tables
authorAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Sep 2013 18:08:28 +0000 (14:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Sep 2013 14:29:52 +0000 (10:29 -0400)
commit78fbdf0e9dcd84d54044fa1470880b689e34f9c6
treee05e0ff472d39c4a00825055a381d903428164ce
parent225b769d3ee96fd55ec19ea5ed3cb72bfff32ce5
drm/radeon/dpm/si: filter clocks based on voltage/clk dep tables

Filter out mclk and sclk levels higher than listed in the clk
voltage dependency tables.  Supporting these clocks will require
additional driver tweaking that isn't supported yet.

See bug:
https://bugs.freedesktop.org/show_bug.cgi?id=68235

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/si_dpm.c