Re: [PATCH v2 2/2] dmaengine: hdmac: Add memset capabilities

2015-08-04 Thread Vinod Koul
On Mon, Jul 20, 2015 at 10:42:58AM +0200, Maxime Ripard wrote: > Just like for the XDMAC, the SoCs that embed the HDMAC don't have any kind > of GPU, and need to accelerate a few framebuffer-related operations through > their DMA controller. > > However, unlike the XDMAC, the HDMAC doesn't have th

[PATCH v2 2/2] dmaengine: hdmac: Add memset capabilities

2015-07-20 Thread Maxime Ripard
Just like for the XDMAC, the SoCs that embed the HDMAC don't have any kind of GPU, and need to accelerate a few framebuffer-related operations through their DMA controller. However, unlike the XDMAC, the HDMAC doesn't have the memset capability built-in. That can be easily emulated though, by doin