Loading drivers/video/msm/mdss/mdss_hdmi_hdcp.c +2 −2 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ static int hdmi_hdcp_authentication_part1(struct hdmi_hdcp_ctrl *hdcp_ctrl) error: if (rc) { DEV_ERR("%s: %s: Authentication Part I failed\n", __func__, HDCP_STATE_NAME); hdcp_ctrl ? HDCP_STATE_NAME : "???"); } else { /* Enable HDCP Encryption */ DSS_REG_W(io, HDMI_HDCP_CTRL, BIT(0) | BIT(8)); Loading Loading @@ -1041,7 +1041,7 @@ static int hdmi_hdcp_authentication_part2(struct hdmi_hdcp_ctrl *hdcp_ctrl) error: if (rc) DEV_ERR("%s: %s: Authentication Part II failed\n", __func__, HDCP_STATE_NAME); hdcp_ctrl ? HDCP_STATE_NAME : "???"); else DEV_INFO("%s: %s: Authentication Part II successful\n", __func__, HDCP_STATE_NAME); Loading drivers/video/msm/mdss/mdss_hdmi_tx.c +7 −4 Original line number Diff line number Diff line Loading @@ -1404,6 +1404,11 @@ static int hdmi_tx_set_video_fmt(struct hdmi_tx_ctrl *hdmi_ctrl, timing = hdmi_get_supported_mode(hdmi_ctrl->video_resolution); if (!timing) { DEV_ERR("%s: invalid input\n", __func__); return -EINVAL; } /* todo: find a better way */ hdmi_ctrl->pdata.power_data[HDMI_TX_CORE_PM].clk_config[0].rate = timing->pixel_freq * 1000; Loading Loading @@ -3508,8 +3513,7 @@ static int hdmi_tx_get_dt_clk_data(struct device *dev, if (!dev || !mp) { DEV_ERR("%s: invalid input\n", __func__); rc = -EINVAL; goto error; return -EINVAL; } DEV_DBG("%s: module: '%s'\n", __func__, hdmi_tx_pm_name(module_type)); Loading Loading @@ -3615,8 +3619,7 @@ static int hdmi_tx_get_dt_vreg_data(struct device *dev, if (!dev || !mp) { DEV_ERR("%s: invalid input\n", __func__); rc = -EINVAL; goto error; return -EINVAL; } switch (module_type) { Loading Loading
drivers/video/msm/mdss/mdss_hdmi_hdcp.c +2 −2 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ static int hdmi_hdcp_authentication_part1(struct hdmi_hdcp_ctrl *hdcp_ctrl) error: if (rc) { DEV_ERR("%s: %s: Authentication Part I failed\n", __func__, HDCP_STATE_NAME); hdcp_ctrl ? HDCP_STATE_NAME : "???"); } else { /* Enable HDCP Encryption */ DSS_REG_W(io, HDMI_HDCP_CTRL, BIT(0) | BIT(8)); Loading Loading @@ -1041,7 +1041,7 @@ static int hdmi_hdcp_authentication_part2(struct hdmi_hdcp_ctrl *hdcp_ctrl) error: if (rc) DEV_ERR("%s: %s: Authentication Part II failed\n", __func__, HDCP_STATE_NAME); hdcp_ctrl ? HDCP_STATE_NAME : "???"); else DEV_INFO("%s: %s: Authentication Part II successful\n", __func__, HDCP_STATE_NAME); Loading
drivers/video/msm/mdss/mdss_hdmi_tx.c +7 −4 Original line number Diff line number Diff line Loading @@ -1404,6 +1404,11 @@ static int hdmi_tx_set_video_fmt(struct hdmi_tx_ctrl *hdmi_ctrl, timing = hdmi_get_supported_mode(hdmi_ctrl->video_resolution); if (!timing) { DEV_ERR("%s: invalid input\n", __func__); return -EINVAL; } /* todo: find a better way */ hdmi_ctrl->pdata.power_data[HDMI_TX_CORE_PM].clk_config[0].rate = timing->pixel_freq * 1000; Loading Loading @@ -3508,8 +3513,7 @@ static int hdmi_tx_get_dt_clk_data(struct device *dev, if (!dev || !mp) { DEV_ERR("%s: invalid input\n", __func__); rc = -EINVAL; goto error; return -EINVAL; } DEV_DBG("%s: module: '%s'\n", __func__, hdmi_tx_pm_name(module_type)); Loading Loading @@ -3615,8 +3619,7 @@ static int hdmi_tx_get_dt_vreg_data(struct device *dev, if (!dev || !mp) { DEV_ERR("%s: invalid input\n", __func__); rc = -EINVAL; goto error; return -EINVAL; } switch (module_type) { Loading