Skip to content

Commit

Permalink
drm/msm/dpu: Configure INTF_MASTER
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
andersson committed May 24, 2021
1 parent fec7168 commit ecf4eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ static void dpu_hw_ctl_intf_cfg_v1(struct dpu_hw_ctl *ctx,
if (cfg->merge_3d)
DPU_REG_WRITE(c, CTL_MERGE_3D_ACTIVE,
BIT(cfg->merge_3d - MERGE_3D_0));
DPU_REG_WRITE(c, CTL_INTF_MASTER, intf_active);
}

static void dpu_hw_ctl_intf_cfg(struct dpu_hw_ctl *ctx,
Expand Down

0 comments on commit ecf4eba

Please sign in to comment.