mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
lib/igt_fb: igt_create_fb_with_bo_size
Useful for testing bigger/smaller fb-wrapped buffer objects. Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Oscar Mateo <oscar.mateo@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
committed by
Ville Syrjälä
parent
ace8a9e10c
commit
5bdd4d9b5e
@@ -62,6 +62,9 @@ enum igt_text_align {
|
||||
align_hcenter = 0x08,
|
||||
};
|
||||
|
||||
unsigned int igt_create_fb_with_bo_size(int fd, int width, int height,
|
||||
uint32_t format, bool tiled,
|
||||
struct igt_fb *fb, unsigned bo_size);
|
||||
unsigned int igt_create_fb(int fd, int width, int height, uint32_t format,
|
||||
bool tiled, struct igt_fb *fb);
|
||||
unsigned int igt_create_color_fb(int fd, int width, int height,
|
||||
|
||||
Reference in New Issue
Block a user