Re: [PATCH] drm/etnaviv: init DMA ops for virtual master device

2018-03-10 Thread Russell King - ARM Linux
On Fri, Mar 09, 2018 at 12:20:59PM +0100, Lucas Stach wrote: > All the DRM GEM dma-buf import/export operations are done through the > virtual DRM master device. As this isn't instanciated from DT anymore > we need to make sure the DMA ops are set up correctly. > > Signed-off-by: Lucas Stach > --

Re: [PATCH] drm/etnaviv: init DMA ops for virtual master device

2018-03-10 Thread Russell King - ARM Linux
On Fri, Mar 09, 2018 at 11:12:37AM -0300, Fabio Estevam wrote: > Hi Russell, > > On Fri, Mar 9, 2018 at 8:34 AM, Russell King - ARM Linux > wrote: > > On Fri, Mar 09, 2018 at 12:20:59PM +0100, Lucas Stach wrote: > >> All the DRM GEM dma-buf import/export operations are done through the > >> virtu

Re: [PATCH] drm/etnaviv: init DMA ops for virtual master device

2018-03-09 Thread Fabio Estevam
Hi Russell, On Fri, Mar 9, 2018 at 8:34 AM, Russell King - ARM Linux wrote: > On Fri, Mar 09, 2018 at 12:20:59PM +0100, Lucas Stach wrote: >> All the DRM GEM dma-buf import/export operations are done through the >> virtual DRM master device. As this isn't instanciated from DT anymore >> we need t

[PATCH] drm/etnaviv: init DMA ops for virtual master device

2018-03-09 Thread Lucas Stach
All the DRM GEM dma-buf import/export operations are done through the virtual DRM master device. As this isn't instanciated from DT anymore we need to make sure the DMA ops are set up correctly. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_drv.c | 3 ++- 1 file changed, 2 inser