Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 704dd9a2 authored by santosh's avatar santosh Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarsantosh <santoshkumar@codeaurora.org>
parent 9cdeb30a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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_ */