summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-07-08 11:26:42 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-07-08 17:40:09 -0400
commit66edc1c95d75d66b11f1d2e2332c0c27b3f89a77 (patch)
tree920848d72cf0423a0d72eac7a84528d090fbbcdd /drivers/gpu/drm/radeon/radeon_mode.h
parent7e1f3c0419b0be9f20e08848ab23221a6dc3d77e (diff)
downloadlinux-66edc1c95d75d66b11f1d2e2332c0c27b3f89a77.tar.bz2
drm/radeon/dpm: add helper to calculate vblank time
Required for checking vblank time for mclk changes. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mode.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon_mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h
index b568cb19a7fa..8296632a4235 100644
--- a/drivers/gpu/drm/radeon/radeon_mode.h
+++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -335,6 +335,7 @@ struct radeon_crtc {
u32 line_time;
u32 wm_low;
u32 wm_high;
+ struct drm_display_mode hw_mode;
};
struct radeon_encoder_primary_dac {