diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-18 04:15:25 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-22 16:34:37 -0400 |
commit | 01916270b840f7f37b7daab936add1747d6afbbf (patch) | |
tree | 4090ed2c800ee0970442260c67f02599942045ac /include/drm | |
parent | 1ffdff134eb2d943bde3e4901ac48a9656a7e7a5 (diff) |
drm: dp helper: extract drm_dp_clock_recovery_ok
radeon and intel use the exact same definition.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Dave Airlie <airlied@gmail.com>
v2: Kill 2 more helpers in intel_dp.c that I've missed.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_dp_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index 9e1042073f67..89e92c95cf86 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h | |||
@@ -326,5 +326,7 @@ i2c_dp_aux_add_bus(struct i2c_adapter *adapter); | |||
326 | #define DP_LINK_STATUS_SIZE 6 | 326 | #define DP_LINK_STATUS_SIZE 6 |
327 | bool drm_dp_channel_eq_ok(u8 link_status[DP_LINK_STATUS_SIZE], | 327 | bool drm_dp_channel_eq_ok(u8 link_status[DP_LINK_STATUS_SIZE], |
328 | int lane_count); | 328 | int lane_count); |
329 | bool drm_dp_clock_recovery_ok(u8 link_status[DP_LINK_STATUS_SIZE], | ||
330 | int lane_count); | ||
329 | 331 | ||
330 | #endif /* _DRM_DP_HELPER_H_ */ | 332 | #endif /* _DRM_DP_HELPER_H_ */ |