Home
last modified time | relevance | path

Searched refs:maplist (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_bufs.c57 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 Ddrm_legacy_misc.c49 INIT_LIST_HEAD(&dev->maplist); in drm_legacy_init_members()
H A Ddrm_context.c198 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 Ddrm_vm.c233 * 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 Ddrm_bufs.c56 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 Ddrm_legacy_misc.c47 INIT_LIST_HEAD(&dev->maplist); in drm_legacy_init_members()
H 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()
H A Ddrm_vm.c228 * 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 Ddrm_device.h345 struct list_head maplist; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_device.h353 struct list_head maplist; member
/kernel/linux/linux-5.10/drivers/gpu/drm/sis/
H A Dsis_mm.c230 list_for_each_entry(entry, &dev->maplist, head) { in sis_reg_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H A Dmga_dma.c569 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 Dvia_verifier.c266 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 Di810_dma.c328 list_for_each_entry(r_list, &dev->maplist, head) { in i810_dma_initialize()

Completed in 15 milliseconds