diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-02-19 14:35:34 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-26 16:11:50 -0400 |
commit | 9219ed65d34ab016c7263758886781e7b5c33eab (patch) | |
tree | b1d3f7e662ce61e836d8a02999223a193bfc6720 /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | 360b1f5e6241932dcfe767389d262d155a04b0b0 (diff) | |
download | blackbird-op-linux-9219ed65d34ab016c7263758886781e7b5c33eab.tar.gz blackbird-op-linux-9219ed65d34ab016c7263758886781e7b5c33eab.zip |
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.h | 3 |
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 4ed0a4c5f1fe..576511f46c9d 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 |