]> git.karo-electronics.de Git - linux-beck.git/commit
drm/sti: use different notifier_block for each pipe
authorFabien Dessenne <fabien.dessenne@st.com>
Tue, 6 Sep 2016 07:42:13 +0000 (09:42 +0200)
committerVincent Abriou <vincent.abriou@st.com>
Tue, 20 Sep 2016 09:32:06 +0000 (11:32 +0200)
commitae2178503d4237047db4afb5888aa7c8e8b820fb
treeccfab4cbd243f96d4ba28642bcbe8e28b11c0866
parent5552aad35d439ad96ae55f0e3db25b6268170259
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>
drivers/gpu/drm/sti/sti_compositor.c
drivers/gpu/drm/sti/sti_compositor.h
drivers/gpu/drm/sti/sti_crtc.c