浏览代码

drm/bridge: cdns-mhdp: drop uses of cdns_mhdp_set_video_status

cdns_mhdp_set_video_status() is not needed with the current FW, and not
supported in future FW. So drop the calls.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tomi Valkeinen 6 年之前
父节点
当前提交
aa0cfc899a
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      drivers/gpu/drm/bridge/cdns-mhdp.c

+ 0 - 4
drivers/gpu/drm/bridge/cdns-mhdp.c

@@ -742,8 +742,6 @@ static void cdns_mhdp_disable(struct drm_bridge *bridge)
 
 	dev_dbg(mhdp->dev, "bridge disable\n");
 
-	cdns_mhdp_set_video_status(mhdp, 0);
-
 	cdns_mhdp_reg_read(mhdp, CDNS_DP_FRAMER_GLOBAL_CONFIG, &resp);
 	resp &= ~CDNS_DP_FRAMER_EN;
 	resp |= CDNS_DP_NO_VIDEO_MODE;
@@ -926,8 +924,6 @@ static int cdns_mhdp_sst_enable(struct drm_bridge *bridge)
 
 	cdns_mhdp_configure_video(bridge);
 
-	cdns_mhdp_set_video_status(mhdp, 1);
-
 	return 0;
 }