commit | ae2178503d4237047db4afb5888aa7c8e8b820fb | [log] [tgz] |
---|---|---|
author | Fabien Dessenne <fabien.dessenne@st.com> | Tue Sep 06 09:42:13 2016 +0200 |
committer | Vincent Abriou <vincent.abriou@st.com> | Tue Sep 20 11:32:06 2016 +0200 |
tree | ccfab4cbd243f96d4ba28642bcbe8e28b11c0866 | |
parent | 5552aad35d439ad96ae55f0e3db25b6268170259 [diff] |
drm/sti: use different notifier_block for each pipe Each pipe shall have its own notifier block to manage the vblank event. This fixes issues where a client registered on given pipe is later abusively notified of events on the other pipe. Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Acked-by: Vincent Abriou <vincent.abriou@st.com>