]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/dpm: fetch the max clk from voltage dep tables helper
authorAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Sep 2013 17:47:57 +0000 (13:47 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Sep 2013 14:29:51 +0000 (10:29 -0400)
commitf1b114440d172b5d6533f75827f4a12e60633915
tree84844a72d66c015dc687b9a45e2601f277d6424a
parent3fa88641b852564b3b5d44e47a5447314ff77c4b
drm/radeon/dpm: fetch the max clk from voltage dep tables helper

This patch adds a helper function to fetch the max clock
from the voltage clock dependecy tables.  Clocks above that
level tend to be unstable and will require additional driver
tweaks in order to work properly.

This patch implemented the helper function to fetch the max clocks
from the dependency tables.  The following patches implement the
per-asic clock filtering.

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

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