Searched refs:end_fb_access (Results 1 – 6 of 6) sorted by relevance
127 .end_fb_access = drm_gem_end_shadow_fb_access149 .end_fb_access = drm_gem_simple_kms_end_shadow_fb_access, \
155 void (*end_fb_access)(struct drm_simple_display_pipe *pipe, member
254 .end_fb_access = mipi_dbi_pipe_end_fb_access, \
1285 void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state); member
306 if (!pipe->funcs || !pipe->funcs->end_fb_access) in drm_simple_kms_plane_end_fb_access()309 pipe->funcs->end_fb_access(pipe, new_plane_state); in drm_simple_kms_plane_end_fb_access()323 .end_fb_access = drm_simple_kms_plane_end_fb_access,
2634 if (funcs->end_fb_access) in drm_atomic_helper_prepare_planes()2635 funcs->end_fb_access(plane, new_plane_state); in drm_atomic_helper_prepare_planes()2675 if (funcs->end_fb_access) in drm_atomic_helper_unprepare_planes()2676 funcs->end_fb_access(plane, new_plane_state); in drm_atomic_helper_unprepare_planes()2830 if (funcs->end_fb_access) in drm_atomic_helper_commit_planes()2831 funcs->end_fb_access(plane, old_plane_state); in drm_atomic_helper_commit_planes()