]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: fix adjusted_mode pointer in exynos_plane_mode_set
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 15 Mar 2016 11:38:02 +0000 (12:38 +0100)
committerInki Dae <daeinki@gmail.com>
Fri, 29 Apr 2016 16:03:45 +0000 (01:03 +0900)
commit640df41d8b3ac1522fcb2ddd7b286421cdedefad
tree2aafb8836966fac9dfa15ca8ad749651bf4a4cdd
parent05e0a1cdc264c4613e0c9946500d5ef9c2546fc4
drm/exynos: fix adjusted_mode pointer in exynos_plane_mode_set

exynos_plane_mode_set should use adjusted_mode from the same atomic state as
plane state. Otherwise it will result in incorrect behavior in case
crtc mode changes.

The patch fixes bug with black console framebuffer in case of command mode
panels.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_plane.c