Home
last modified time | relevance | path

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

/linux-5.19.10/include/drm/
Ddrm_gem_atomic_helper.h107 void drm_gem_cleanup_shadow_fb(struct drm_plane *plane, struct drm_plane_state *plane_state);
119 .cleanup_fb = drm_gem_cleanup_shadow_fb
/linux-5.19.10/drivers/gpu/drm/
Ddrm_gem_atomic_helper.c401 void drm_gem_cleanup_shadow_fb(struct drm_plane *plane, struct drm_plane_state *plane_state) in drm_gem_cleanup_shadow_fb() function
411 EXPORT_SYMBOL(drm_gem_cleanup_shadow_fb);
448 drm_gem_cleanup_shadow_fb(&pipe->plane, plane_state); in drm_gem_simple_kms_cleanup_shadow_fb()