mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
lib: export drm_format_to_bpp
Needed by the next patch. Signed-off-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
+1
-1
@@ -1071,7 +1071,7 @@ unsigned int kmstest_create_fb(int fd, int width, int height, int bpp,
|
||||
return fb->fb_id;
|
||||
}
|
||||
|
||||
static uint32_t drm_format_to_bpp(uint32_t drm_format)
|
||||
uint32_t drm_format_to_bpp(uint32_t drm_format)
|
||||
{
|
||||
struct format_desc_struct *f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user