OSDN Git Service

minigbm: add buffer bandwidth compression flag to gbm device
[android-x86/external-minigbm.git] / drv_priv.h
index d918b33..6ce7fa1 100644 (file)
@@ -57,6 +57,7 @@ struct driver {
        struct drv_array *mappings;
        struct drv_array *combos;
        pthread_mutex_t driver_lock;
+       bool compression;
 };
 
 struct backend {