Searched refs:drm_gem_vram_plane_helper_prepare_fb (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/drm/
H A Ddrm_gem_vram_helper.h122 drm_gem_vram_plane_helper_prepare_fb(struct drm_plane *plane,
137 .prepare_fb = drm_gem_vram_plane_helper_prepare_fb, \
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c616 * drm_gem_vram_plane_helper_prepare_fb() - Implements &struct
630 drm_gem_vram_plane_helper_prepare_fb(struct drm_plane *plane,
664 EXPORT_SYMBOL(drm_gem_vram_plane_helper_prepare_fb);
674 * drm_gem_vram_plane_helper_prepare_fb().
711 return drm_gem_vram_plane_helper_prepare_fb(&pipe->plane, new_state);
652 drm_gem_vram_plane_helper_prepare_fb(struct drm_plane *plane, function
686 EXPORT_SYMBOL(drm_gem_vram_plane_helper_prepare_fb); variable

Completed in 114 milliseconds