Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c2503ad authored by Christopher Braga's avatar Christopher Braga
Browse files

drm/msm/dsi: Update incorrect DSC V1.1 8bpp 8bpc min qp values



The DSC V1.1 8bpp 8bpc encoding min qp values were changed
incorrectly due to a typo on the DSC v1.1 SCR. Update min qp
values for this encoding type to correctly align with the PPS
guidance in the DSC V1.1 standard.

Change-Id: I22989d17f1f87bb308ccecd72aa07044f37e48a3
Signed-off-by: default avatarChristopher Braga <cbraga@codeaurora.org>
parent 53aaf612
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static u32 dsi_dsc_rc_buf_thresh[] = {0x0e, 0x1c, 0x2a, 0x38, 0x46, 0x54,
 * Rate control - Min QP values for each ratio type in dsi_dsc_ratio_type
 */
static char dsi_dsc_rc_range_min_qp_1_1[][15] = {
	{0, 0, 1, 1, 3, 3, 3, 3, 3, 3, 5, 5, 5, 7, 12},
	{0, 0, 1, 1, 3, 3, 3, 3, 3, 3, 5, 5, 5, 7, 13},
	{0, 4, 5, 5, 7, 7, 7, 7, 7, 7, 9, 9, 9, 11, 17},
	{0, 4, 9, 9, 11, 11, 11, 11, 11, 11, 13, 13, 13, 15, 21},
	};