Searched refs:render_node_path (Results 1 – 1 of 1) sorted by relevance
678 char *render_node_path = NULL; in get_render_node_path_for_device() local690 render_node_path = drm_device->nodes[i]; in get_render_node_path_for_device()692 if (device_found && render_node_path) in get_render_node_path_for_device()693 return render_node_path; in get_render_node_path_for_device()703 char *render_node_path = NULL; in get_render_node_path() local722 render_node_path = strdup(node_path); in get_render_node_path()729 return render_node_path; in get_render_node_path()738 char *render_node_path = NULL; in xwl_drm_handle_device() local741 render_node_path = get_render_node_path(device); in xwl_drm_handle_device()743 if (render_node_path) in xwl_drm_handle_device()[all …]