drm/radeon/dpm: add vce clocks to radeon_ps
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 15 May 2013 19:53:57 +0000 (15:53 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Aug 2013 20:30:26 +0000 (16:30 -0400)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon.h

index 11e6977..b6bac49 100644 (file)
@@ -1206,6 +1206,9 @@ struct radeon_ps {
        /* UVD clocks */
        u32 vclk;
        u32 dclk;
+       /* VCE clocks */
+       u32 evclk;
+       u32 ecclk;
        /* asic priv */
        void *ps_priv;
 };