Searched refs:maplist (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_bufs.c | 57 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() 352 list_add(&list->head, &dev->maplist); in drm_addmap_core() 374 *maplist = list; in drm_addmap_core() 397 list_for_each_entry(_entry, &dev->maplist, head) in drm_legacy_findmap() 419 struct drm_map_list *maplist; in drm_legacy_addmap_ioctl() local 430 map->flags, &maplist); in drm_legacy_addmap_ioctl() 436 map->handle = (void *)(unsigned long)maplist->user_token; in drm_legacy_addmap_ioctl() [all …]
|
| H A D | drm_legacy_misc.c | 49 INIT_LIST_HEAD(&dev->maplist); in drm_legacy_init_members()
|
| H A D | drm_context.c | 198 list_for_each_entry(_entry, &dev->maplist, head) { in drm_legacy_getsareactx() 238 list_for_each_entry(r_list, &dev->maplist, head) { in drm_legacy_setsareactx()
|
| H A D | drm_vm.c | 265 list_for_each_entry(r_list, &dev->maplist, head) { in drm_vm_shm_close()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_device.h | 345 struct list_head maplist; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sis/ |
| H A D | sis_mm.c | 230 list_for_each_entry(entry, &dev->maplist, head) { in sis_reg_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_verifier.c | 266 list_for_each_entry(r_list, &dev->maplist, head) { in via_drm_lookup_agp_map()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_dma.c | 569 list_for_each_entry(_entry, &dev->maplist, head) { in mga_do_agp_dma_bootstrap()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i810/ |
| H A D | i810_dma.c | 328 list_for_each_entry(r_list, &dev->maplist, head) { in i810_dma_initialize()
|