disp: uapi: drm: Add fsc format modifier

This change adds a format modifier to differentiate Field
Sequential Color (FSC) format from existing formats.

Change-Id: Ia5f0af28bc91448aadb8b626044b642308eea679
Signed-off-by: santosh <santoshkumar@codeaurora.org>
This commit is contained in:
santosh 2020-09-17 11:54:33 -07:00 committed by Gerrit - the friendly Code Review server
parent 9cdeb30ad5
commit 704dd9a2c0

View File

@ -489,4 +489,12 @@ struct sde_drm_roi_v1 {
#define SDE_RECOVERY_CAPTURE 1
#define SDE_RECOVERY_HARD_RESET 2
/* display format modifiers */
/*
* QTI planar fsc Tile Format
*
* Refers to a tile variant of the planar format.
* Implementation may be platform and base-format specific.
*/
#define DRM_FORMAT_MOD_QCOM_FSC_TILE fourcc_mod_code(QCOM, 0x10)
#endif /* _SDE_DRM_H_ */