commit | a0a5ab3e99b8e617221caabf074dcabd1659b9d8 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Mon Jan 25 15:47:28 2016 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Jan 26 18:54:01 2016 +0100 |
tree | 07e0b3d8d276f388fa572f6abf82324bc8e4a6fe | |
parent | ce3088fdb51eda7b9ef3d119e7c302c08428f274 [diff] |
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: Lucas Stach <l.stach@pengutronix.de>