aboutsummaryrefslogtreecommitdiffstats
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)
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 {
335 u32 line_time; 335 u32 line_time;
336 u32 wm_low; 336 u32 wm_low;
337 u32 wm_high; 337 u32 wm_high;
338 struct drm_display_mode hw_mode;
338}; 339};
339 340
340struct radeon_encoder_primary_dac { 341struct radeon_encoder_primary_dac {