Skip to content

Commit

Permalink
drm: xlnx: mixer: Adding more colors in supported list
Browse files Browse the repository at this point in the history
Adding more colors in mixer's sanity table of color list

Signed-off-by: Saurabh Sengar <saurabhs@xilinx.com>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Saurabh Sengar authored and Michal Simek committed Mar 1, 2018
1 parent 807fdad commit ac80a82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/gpu/drm/xlnx/xlnx_mixer.c
Expand Up @@ -114,6 +114,13 @@ static const u32 color_table[] = {
DRM_FORMAT_AYUV,
DRM_FORMAT_NV12,
DRM_FORMAT_NV16,
DRM_FORMAT_Y8,
DRM_FORMAT_Y10,
DRM_FORMAT_XVUY2101010,
DRM_FORMAT_VUY888,
DRM_FORMAT_XVUY8888,
DRM_FORMAT_XV15,
DRM_FORMAT_XV20,
};

/*********************** Inline Functions/Macros *****************************/
Expand Down

0 comments on commit ac80a82

Please sign in to comment.