Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_gem_atomic_helper.h117 .end_fb_access = drm_gem_end_shadow_fb_access
139 .end_fb_access = drm_gem_simple_kms_end_shadow_fb_access, \
H A Ddrm_simple_kms_helper.h155 void (*end_fb_access)(struct drm_simple_display_pipe *pipe, member
H A Ddrm_mipi_dbi.h242 .end_fb_access = mipi_dbi_pipe_end_fb_access, \
H A Ddrm_modeset_helper_vtables.h1274 void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state); member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c306 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,
H A Ddrm_atomic_helper.c2632 if (funcs->end_fb_access) in drm_atomic_helper_prepare_planes()
2633 funcs->end_fb_access(plane, new_plane_state); in drm_atomic_helper_prepare_planes()
2673 if (funcs->end_fb_access) in drm_atomic_helper_unprepare_planes()
2674 funcs->end_fb_access(plane, new_plane_state); in drm_atomic_helper_unprepare_planes()
2828 if (funcs->end_fb_access) in drm_atomic_helper_commit_planes()
2829 funcs->end_fb_access(plane, old_plane_state); in drm_atomic_helper_commit_planes()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dst7586.c274 .end_fb_access = mipi_dbi_pipe_end_fb_access,
H A Dili9225.c345 .end_fb_access = mipi_dbi_pipe_end_fb_access,