commit | 77a147e742afe33a612d93d61ba153df668de428 | [log] [tgz] |
---|---|---|
author | Daniel Thompson <daniel.thompson@linaro.org> | Wed Nov 12 11:38:14 2014 +0000 |
committer | Rob Clark <robdclark@gmail.com> | Sun Nov 16 14:22:43 2014 -0500 |
tree | 319fa14ec9f2d6b78fa0ce061d3af7bd99e6ad76 | |
parent | 067fef372c7356f64e4d307218df0fae49f9c88e [diff] |
drm/msm: Allow exported dma-bufs to be mapped Currently msm does not implement gem_prime_mmap. Without this it is not possible to draw onto a dma-buf from userspace (making its very hard to implement the Android rendering model). Fixing this is just a matter of adding a little boilerplate. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Rob Clark <robdclark@gmail.com>