Searched refs:maplist (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_bufs.c | 56 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 …]
|
H A D | drm_legacy_misc.c | 47 INIT_LIST_HEAD(&dev->maplist); in drm_legacy_init_members()
|
H A D | drm_context.c | 193 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()
|
H A D | drm_vm.c | 260 list_for_each_entry(r_list, &dev->maplist, head) { in drm_vm_shm_close()
|
/openbmc/linux/include/drm/ |
H A D | drm_device.h | 353 struct list_head maplist; member
|