Searched refs:_DRM_SHM (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_bufs.c | 71 case _DRM_SHM: in drm_find_matching_map() 170 if ((map->flags & _DRM_REMOVABLE) && map->type != _DRM_SHM) { in drm_addmap_core() 181 if (map->type == _DRM_SHM) in drm_addmap_core() 238 case _DRM_SHM: in drm_addmap_core() 356 user_token = (map->type == _DRM_SHM) ? (unsigned long)map->handle : in drm_addmap_core() 359 (map->type == _DRM_SHM)); in drm_addmap_core() 422 if (!(capable(CAP_SYS_ADMIN) || map->type == _DRM_AGP || map->type == _DRM_SHM)) in drm_legacy_addmap_ioctl() 544 case _DRM_SHM: in drm_legacy_rmmap_locked() 1601 if (entry->map && entry->map->type == _DRM_SHM && in drm_legacy_getsarea()
|
D | drm_vm.c | 277 case _DRM_SHM: in drm_vm_shm_close() 624 case _DRM_SHM: in drm_mmap_locked()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
D | drm.h | 100 _DRM_SHM = 2, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
D | drm.h | 110 _DRM_SHM = 2, enumerator
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
D | drm.h | 192 _DRM_SHM = 2, /**< shared, cached */ enumerator
|
/kernel/linux/linux-5.10/tools/include/uapi/drm/ |
D | drm.h | 192 _DRM_SHM = 2, /**< shared, cached */ enumerator
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
D | mga_dma.c | 737 err = drm_legacy_addmap(dev, 0, SAREA_MAX, _DRM_SHM, in mga_do_dma_bootstrap()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/ |
D | savage_bci.c | 802 dev_priv->fake_dma.type = _DRM_SHM; in savage_do_init_bci()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/ |
D | i810_dma.c | 330 r_list->map->type == _DRM_SHM && in i810_dma_initialize()
|