Home
last modified time | relevance | path

Searched refs:kmstest_dumb_create (Results 1 – 7 of 7) sorted by relevance

/external/igt-gpu-tools/tests/
Dpanfrost_prime.c58 dumb_handle = kmstest_dumb_create(kms_fd, 1024, 1024, 32, NULL, NULL);
Ddrm_read.c122 arg.handle = kmstest_dumb_create(fd, 32, 32, 32, NULL, NULL); in test_fault_buffer()
Dkms_cursor_legacy.c76 arg.handle = kmstest_dumb_create(display->drm_fd, 64, 64, 32, NULL, NULL); in stress()
/external/igt-gpu-tools/tests/i915/
Dgem_exec_blt.c196 handle = kmstest_dumb_create(fd, 32, 32, 32, NULL, NULL); in run()
/external/igt-gpu-tools/lib/
Digt_kms.h223 uint32_t kmstest_dumb_create(int fd, int width, int height, int bpp,
Digt_fb.c943 fb->gem_handle = kmstest_dumb_create(fd, fb->width, fb->height, in create_bo_for_fb()
Digt_kms.c813 uint32_t kmstest_dumb_create(int fd, int width, int height, int bpp, in kmstest_dumb_create() function