Commits
Jyri Sarha committed bdc473838f1
drm: Add optional COLOR_ENCODING and COLOR_RANGE properties to drm_plane Add a standard optional properties to support different non RGB color encodings in DRM planes. COLOR_ENCODING select the supported non RGB color encoding, for instance ITU-R BT.709 YCbCr. COLOR_RANGE selects the value ranges within the selected color encoding. The properties are stored to drm_plane object to allow different set of supported encoding for different planes on the device. Signed-off-by: Jyri Sarha <jsarha@ti.com>