Searched refs:drm_legacy_rmmap_locked (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_legacy.h | 166 int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map);
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_legacy.h | 181 int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_bufs.c | 515 int drm_legacy_rmmap_locked(struct drm_device *dev, struct drm_local_map *map) in drm_legacy_rmmap_locked() function 568 EXPORT_SYMBOL(drm_legacy_rmmap_locked); variable 577 drm_legacy_rmmap_locked(dev, map); in drm_legacy_rmmap() 592 drm_legacy_rmmap_locked(dev, r_list->map); in drm_legacy_master_rmmaps() 658 ret = drm_legacy_rmmap_locked(dev, map); in drm_legacy_rmmap_ioctl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_bufs.c | 514 int drm_legacy_rmmap_locked(struct drm_device *dev, struct drm_local_map *map) in drm_legacy_rmmap_locked() function 567 EXPORT_SYMBOL(drm_legacy_rmmap_locked); variable 575 drm_legacy_rmmap_locked(dev, map); in drm_legacy_rmmap() 590 drm_legacy_rmmap_locked(dev, r_list->map); in drm_legacy_master_rmmaps() 655 ret = drm_legacy_rmmap_locked(dev, map); in drm_legacy_rmmap_ioctl()
|
Completed in 7 milliseconds