Searched refs:agp_remap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_memory.c | 60 static void *agp_remap(unsigned long offset, unsigned long size, in agp_remap() function 122 static inline void *agp_remap(unsigned long offset, unsigned long size, in agp_remap() function 133 map->handle = agp_remap(map->offset, map->size, dev); in drm_legacy_ioremap() 142 map->handle = agp_remap(map->offset, map->size, dev); in drm_legacy_ioremap_wc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_memory.c | 58 static void *agp_remap(unsigned long offset, unsigned long size, in agp_remap() function 102 static inline void *agp_remap(unsigned long offset, unsigned long size, in agp_remap() function 113 map->handle = agp_remap(map->offset, map->size, dev); in drm_legacy_ioremap() 122 map->handle = agp_remap(map->offset, map->size, dev); in drm_legacy_ioremap_wc()
|
Completed in 2 milliseconds