Skip to content

Commit

Permalink
hdmitx: Add support for 3 planar YUV444 10bpc
Browse files Browse the repository at this point in the history
This patch adds support for 3 planar YUV444 10bpc

Signed-off-by: Venkateshwar Rao Gannavarapu <venkateshwar.rao.gannavarapu@xilinx.com>
Reviewed-by: Vishal Sagar <vishal.sagar@xilinx.com>
  • Loading branch information
Venkateshwar Rao Gannavarapu committed Mar 4, 2022
1 parent 1aeb081 commit 07dba3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hdmi/xilinx_drm_hdmi.c
Expand Up @@ -1238,6 +1238,7 @@ static XVidC_ColorFormat hdmitx_find_media_bus(struct xlnx_drm_hdmi *xhdmi,
return XVIDC_CSF_YCRCB_444;
case DRM_FORMAT_XVUY2101010:
case DRM_FORMAT_Y10:
case DRM_FORMAT_X403:
xhdmi->xvidc_colordepth = XVIDC_BPC_10;
return XVIDC_CSF_YCRCB_444;

Expand Down

0 comments on commit 07dba3e

Please sign in to comment.