Re: [PATCH] drm: hdlcd: allow HDLCD to be used without interrupt

2017-08-12 Thread Vladimir Murzin
On 26/07/17 11:27, Russell King - ARM Linux wrote: > I suspect the above failure is down to either (a) not having enough > memory available to allocate a 1920x1080 frame buffer, or (b) not > (yet) being able to program the hdlcd pixel clock for this platform, > which is currently hard-coded in DT a

Re: [PATCH] drm: hdlcd: allow HDLCD to be used without interrupt

2017-08-21 Thread Vladimir Murzin
On 10/08/17 13:15, Vladimir Murzin wrote: > On 26/07/17 11:27, Russell King - ARM Linux wrote: >> I suspect the above failure is down to either (a) not having enough >> memory available to allocate a 1920x1080 frame buffer, or (b) not >> (yet) being able to program the hdlcd

Re: [PATCH] drm/exynos: add CONFIG_MMU dependency

2019-07-08 Thread Vladimir Murzin
(ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || > ARCH_MULTIPLATFORM || COMPILE_TEST) > + depends on MMU > select DRM_KMS_HELPER > select VIDEOMODE_HELPERS > select SND_SOC_HDMI_CODEC if SND_SOC > I seen ERROR: "vmf_insert_mixed" [drivers/gpu/drm/exynos/exynosdrm.ko] undefined! with older kernels when driver was build as a module, so FWIW Reviewed-by: Vladimir Murzin Cheers Vladimir