OSDN Git Service

generic_dri: don't advertise BGR24 as a render/texture target
[android-x86/external-minigbm.git] / cros_gralloc / cros_gralloc_buffer.h
index 8634882..cb6cb4b 100644 (file)
@@ -50,7 +50,7 @@ class cros_gralloc_buffer
 
        struct mapping *lock_data_[DRV_MAX_PLANES];
 
-       /* Optional additional shared memory region attached to some gralloc4 buffers. */
+       /* Optional additional shared memory region attached to some gralloc buffers. */
        int32_t reserved_region_fd_;
        uint64_t reserved_region_size_;
        void *reserved_region_addr_;