summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorSergey Zhuravlevich <zhurxx@gmail.com>2020-05-12 14:23:15 +0200
committerSandor Yu <Sandor.yu@nxp.com>2020-05-19 17:10:09 +0800
commit86d12ffac14930b3cc1734363126d07d9f8c62f5 (patch)
tree0c99d74508aeee1f3ad4e5ab5c2550c2fc07519b /include/drm
parentea6bcfd54c439993733e3e80995854ebd26db732 (diff)
MLK-24065-3: drm: bridge: cadence: use the lane mapping from dt when setting host capabilities
Signed-off-by: Sergey Zhuravlevich <zhurxx@gmail.com> Acked-by: Sandor Yu <sandor.yu@nxp.com> Tested-By: Sandor Yu <sandor.yu@nxp.com>
Diffstat (limited to 'include/drm')
-rwxr-xr-xinclude/drm/bridge/cdns-mhdp-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/bridge/cdns-mhdp-common.h b/include/drm/bridge/cdns-mhdp-common.h
index 381a5eb5da0b..f05780c2fa33 100755
--- a/include/drm/bridge/cdns-mhdp-common.h
+++ b/include/drm/bridge/cdns-mhdp-common.h
@@ -724,7 +724,7 @@ u32 cdns_mhdp_get_fw_clk(struct cdns_mhdp_device *mhdp);
int cdns_mhdp_load_firmware(struct cdns_mhdp_device *mhdp, const u32 *i_mem,
u32 i_size, const u32 *d_mem, u32 d_size);
int cdns_mhdp_set_firmware_active(struct cdns_mhdp_device *mhdp, bool enable);
-int cdns_mhdp_set_host_cap(struct cdns_mhdp_device *mhdp, bool flip);
+int cdns_mhdp_set_host_cap(struct cdns_mhdp_device *mhdp);
int cdns_mhdp_event_config(struct cdns_mhdp_device *mhdp);
u32 cdns_mhdp_get_event(struct cdns_mhdp_device *mhdp);
int cdns_mhdp_get_hpd_status(struct cdns_mhdp_device *mhdp);