Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/drm/
H A Ddrm_gem_atomic_helper.h116 .begin_fb_access = drm_gem_begin_shadow_fb_access, \
138 .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
H A Ddrm_mipi_dbi.h241 .begin_fb_access = mipi_dbi_pipe_begin_fb_access, \
H A Ddrm_modeset_helper_vtables.h1212 * should be acquired in @begin_fb_access and released in @end_fb_access.
1215 * shadow-plane helpers belongs into @begin_fb_access, so that atomic
1222 * optional. See @begin_fb_access for preparing per-commit resources.
1246 * @begin_fb_access:
1249 * In contrast to @prepare_fb, resources acquired in @begin_fb_access,
1253 * operation belongs into @begin_fb_access, so that the buffer's
1259 * See @end_fb_cleanup for undoing the effects of @begin_fb_access and
1265 int (*begin_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state); member
1270 * This hook cleans up resources allocated by @begin_fb_access. It it called
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c294 if (!pipe->funcs || !pipe->funcs->begin_fb_access) in drm_simple_kms_plane_begin_fb_access()
297 return pipe->funcs->begin_fb_access(pipe, new_plane_state); in drm_simple_kms_plane_begin_fb_access()
322 .begin_fb_access = drm_simple_kms_plane_begin_fb_access,
H A Ddrm_atomic_helper.c2616 if (funcs->begin_fb_access) { in drm_atomic_helper_prepare_planes()
2617 ret = funcs->begin_fb_access(plane, new_plane_state); in drm_atomic_helper_prepare_planes()
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dst7586.c273 .begin_fb_access = mipi_dbi_pipe_begin_fb_access,
H A Dili9225.c344 .begin_fb_access = mipi_dbi_pipe_begin_fb_access,

Completed in 12 milliseconds