drm/radeon/kms: use tracked values for sclk and mclk
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 10 Aug 2010 16:33:20 +0000 (12:33 -0400)
committerDave Airlie <airlied@redhat.com>
Sun, 29 Aug 2010 23:51:20 +0000 (09:51 +1000)
Rather than calling get_memory_clock and get_engine_clock,
used the tracked values from the pm code.  Calling the tables
adds additional latency in the modesetting and pm paths.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found