[PATCH 2/2] drm/etnaviv: call correct function when trying to vmap a DMABUF

2016-01-26 Thread Russell King - ARM Linux
On Tue, Jan 26, 2016 at 04:45:26PM +0100, Lucas Stach wrote: > When trying to get the vmap address of an imported buffer, we must > call into the appropriate helper function, to allow the exporter to > establish the vmap, instead of trying to vmap the buffer on our own. Rather than this way, pleas

[PATCH 2/2] drm/etnaviv: call correct function when trying to vmap a DMABUF

2016-01-26 Thread Lucas Stach
When trying to get the vmap address of an imported buffer, we must call into the appropriate helper function, to allow the exporter to establish the vmap, instead of trying to vmap the buffer on our own. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_gem.c | 9 - 1 file c