]> git.baikalelectronics.ru Git - kernel.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)
commit319b71c0d3ac248e6716fd7045e38502e9fc8ec6
treeccfab4cbd243f96d4ba28642bcbe8e28b11c0866
parentf2d96e86523d7186e6c926474552acf0454efebe
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