Home
last modified time | relevance | path

Searched refs:maplist (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_bufs.c56 list_for_each_entry(entry, &dev->maplist, head) { in drm_find_matching_map()
150 struct drm_map_list **maplist) in drm_addmap_core() argument
216 *maplist = list; in drm_addmap_core()
249 *maplist = list; in drm_addmap_core()
353 list_add(&list->head, &dev->maplist); in drm_addmap_core()
375 *maplist = list; in drm_addmap_core()
398 list_for_each_entry(_entry, &dev->maplist, head) in drm_legacy_findmap()
420 struct drm_map_list *maplist; in drm_legacy_addmap_ioctl() local
430 map->flags, &maplist); in drm_legacy_addmap_ioctl()
480 list_for_each(list, &dev->maplist) { in drm_legacy_getmap_ioctl()
[all …]
A Ddrm_legacy_misc.c47 INIT_LIST_HEAD(&dev->maplist); in drm_legacy_init_members()
A Ddrm_context.c193 list_for_each_entry(_entry, &dev->maplist, head) { in drm_legacy_getsareactx()
232 list_for_each_entry(r_list, &dev->maplist, head) { in drm_legacy_setsareactx()
A Ddrm_vm.c260 list_for_each_entry(r_list, &dev->maplist, head) { in drm_vm_shm_close()
/linux-6.3-rc2/include/drm/
A Ddrm_device.h353 struct list_head maplist; member

Completed in 9 milliseconds