Loading drivers/gpu/drm/msm/msm_gem_submit.c +1 −1 Original line number Diff line number Diff line Loading @@ -401,7 +401,7 @@ int msm_ioctl_gem_submit(struct drm_device *dev, void *data, struct msm_drm_private *priv = dev->dev_private; struct drm_msm_gem_submit *args = data; struct msm_file_private *ctx = file->driver_priv; struct msm_gem_submit *submit; struct msm_gem_submit *submit = NULL; struct msm_gpu *gpu = priv->gpu; struct dma_fence *in_fence = NULL; struct sync_file *sync_file = NULL; Loading drivers/gpu/drm/msm/sde_hdcp_1x.c +7 −3 Original line number Diff line number Diff line Loading @@ -269,12 +269,16 @@ static int sde_hdcp_1x_load_keys(void *input) dp_link = hdcp->init_data.dp_link; reg_set = &hdcp->reg_set; if (IS_ENABLED(CONFIG_HDCP_QSEECOM) && hdcp1_set_keys(&aksv_msb, &aksv_lsb)) { if (!IS_ENABLED(CONFIG_HDCP_QSEECOM)) { rc = -EINVAL; goto end; } else { if (hdcp1_set_keys(&aksv_msb, &aksv_lsb)) { pr_err("setting hdcp SW keys failed\n"); rc = -EINVAL; goto end; } } pr_debug("%s: AKSV=%02x%08x\n", SDE_HDCP_STATE_NAME, aksv_msb, aksv_lsb); Loading Loading
drivers/gpu/drm/msm/msm_gem_submit.c +1 −1 Original line number Diff line number Diff line Loading @@ -401,7 +401,7 @@ int msm_ioctl_gem_submit(struct drm_device *dev, void *data, struct msm_drm_private *priv = dev->dev_private; struct drm_msm_gem_submit *args = data; struct msm_file_private *ctx = file->driver_priv; struct msm_gem_submit *submit; struct msm_gem_submit *submit = NULL; struct msm_gpu *gpu = priv->gpu; struct dma_fence *in_fence = NULL; struct sync_file *sync_file = NULL; Loading
drivers/gpu/drm/msm/sde_hdcp_1x.c +7 −3 Original line number Diff line number Diff line Loading @@ -269,12 +269,16 @@ static int sde_hdcp_1x_load_keys(void *input) dp_link = hdcp->init_data.dp_link; reg_set = &hdcp->reg_set; if (IS_ENABLED(CONFIG_HDCP_QSEECOM) && hdcp1_set_keys(&aksv_msb, &aksv_lsb)) { if (!IS_ENABLED(CONFIG_HDCP_QSEECOM)) { rc = -EINVAL; goto end; } else { if (hdcp1_set_keys(&aksv_msb, &aksv_lsb)) { pr_err("setting hdcp SW keys failed\n"); rc = -EINVAL; goto end; } } pr_debug("%s: AKSV=%02x%08x\n", SDE_HDCP_STATE_NAME, aksv_msb, aksv_lsb); Loading