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

Commit 59e73bcb authored by Zhongbo Shi's avatar Zhongbo Shi Committed by Praneeth Paladugu
Browse files

msm: vidc: add P010 color format in govenors



P010 is the linear color format for 10-bit. When clients want
to use this, driver needs to take care of this format in BW
voting. Hence add 10-bit linear P010 in governors.

CRs-Fixed: 2142654
Change-Id: I9266f60b41eebabce99426c04a0cdc2056cf0cd9
Signed-off-by: default avatarZhongbo Shi <zhongbos@codeaurora.org>
Signed-off-by: default avatarPraneeth Paladugu <ppaladug@codeaurora.org>
parent ab2cc234
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -312,6 +312,7 @@ static int __bpp(enum hal_uncompressed_format f)
	case HAL_COLOR_FORMAT_NV12_UBWC:
		return 8;
	case HAL_COLOR_FORMAT_NV12_TP10_UBWC:
	case HAL_COLOR_FORMAT_P010:
		return 10;
	default:
		dprintk(VIDC_ERR,