OSDN Git Service

minigbm: add bo import callback
[android-x86/external-minigbm.git] / gma500.c
index ca5591d..d8932fb 100644 (file)
--- a/gma500.c
+++ b/gma500.c
@@ -26,5 +26,6 @@ struct backend backend_gma500 =
        .init = gma500_init,
        .bo_create = drv_dumb_bo_create,
        .bo_destroy = drv_dumb_bo_destroy,
+       .bo_import = drv_prime_bo_import,
        .bo_map = drv_dumb_bo_map,
 };