Lines Matching refs:maplist
61 list_for_each_entry(entry, struct drm_map_list, &dev->maplist, head) {
110 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where
116 struct drm_map_list ** maplist)
182 *maplist = list;
206 *maplist = list;
291 list_add(&list->head, &dev->maplist, (caddr_t)list);
311 *maplist = list;
343 struct drm_map_list *maplist;
350 map->flags, &maplist);
356 map->handle = maplist->user_token;
364 * Searches the map on drm_device::maplist, removes it from the list, see if
380 list_for_each_entry_safe(r_list, list_t, struct drm_map_list, &dev->maplist, head) {
457 list_for_each_entry(r_list, struct drm_map_list, &dev->maplist, head) {
469 if (list_empty(&dev->maplist) || !map) {