mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
lib/igt_fb: ensure igt_create_fb parameters are consistent
Make sure the parameters in the prototype and implementation of igt_create_fb match and are complete so that the documentation is correct. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ igt_create_fb_with_bo_size(int fd, int width, int height,
|
||||
uint32_t format, unsigned int tiling,
|
||||
struct igt_fb *fb, unsigned bo_size);
|
||||
unsigned int igt_create_fb(int fd, int width, int height, uint32_t format,
|
||||
unsigned int , struct igt_fb *fb);
|
||||
unsigned int tiling, struct igt_fb *fb);
|
||||
unsigned int igt_create_color_fb(int fd, int width, int height,
|
||||
uint32_t format, unsigned int tiling,
|
||||
double r, double g, double b,
|
||||
|
||||
Reference in New Issue
Block a user