]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: decon5433: Fix WINCONx reset value
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 7 Jun 2018 11:07:49 +0000 (13:07 +0200)
committerInki Dae <inki.dae@samsung.com>
Fri, 29 Jun 2018 09:02:59 +0000 (18:02 +0900)
commit52efd7f01c15dfbdbfe581e44e6066b4ef1604cf
tree3c8dba2a0abc53e9f44f1675f136b8bcefef49c9
parent2fa90b3ad79611eb06e71fdb80d9ce8dab4d6360
drm/exynos: decon5433: Fix WINCONx reset value

The only bits that should be preserved in decon_win_set_fmt() is
WINCONx_ENWIN_F. All other bits depends on the selected pixel formats and
are set by the mentioned function.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c