[PATCH] drm/tilcdc: Implement dma-buf support for tilcdc

2015-06-30 Thread Laurent Pinchart
Hi Jyri, Thank you for the patch. On Tuesday 30 June 2015 13:30:55 Jyri Sarha wrote: > There is nothing special about tilcdc HW when the video memory is > concerned. Just using the standard drm helpers for implementation is > enough. > > Signed-off-by: Jyri Sarha This looks simple, I like it :

[PATCH] drm/tilcdc: Implement dma-buf support for tilcdc

2015-06-30 Thread Jyri Sarha
There is nothing special about tilcdc HW when the video memory is concerned. Just using the standard drm helpers for implementation is enough. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc/tilcdc_drv.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drive