diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_dp_helper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index fe061489f91f..9e1042073f67 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h | |||
| @@ -322,4 +322,9 @@ struct i2c_algo_dp_aux_data { | |||
| 322 | int | 322 | int |
| 323 | i2c_dp_aux_add_bus(struct i2c_adapter *adapter); | 323 | i2c_dp_aux_add_bus(struct i2c_adapter *adapter); |
| 324 | 324 | ||
| 325 | |||
| 326 | #define DP_LINK_STATUS_SIZE 6 | ||
| 327 | bool drm_dp_channel_eq_ok(u8 link_status[DP_LINK_STATUS_SIZE], | ||
| 328 | int lane_count); | ||
| 329 | |||
| 325 | #endif /* _DRM_DP_HELPER_H_ */ | 330 | #endif /* _DRM_DP_HELPER_H_ */ |
