commit | 29d1dc62e1618192a25bd2eae9617529b9930cfc | [log] [tgz] |
---|---|---|
author | Vincent Abriou <vincent.abriou@st.com> | Mon Aug 03 14:22:16 2015 +0200 |
committer | Benjamin Gaignard <benjamin.gaignard@linaro.org> | Mon Aug 03 14:26:05 2015 +0200 |
tree | 67e0151ceaad7b164d1f2b7accc7d6f21f377299 | |
parent | 9e1f05b28009ca7de50fb92c227c8046f686e2c5 [diff] |
drm/sti: atomic crtc/plane update Better fit STI hardware structure. Planes are no more responsible of updating mixer information such as z-order and status. It is now up to the CRTC atomic flush to do it. Plane actions (enable or disable) are performed atomically. Disabling of a plane is synchronize with the vsync event. Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>