commit | 5552aad35d439ad96ae55f0e3db25b6268170259 | [log] [tgz] |
---|---|---|
author | Fabien Dessenne <fabien.dessenne@st.com> | Tue Sep 06 09:41:48 2016 +0200 |
committer | Vincent Abriou <vincent.abriou@st.com> | Tue Sep 20 11:32:05 2016 +0200 |
tree | bc234eed2644272e8de5a1efdc547cfd97f08624 | |
parent | 00b517e54f937ae4917ca613e3956e424f7a17cd [diff] |
drm/sti: fix atomic_disable check When a drm_plane is being disabled, its ->crtc member is set to NULL before the .atomic_disable() func is called. To get the crtc of the plane, read old_state->crtc instead of drm_plane->crtc Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Acked-by: Vincent Abriou <vincent.abriou@st.com>