Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dprime_udl.c100 uint32_t udl_handle; in test1() local
106 ret = drmPrimeFDToHandle(udl_fd, prime_fd, &udl_handle); in test1()
108 dumb_bo_destroy(udl_fd, udl_handle); in test1()
119 uint32_t udl_handle; in test2() local
126 ret = drmPrimeFDToHandle(udl_fd, prime_fd, &udl_handle); in test2()
130 ret = drmModeAddFB(udl_fd, 640, 480, 16, 16, 640, udl_handle, &fb_id); in test2()
143 dumb_bo_destroy(udl_fd, udl_handle); in test2()