X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fdrm%2Fdrm_dp_helper.h;h=7e25030a6aa296e0eae8968e784abf963b7b5aa3;hb=d816f07736254d9e4745cff4d427404300c242ef;hp=11f8c84f98ce51b1ca903d6ab02f4a65d50ff3b6;hpb=22943a6a6ba3bbbf5cc11cec409e779374e88107;p=firefly-linux-kernel-4.4.55.git diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index 11f8c84f98ce..7e25030a6aa2 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h @@ -586,6 +586,7 @@ struct drm_dp_link { int drm_dp_link_probe(struct drm_dp_aux *aux, struct drm_dp_link *link); int drm_dp_link_power_up(struct drm_dp_aux *aux, struct drm_dp_link *link); +int drm_dp_link_power_down(struct drm_dp_aux *aux, struct drm_dp_link *link); int drm_dp_link_configure(struct drm_dp_aux *aux, struct drm_dp_link *link); int drm_dp_aux_register(struct drm_dp_aux *aux);