Signed-off-by: Ulrich Hecht <ulrich.hecht+rene...@gmail.com>
---
 drivers/gpu/drm/img-rogue/1.6/physmem_dmabuf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/img-rogue/1.6/physmem_dmabuf.c 
b/drivers/gpu/drm/img-rogue/1.6/physmem_dmabuf.c
index 406886f..4fb813f 100644
--- a/drivers/gpu/drm/img-rogue/1.6/physmem_dmabuf.c
+++ b/drivers/gpu/drm/img-rogue/1.6/physmem_dmabuf.c
@@ -130,8 +130,8 @@ static const struct dma_buf_ops sPVRDmaBufOps =
        .map_dma_buf   = PVRDmaBufOpsMap,
        .unmap_dma_buf = PVRDmaBufOpsUnmap,
        .release       = PVRDmaBufOpsRelease,
-       .kmap_atomic   = PVRDmaBufOpsKMap,
-       .kmap          = PVRDmaBufOpsKMap,
+       .map_atomic    = PVRDmaBufOpsKMap,
+       .map           = PVRDmaBufOpsKMap,
        .mmap          = PVRDmaBufOpsMMap,
 };
 
-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to