Skip to content

Commit b910a02

Browse files
robertfossrobclark
authored andcommitted
drm/msm/dpu: Fix sm8250_mdp register length
The downstream dts lists this value as 0x494, and not 0x45c. Fixes: af776a3 ("drm/msm/dpu: add SM8250 to hw catalog") Signed-off-by: Robert Foss <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Clark <[email protected]>
1 parent ff11764 commit b910a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ static const struct dpu_mdp_cfg sc7180_mdp[] = {
296296
static const struct dpu_mdp_cfg sm8250_mdp[] = {
297297
{
298298
.name = "top_0", .id = MDP_TOP,
299-
.base = 0x0, .len = 0x45C,
299+
.base = 0x0, .len = 0x494,
300300
.features = 0,
301301
.highest_bank_bit = 0x3, /* TODO: 2 for LP_DDR4 */
302302
.clk_ctrls[DPU_CLK_CTRL_VIG0] = {

0 commit comments

Comments
 (0)