summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drmtest.c')
-rw-r--r--lib/drmtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index 083191d2..29ebaf7f 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -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;