OSDN Git Service

minigbm: add a default (*bo_unmap) implementation
[android-x86/external-minigbm.git] / marvell.c
index 8114ac7..455b033 100644 (file)
--- a/marvell.c
+++ b/marvell.c
@@ -31,6 +31,7 @@ struct backend backend_marvell = {
        .bo_destroy = drv_dumb_bo_destroy,
        .bo_import = drv_prime_bo_import,
        .bo_map = drv_dumb_bo_map,
+       .bo_unmap = drv_bo_munmap,
 };
 
 #endif