Searched refs:create_fb (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_lpsp.c | 55 static uint32_t create_fb(int drm_fd, int width, int height) in create_fb() function 124 buffer_id = create_fb(drm_fd, mode->hdisplay, mode->vdisplay); in edp_subtest() 172 buffer_id = create_fb(drm_fd, mode->hdisplay, mode->vdisplay); in non_edp_subtest()
|
/external/igt-gpu-tools/tests/ |
D | kms_frontbuffer_tracking.c | 446 static void create_fb(enum pixel_format pformat, int width, int height, in create_fb() function 623 create_fb(format, big_w, big_h, opt.tiling, PLANE_PRI, &s->big); in create_shared_fb() 654 create_fb(format, prim_mode_params.mode->hdisplay, in create_fbs() 657 create_fb(format, prim_mode_params.cursor.w, in create_fbs() 660 create_fb(format, prim_mode_params.sprite.w, in create_fbs() 664 create_fb(format, offscreen_fb.w, offscreen_fb.h, opt.tiling, PLANE_PRI, in create_fbs() 672 create_fb(format, scnd_mode_params.mode->hdisplay, in create_fbs() 675 create_fb(format, scnd_mode_params.cursor.w, scnd_mode_params.cursor.h, in create_fbs() 677 create_fb(format, scnd_mode_params.sprite.w, scnd_mode_params.sprite.h, in create_fbs() 1185 create_fb(format, prim_mode_params.mode->hdisplay, in init_blue_crc() [all …]
|