[PATCH 2/7] drm/exynos: fimd: add fimd_channel_win() to clean up code

2014-11-13 Thread Inki Dae
On 2014년 10월 01일 15:19, YoungJun Cho wrote: > The ENWIN_F in WINCON# register and C#_EN_Fs in SHADOWCON register > should be always matched together, so adds fimd_channel_win() > to clean up code. > And this fimd_channel_win() should be called before unprotecting > window in fimd_win_commit()

[PATCH 2/7] drm/exynos: fimd: add fimd_channel_win() to clean up code

2014-10-01 Thread YoungJun Cho
The ENWIN_F in WINCON# register and C#_EN_Fs in SHADOWCON register should be always matched together, so adds fimd_channel_win() to clean up code. And this fimd_channel_win() should be called before unprotecting window in fimd_win_commit(). Signed-off-by: YoungJun Cho Acked-by: Inki Dae Acked-by