Searched refs:udl_handle (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | prime_udl.c | 100 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()
|