/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_bufs.c | 57 list_for_each_entry(entry, &dev->maplist, head) { in drm_find_matching_map() 144 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where 150 struct drm_map_list **maplist) in drm_addmap_core() 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() 147 drm_addmap_core(struct drm_device *dev, resource_size_t offset, unsigned int size, enum drm_map_type type, enum drm_map_flags flags, struct drm_map_list **maplist) drm_addmap_core() argument [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 | 233 * person to close a mapping and it's not in the global maplist. 261 /* Check to see if we are in the maplist, if we are not, then in drm_vm_shm_close() 265 list_for_each_entry(r_list, &dev->maplist, head) { in drm_vm_shm_close() 523 * area, so calls mmap_dma(). Otherwise searches the map in drm_device::maplist,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_bufs.c | 56 list_for_each_entry(entry, &dev->maplist, head) { in drm_find_matching_map() 144 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where 150 struct drm_map_list **maplist) in drm_addmap_core() 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() 147 drm_addmap_core(struct drm_device *dev, resource_size_t offset, unsigned int size, enum drm_map_type type, enum drm_map_flags flags, struct drm_map_list **maplist) drm_addmap_core() argument [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 | 228 * person to close a mapping and it's not in the global maplist. 256 /* Check to see if we are in the maplist, if we are not, then in drm_vm_shm_close() 260 list_for_each_entry(r_list, &dev->maplist, head) { in drm_vm_shm_close() 518 * area, so calls mmap_dma(). Otherwise searches the map in drm_device::maplist,
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_device.h | 345 struct list_head maplist; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_device.h | 353 struct list_head maplist; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sis/ |
H A D | sis_mm.c | 230 list_for_each_entry(entry, &dev->maplist, head) { in sis_reg_init()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/ |
H A D | i810_dma.c | 328 list_for_each_entry(r_list, &dev->maplist, head) { in i810_dma_initialize()
|