exynos4: power domain issue with hdmi out

2013-09-17 Thread Alban Browaeys
Hi, with Odroid U2 (exynos4412 quad) + a custom kernel based on linux-next 20130912 and before I am unable to get a hdmi output other than vertical lines (a few whites on black background, sometimes yellow ) that are static (no changes whatever the content sent to the hdmi output. The issue

[PATCH] exynos/drm: fix no hdmi output

2015-02-04 Thread Alban Browaeys
Le vendredi 30 janvier 2015 à 16:29 +0900, Joonyoung Shim a écrit : > Hi, > > OK, i also get blank screen from hdmi after enable vidi. > > The pipe value for crtc is increased in mixer_initialize so it should be > called before exynos_drm_crtc_create because the pipe value is used in >

[PATCH] RFC: drm/lima: fix calling drm_mm_init with an empty range

2023-12-14 Thread Alban Browaeys
set in lima_device_init line 371: ldev->empty_vm = lima_vm_create(ldev); Signed-off-by: Alban Browaeys --- drivers/gpu/drm/lima/lima_device.c | 2 +- drivers/gpu/drm/lima/lima_drv.c| 2 +- drivers/gpu/drm/lima/lima_vm.c | 10 +++--- drivers/gpu/drm/lima/lima_vm.h | 3 ++- 4 files chang

Re: [PATCH] RFC: drm/lima: fix calling drm_mm_init with an empty range

2023-12-20 Thread Alban Browaeys
t;va_end - dev->va_start" not to be zero instead of passing a boolean and setting a flag on the structure? PS: This was an RFC to raise the issue, that would be fine to me if you take it further. Alban > On Thu, Dec 14, 2023 at 5:04 PM Alban Browaeys > wrote: > > > > F