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

/linux-master/include/drm/
H A Ddrm_gem_atomic_helper.h126 .begin_fb_access = drm_gem_begin_shadow_fb_access, \
148 .begin_fb_access = drm_gem_simple_kms_begin_shadow_fb_access, \
H A Ddrm_simple_kms_helper.h139 * @begin_fb_access:
141 * Optional, called by &drm_plane_helper_funcs.begin_fb_access. Please read
142 * the documentation for the &drm_plane_helper_funcs.begin_fb_access hook for
145 int (*begin_fb_access)(struct drm_simple_display_pipe *pipe, member in struct:drm_simple_display_pipe_funcs
H A Ddrm_mipi_dbi.h243 .begin_fb_access = mipi_dbi_pipe_begin_fb_access, \
H A Ddrm_modeset_helper_vtables.h1223 * should be acquired in @begin_fb_access and released in @end_fb_access.
1226 * shadow-plane helpers belongs into @begin_fb_access, so that atomic
1233 * optional. See @begin_fb_access for preparing per-commit resources.
1257 * @begin_fb_access:
1260 * In contrast to @prepare_fb, resources acquired in @begin_fb_access,
1264 * operation belongs into @begin_fb_access, so that the buffer's
1270 * See @end_fb_cleanup for undoing the effects of @begin_fb_access and
1276 int (*begin_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state); member in struct:drm_plane_helper_funcs
1281 * This hook cleans up resources allocated by @begin_fb_access. It it called
/linux-master/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c294 if (!pipe->funcs || !pipe->funcs->begin_fb_access)
297 return pipe->funcs->begin_fb_access(pipe, new_plane_state);
322 .begin_fb_access = drm_simple_kms_plane_begin_fb_access,
H A Ddrm_atomic_helper.c2618 if (funcs->begin_fb_access) {
2619 ret = funcs->begin_fb_access(plane, new_plane_state);
/linux-master/drivers/gpu/drm/tiny/
H A Dst7586.c276 .begin_fb_access = mipi_dbi_pipe_begin_fb_access,
H A Dili9225.c346 .begin_fb_access = mipi_dbi_pipe_begin_fb_access,

Completed in 164 milliseconds