Re: Re: [PATCH 05/33] drm/omap: partial workaround for DRA7 DMM errata i878

2017-09-29 Thread Peter Ujfalusi
Hi Laurent, Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 2016-02-23 23:57, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Friday 19 February 2016 11:47:40 Tomi Valkeinen wrote: >> Err

[PATCH 05/33] drm/omap: partial workaround for DRA7 DMM errata i878

2016-02-24 Thread Tomi Valkeinen
Hi, On 23/02/16 23:57, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. Thanks for review, good points. I'll drop this patch from the series for now. The reason being, this issue is rather difficult to reproduce and test, so any changes I do to patch this will take time to verify.

[PATCH 05/33] drm/omap: partial workaround for DRA7 DMM errata i878

2016-02-23 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Friday 19 February 2016 11:47:40 Tomi Valkeinen wrote: > Errata i878 says that MPU should not be used to access RAM and DMM at > the same time. As it's not possible to prevent MPU accessing RAM, we > need to access DMM via a proxy. > > This patch changes DMM

[PATCH 05/33] drm/omap: partial workaround for DRA7 DMM errata i878

2016-02-19 Thread Tomi Valkeinen
Errata i878 says that MPU should not be used to access RAM and DMM at the same time. As it's not possible to prevent MPU accessing RAM, we need to access DMM via a proxy. This patch changes DMM driver to access DMM registers via sDMA. Instead of doing a normal readl/writel call to read/write a reg