Home
last modified time | relevance | path

Searched refs:drm_gem_fb_vunmap (Results 1 – 5 of 5) sorted by relevance

/linux/include/drm/
H A Ddrm_gem_framebuffer_helper.h47 void drm_gem_fb_vunmap(struct drm_framebuffer *fb, struct iosys_map *map);
/linux/drivers/gpu/drm/
H A Ddrm_gem_framebuffer_helper.c350 * See drm_gem_fb_vunmap() for unmapping.
397 * drm_gem_fb_vunmap - unmaps framebuffer BOs from kernel address space
405 void drm_gem_fb_vunmap(struct drm_framebuffer *fb, struct iosys_map *map) in drm_gem_fb_vunmap() function
420 EXPORT_SYMBOL(drm_gem_fb_vunmap);
H A Ddrm_gem_atomic_helper.c388 drm_gem_fb_vunmap(fb, shadow_plane_state->map); in drm_gem_end_shadow_fb_access()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_writeback.c116 drm_gem_fb_vunmap(job->fb, vkmsjob->wb_frame_info.map); in vkms_wb_cleanup_job()
H A Dvkms_plane.c198 drm_gem_fb_vunmap(fb, shadow_plane_state->map); in vkms_cleanup_fb()