mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +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:
parent
c1ee0bb532
commit
24de8bac80
@ -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;
|
||||
|
||||
|
@ -166,6 +166,8 @@ const char *kmstest_encoder_type_str(int type);
|
||||
const char *kmstest_connector_status_str(int type);
|
||||
const char *kmstest_connector_type_str(int type);
|
||||
|
||||
uint32_t drm_format_to_bpp(uint32_t drm_format);
|
||||
|
||||
inline static void _do_or_die(const char *function, int line, int ret)
|
||||
{
|
||||
if (ret == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user