OSDN Git Service

Extend the search scope of c header files
[android-x86/external-minigbm.git] / exynos.c
index 0d935eb..963f030 100644 (file)
--- a/exynos.c
+++ b/exynos.c
@@ -40,7 +40,7 @@ static int exynos_init(struct driver *drv)
 }
 
 static int exynos_bo_create(struct bo *bo, uint32_t width, uint32_t height, uint32_t format,
-                           uint32_t flags)
+                           uint64_t use_flags)
 {
        size_t plane;
 
@@ -112,6 +112,7 @@ struct backend backend_exynos = {
        .bo_destroy = drv_gem_bo_destroy,
        .bo_import = drv_prime_bo_import,
        .bo_map = drv_dumb_bo_map,
+       .bo_unmap = drv_bo_munmap,
 };
 
 #endif