Searched refs:kmstest_dumb_create (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | panfrost_prime.c | 58 dumb_handle = kmstest_dumb_create(kms_fd, 1024, 1024, 32, NULL, NULL);
|
D | drm_read.c | 122 arg.handle = kmstest_dumb_create(fd, 32, 32, 32, NULL, NULL); in test_fault_buffer()
|
D | kms_cursor_legacy.c | 76 arg.handle = kmstest_dumb_create(display->drm_fd, 64, 64, 32, NULL, NULL); in stress()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_blt.c | 196 handle = kmstest_dumb_create(fd, 32, 32, 32, NULL, NULL); in run()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.h | 223 uint32_t kmstest_dumb_create(int fd, int width, int height, int bpp,
|
D | igt_fb.c | 943 fb->gem_handle = kmstest_dumb_create(fd, fb->width, fb->height, in create_bo_for_fb()
|
D | igt_kms.c | 813 uint32_t kmstest_dumb_create(int fd, int width, int height, int bpp, in kmstest_dumb_create() function
|