]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sti: do not set gdp pixel clock rate if mode is not set
authorVincent Abriou <vincent.abriou@st.com>
Thu, 2 Feb 2017 08:49:02 +0000 (09:49 +0100)
committerVincent Abriou <vincent.abriou@st.com>
Fri, 10 Feb 2017 08:34:39 +0000 (09:34 +0100)
commit4f7c9a7755bb9aa96622b4ec34ff6bfc3377c5f3
tree6bf45a1847cb24c9720e14565b6c59605cd8ec77
parent810804fc7ac0648c6b8a001794ddbe0a554d7186
drm/sti: do not set gdp pixel clock rate if mode is not set

Fix a division by 0 case : in some cases, when the GDP plane is being
disabled atomic_check() is called with "mode->clock = 0".
In that case, do not set parent and pixel clock rate.

Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
drivers/gpu/drm/sti/sti_gdp.c