Lines Matching full:dri
61 /* If /dev/dri doesn't exist, we'll need an arbitrary pointer that wouldn't be
95 /* Full path of /dev/dri/renderD* */
134 nfasprintf(&render_node_path, "/dev/dri/%s", in get_dri_render_node_minor()
508 /* Tracks if the opendir was on /dev/dri. */
515 if (strcmp(name, "/dev/dri") == 0) { in opendir()
517 /* If /dev/dri didn't exist, we still want to be able to return our in opendir()
518 * fake /dev/dri/render* even though we probably can't in opendir()
519 * mkdir("/dev/dri"). Return a fake DIR pointer for that. in opendir()
532 /* If we're looking at /dev/dri, add our render node to the list
559 /* If we're looking at /dev/dri, add our render node to the list
586 /* Cleans up tracking of opendir("/dev/dri") */