Re: [PATCH] drm/exynos/mixer: fix MIXER shadow registry synchronisation code

2019-03-18 Thread Inki Dae
19. 3. 8. 오전 9:12에 Marian Mihailescu 이(가) 쓴 글: > Tested on my Exynos5422 Odroid XU4, vsync seems to not happen at all,> screen > remains black since kernel loads. I faced with same issue. Andrzej, Did you test this patch and worked correctly? I had tested this patch on mainline kernel - linux

Re: [PATCH] drm/exynos/mixer: fix MIXER shadow registry synchronisation code

2019-03-07 Thread Marian Mihailescu
Tested on my Exynos5422 Odroid XU4, vsync seems to not happen at all, screen remains black since kernel loads. -- Either I've been missing something or nothing has been going on. (K. E. Gordon) On Thu, Mar 7, 2019 at 1:36 AM Andrzej Hajda wrote: > > MIXER on Exynos5 SoCs uses different synchroni

[PATCH] drm/exynos/mixer: fix MIXER shadow registry synchronisation code

2019-03-06 Thread Andrzej Hajda
MIXER on Exynos5 SoCs uses different synchronisation method than Exynos4 to update internal state (shadow registers). Apparently the driver implements it incorrectly. The rule should be as follows: - do not request updating registers until previous request was finished, ie. MXR_CFG_LAYER_UPDATE_C