OSDN Git Service

minigbm: refactor and rename mapping struct
[android-x86/external-minigbm.git] / cros_gralloc / cros_gralloc_buffer.h
index f629199..93ec37f 100644 (file)
@@ -38,7 +38,7 @@ class cros_gralloc_buffer
        int32_t lockcount_;
        uint32_t num_planes_;
 
-       struct map_info *lock_data_[DRV_MAX_PLANES];
+       struct mapping *lock_data_[DRV_MAX_PLANES];
 };
 
 #endif