Lines Matching full:dri
64 /* If /dev/dri doesn't exist, we'll need an arbitrary pointer that wouldn't be
99 static char render_node_dir[] = "/dev/dri/";
100 /* Full path of /dev/dri/renderD* */
150 nfasprintf(&render_node_path, "/dev/dri/%s", in get_dri_render_node_minor()
292 /* String starts with /dev/dri/ but is not the fake render node. We want to in hide_drm_device_path()
615 /* Tracks if the opendir was on /dev/dri. */
622 if (strcmp(name, "/dev/dri") == 0) { in opendir()
624 /* If /dev/dri didn't exist, we still want to be able to return our in opendir()
625 * fake /dev/dri/render* even though we probably can't in opendir()
626 * mkdir("/dev/dri"). Return a fake DIR pointer for that. in opendir()
639 /* If we're looking at /dev/dri, add our render node to the list
667 /* If we're looking at /dev/dri, add our render node to the list
695 /* Cleans up tracking of opendir("/dev/dri") */