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

Commit 125aa701 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "uapi: msm: mdp: Add color space in mdp_input_layer"

parents 9154e7c9 0717dcb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1331,7 +1331,7 @@ enum {
	MDP_WRITEBACK_MIRROR_RESUME,
};

enum {
enum mdp_color_space {
	MDP_CSC_ITU_R_601,
	MDP_CSC_ITU_R_601_FR,
	MDP_CSC_ITU_R_709,
+3 −0
Original line number Diff line number Diff line
@@ -221,6 +221,9 @@ struct mdp_input_layer {
	/* blend operation defined in "mdss_mdp_blend_op" enum. */
	enum mdss_mdp_blend_op		blend_op;

	/* color space of the source */
	enum mdp_color_space	color_space;

	/*
	 * Source crop rectangle, portion of image that will be fetched. This
	 * should always be within boundaries of source image.