X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fdrm%2Fbridge%2Fanalogix_dp.h;h=9cd8838e1ec36254fe0e53459ba0b9321d2ec801;hb=0ea67fae9e80bfd69713b51ba3fa53879be5383b;hp=261b86d20e7718f13c95290c63e277b5fafca96d;hpb=0cf09031540cc6d8a6b41fcb1a32a704d5e55af7;p=cascardo%2Flinux.git diff --git a/include/drm/bridge/analogix_dp.h b/include/drm/bridge/analogix_dp.h index 261b86d20e77..f6f0c062205c 100644 --- a/include/drm/bridge/analogix_dp.h +++ b/include/drm/bridge/analogix_dp.h @@ -38,6 +38,10 @@ struct analogix_dp_plat_data { struct drm_connector *); }; +int analogix_dp_psr_supported(struct device *dev); +int analogix_dp_enable_psr(struct device *dev); +int analogix_dp_disable_psr(struct device *dev); + int analogix_dp_resume(struct device *dev); int analogix_dp_suspend(struct device *dev);