Skip to content

Commit d4bbcad

Browse files
fritzkrobclark
authored andcommitted
drm/msm/dpu: Allow UBWC on NV12
NV12 is a valid format for UBWC Signed-off-by: Fritz Koenig <[email protected]> Signed-off-by: Rob Clark <[email protected]>
1 parent b55f91a commit d4bbcad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog_format.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ static const uint32_t qcom_compressed_supported_formats[] = {
1010
DRM_FORMAT_XBGR8888,
1111
DRM_FORMAT_XRGB8888,
1212
DRM_FORMAT_BGR565,
13+
14+
DRM_FORMAT_NV12,
1315
};
1416

1517
static const uint32_t plane_formats[] = {

0 commit comments

Comments
 (0)