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)
commit7b7aa62c05eac9789c208b946f515983a9255d8d
tree3c8dba2a0abc53e9f44f1675f136b8bcefef49c9
parentab337fc274a1957ff0771f19e826c736253f7c39
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