Home
last modified time | relevance | path

Searched refs:drm_gem_prepare_shadow_fb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/
A Ddrm_gem_atomic_helper.c329 int drm_gem_prepare_shadow_fb(struct drm_plane *plane, struct drm_plane_state *plane_state) in drm_gem_prepare_shadow_fb() function
344 EXPORT_SYMBOL(drm_gem_prepare_shadow_fb);
386 return drm_gem_prepare_shadow_fb(&pipe->plane, plane_state); in drm_gem_simple_kms_prepare_shadow_fb()
/linux/include/drm/
A Ddrm_gem_atomic_helper.h88 int drm_gem_prepare_shadow_fb(struct drm_plane *plane, struct drm_plane_state *plane_state);
100 .prepare_fb = drm_gem_prepare_shadow_fb, \

Completed in 6 milliseconds