mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
lib/intel_* Use igt checks and macros
Various stuff all over. Most done with the igt.cocci spatch, but with a few fixups by hand. And add igt_core.h includes where needed. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -455,7 +455,7 @@ igt_create_fb_with_bo_size(int fd, int width, int height,
|
||||
* The kms id of the created framebuffer.
|
||||
*/
|
||||
unsigned int igt_create_fb(int fd, int width, int height, uint32_t format,
|
||||
unsigned int tiling, struct igt_fb *fb)
|
||||
unsigned tiling, struct igt_fb *fb)
|
||||
{
|
||||
return igt_create_fb_with_bo_size(fd, width, height, format, tiling, fb, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user