summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-02-19 14:35:34 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-06-26 16:11:50 -0400
commit9219ed65d34ab016c7263758886781e7b5c33eab (patch)
treeb1d3f7e662ce61e836d8a02999223a193bfc6720 /drivers/gpu/drm/radeon/radeon_mode.h
parent360b1f5e6241932dcfe767389d262d155a04b0b0 (diff)
downloadop-kernel-dev-9219ed65d34ab016c7263758886781e7b5c33eab.zip
op-kernel-dev-9219ed65d34ab016c7263758886781e7b5c33eab.tar.gz
drm/radeon: update radeon_atom_get_clock_dividers for CIK
CIK uses a slightly different variant of the table structs and params. 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h
index 4ed0a4c..576511f 100644
--- a/drivers/gpu/drm/radeon/radeon_mode.h
+++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -514,6 +514,9 @@ struct atom_clock_dividers {
bool enable_dithen;
u32 vco_mode;
u32 real_clock;
+ /* added for CI */
+ u32 post_divider;
+ u32 flags;
};
extern enum radeon_tv_std
OpenPOWER on IntegriCloud