OSDN Git Service

minigbm: add a default (*bo_unmap) implementation
[android-x86/external-minigbm.git] / gma500.c
index 5b08bc3..c3f3c12 100644 (file)
--- a/gma500.c
+++ b/gma500.c
@@ -28,4 +28,5 @@ struct backend backend_gma500 = {
        .bo_destroy = drv_dumb_bo_destroy,
        .bo_import = drv_prime_bo_import,
        .bo_map = drv_dumb_bo_map,
+       .bo_unmap = drv_bo_munmap,
 };