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

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

Merge "mdss: mdp: configure secure flag for writeback block"

parents 2c54f4ad 539476d6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -198,6 +198,8 @@ int mdss_mdp_wfd_setup(struct mdss_mdp_wfd *wfd,
	ctl->height = layer->buffer.height;
	ctl->height = layer->buffer.height;
	ctl->roi =  (struct mdss_rect) {0, 0, ctl->width, ctl->height};
	ctl->roi =  (struct mdss_rect) {0, 0, ctl->width, ctl->height};


	ctl->is_secure = (layer->flags & MDP_LAYER_SECURE_SESSION);

	mixer->width = layer->buffer.width;
	mixer->width = layer->buffer.width;
	mixer->height = layer->buffer.height;
	mixer->height = layer->buffer.height;
	mixer->roi = (struct mdss_rect) {0, 0, mixer->width, mixer->height};
	mixer->roi = (struct mdss_rect) {0, 0, mixer->width, mixer->height};