drm_format_plane_cpp
cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0);
unsigned int cpp = drm_format_plane_cpp(fb->format->format, 0);
EXPORT_SYMBOL(drm_format_plane_cpp);
int cpp = drm_format_plane_cpp(pixel_format, 0);
int drm_format_plane_cpp(uint32_t format, int plane);
cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0);