Searched refs:begin_fb_access (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_gem_atomic_helper.h | 116 .begin_fb_access = drm_gem_begin_shadow_fb_access, \ 138 .begin_fb_access = drm_gem_simple_kms_begin_shadow_fb_access, \
|
H A D | drm_simple_kms_helper.h | 139 * @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 D | drm_mipi_dbi.h | 241 .begin_fb_access = mipi_dbi_pipe_begin_fb_access, \
|
H A D | drm_modeset_helper_vtables.h | 1212 * 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 D | drm_simple_kms_helper.c | 294 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 D | drm_atomic_helper.c | 2616 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 D | st7586.c | 273 .begin_fb_access = mipi_dbi_pipe_begin_fb_access,
|
H A D | ili9225.c | 344 .begin_fb_access = mipi_dbi_pipe_begin_fb_access,
|
Completed in 12 milliseconds