diff options
Diffstat (limited to 'src/gbm/main/gbm.h')
-rw-r--r-- | src/gbm/main/gbm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index 879f003f1b4..aed26a01621 100644 --- a/src/gbm/main/gbm.h +++ b/src/gbm/main/gbm.h @@ -334,6 +334,9 @@ uint32_t gbm_bo_get_format(struct gbm_bo *bo); uint32_t +gbm_bo_get_bpp(struct gbm_bo *bo); + +uint32_t gbm_bo_get_offset(struct gbm_bo *bo, int plane); struct gbm_device * |