Skip to content
Commit a0a5ab3e authored by Lucas Stach's avatar Lucas Stach
Browse files

drm/etnaviv: call correct function when trying to vmap a DMABUF



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.

Add an indirection through etnaviv_gem_ops to allow the correct
implementation to be called.

Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
parent ce3088fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment