]> 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)
commitd7bf06e1b6710df6edd264227388ca0a15a67bf7
treeccfab4cbd243f96d4ba28642bcbe8e28b11c0866
parent10b1c5cb8d9f7526322c1169a1358ee77b773746
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