Skip to content

Commit c0666d1

Browse files
lumagAbhinav Kumar
authored andcommitted
drm/msm/mdss: fix highest-bank-bit for msm8998
According to the vendor DT files, msm8998 has highest-bank-bit equal to 2. Update the data accordingly. Fixes: 6f410b2 ("drm/msm/mdss: populate missing data") Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Abhinav Kumar <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/555840/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abhinav Kumar <[email protected]>
1 parent 0c1a2e6 commit c0666d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/msm_mdss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ static int mdss_remove(struct platform_device *pdev)
511511
static const struct msm_mdss_data msm8998_data = {
512512
.ubwc_enc_version = UBWC_1_0,
513513
.ubwc_dec_version = UBWC_1_0,
514-
.highest_bank_bit = 1,
514+
.highest_bank_bit = 2,
515515
};
516516

517517
static const struct msm_mdss_data qcm2290_data = {

0 commit comments

Comments
 (0)