diff options
Diffstat (limited to 'include/drm/drm_dp_helper.h')
| -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 9d03f167007b..4d85cf2874af 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h | |||
| @@ -622,6 +622,7 @@ u8 drm_dp_get_adjust_request_pre_emphasis(const u8 link_status[DP_LINK_STATUS_SI | |||
| 622 | #define DP_BRANCH_OUI_HEADER_SIZE 0xc | 622 | #define DP_BRANCH_OUI_HEADER_SIZE 0xc |
| 623 | #define DP_RECEIVER_CAP_SIZE 0xf | 623 | #define DP_RECEIVER_CAP_SIZE 0xf |
| 624 | #define EDP_PSR_RECEIVER_CAP_SIZE 2 | 624 | #define EDP_PSR_RECEIVER_CAP_SIZE 2 |
| 625 | #define EDP_DISPLAY_CTL_CAP_SIZE 3 | ||
| 625 | 626 | ||
| 626 | void drm_dp_link_train_clock_recovery_delay(const u8 dpcd[DP_RECEIVER_CAP_SIZE]); | 627 | void drm_dp_link_train_clock_recovery_delay(const u8 dpcd[DP_RECEIVER_CAP_SIZE]); |
| 627 | void drm_dp_link_train_channel_eq_delay(const u8 dpcd[DP_RECEIVER_CAP_SIZE]); | 628 | void drm_dp_link_train_channel_eq_delay(const u8 dpcd[DP_RECEIVER_CAP_SIZE]); |
| @@ -804,6 +805,7 @@ int drm_dp_link_power_up(struct drm_dp_aux *aux, struct drm_dp_link *link); | |||
| 804 | int drm_dp_link_power_down(struct drm_dp_aux *aux, struct drm_dp_link *link); | 805 | int drm_dp_link_power_down(struct drm_dp_aux *aux, struct drm_dp_link *link); |
| 805 | int drm_dp_link_configure(struct drm_dp_aux *aux, struct drm_dp_link *link); | 806 | int drm_dp_link_configure(struct drm_dp_aux *aux, struct drm_dp_link *link); |
| 806 | 807 | ||
| 808 | void drm_dp_aux_init(struct drm_dp_aux *aux); | ||
| 807 | int drm_dp_aux_register(struct drm_dp_aux *aux); | 809 | int drm_dp_aux_register(struct drm_dp_aux *aux); |
| 808 | void drm_dp_aux_unregister(struct drm_dp_aux *aux); | 810 | void drm_dp_aux_unregister(struct drm_dp_aux *aux); |
| 809 | 811 | ||
