Searched refs:end_fb_access (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/drm/
H A Ddrm_gem_atomic_helper.h127 .end_fb_access = drm_gem_end_shadow_fb_access
149 .end_fb_access = drm_gem_simple_kms_end_shadow_fb_access, \
H A Ddrm_simple_kms_helper.h149 * @end_fb_access:
151 * Optional, called by &drm_plane_helper_funcs.end_fb_access. Please read
152 * the documentation for the &drm_plane_helper_funcs.end_fb_access hook for
155 void (*end_fb_access)(struct drm_simple_display_pipe *pipe, member in struct:drm_simple_display_pipe_funcs
H A Ddrm_mipi_dbi.h244 .end_fb_access = mipi_dbi_pipe_end_fb_access, \
H A Ddrm_modeset_helper_vtables.h1223 * should be acquired in @begin_fb_access and released in @end_fb_access.
1261 * are released at the end of the atomic commit in @end_fb_access.
1265 * memory will be unmapped at the end of the commit in @end_fb_access.
1279 * @end_fb_access:
1284 void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state); member in struct:drm_plane_helper_funcs
/linux-master/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c306 if (!pipe->funcs || !pipe->funcs->end_fb_access)
309 pipe->funcs->end_fb_access(pipe, new_plane_state);
323 .end_fb_access = drm_simple_kms_plane_end_fb_access,
H A Ddrm_atomic_helper.c2634 if (funcs->end_fb_access)
2635 funcs->end_fb_access(plane, new_plane_state);
2675 if (funcs->end_fb_access)
2676 funcs->end_fb_access(plane, new_plane_state);
2830 if (funcs->end_fb_access)
2831 funcs->end_fb_access(plane, old_plane_state);
/linux-master/drivers/gpu/drm/tiny/
H A Dst7586.c277 .end_fb_access = mipi_dbi_pipe_end_fb_access,
H A Dili9225.c347 .end_fb_access = mipi_dbi_pipe_end_fb_access,

Completed in 277 milliseconds