Lines Matching refs:udl_fd
32 int intel_fd = -1, udl_fd = -1; variable
70 udl_fd = open(path, O_RDWR); in find_and_open_devices()
71 if (!udl_fd) in find_and_open_devices()
106 ret = drmPrimeFDToHandle(udl_fd, prime_fd, &udl_handle); in test1()
108 dumb_bo_destroy(udl_fd, udl_handle); in test1()
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()
138 ret = drmModeDirtyFB(udl_fd, fb_id, &clip, 1); in test2()
143 dumb_bo_destroy(udl_fd, udl_handle); in test2()
154 igt_skip_on(udl_fd == -1);
175 close(udl_fd);