Searched refs:end_fb_access (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/include/drm/ |
D | drm_gem_atomic_helper.h | 117 .end_fb_access = drm_gem_end_shadow_fb_access 139 .end_fb_access = drm_gem_simple_kms_end_shadow_fb_access, \
|
D | drm_simple_kms_helper.h | 155 void (*end_fb_access)(struct drm_simple_display_pipe *pipe, member
|
D | drm_mipi_dbi.h | 242 .end_fb_access = mipi_dbi_pipe_end_fb_access, \
|
D | drm_modeset_helper_vtables.h | 1273 void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state); member
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_simple_kms_helper.c | 306 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,
|
D | drm_atomic_helper.c | 2632 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() 2927 if (funcs->end_fb_access) in drm_atomic_helper_cleanup_planes() 2928 funcs->end_fb_access(plane, new_plane_state); in drm_atomic_helper_cleanup_planes()
|
/Linux-v6.6/drivers/gpu/drm/tiny/ |
D | st7586.c | 274 .end_fb_access = mipi_dbi_pipe_end_fb_access,
|
D | ili9225.c | 345 .end_fb_access = mipi_dbi_pipe_end_fb_access,
|