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

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

Merge "msm: mdss: Add fps flag and update blit request version"

parents 20457b9f 01114437
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ struct mdp_csc {
 * to include
 */

#define MDP_BLIT_REQ_VERSION 2
#define MDP_BLIT_REQ_VERSION 3

struct color {
	uint32_t r;
@@ -329,6 +329,7 @@ struct mdp_blit_req {
	uint32_t flags;
	int sharpening_strength;  /* -127 <--> 127, default 64 */
	uint8_t color_space;
	uint32_t fps;
};

struct mdp_blit_req_list {