gbm: add missing R16 case in gbm_bo_get_bpp
This ensures that gbm_bo_get_bpp
now returns 16 instead of 0 for buffers with GBM_FORMAT_R16. R16 was the only non-YUV format from gbm.h that was missing.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This ensures that gbm_bo_get_bpp
now returns 16 instead of 0 for buffers with GBM_FORMAT_R16. R16 was the only non-YUV format from gbm.h that was missing.