Searched refs:end_fb_access (Results 1 – 9 of 9) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_gem_atomic_helper.h | 127 .end_fb_access = drm_gem_end_shadow_fb_access 149 .end_fb_access = drm_gem_simple_kms_end_shadow_fb_access, \
|
| H A D | drm_simple_kms_helper.h | 155 void (*end_fb_access)(struct drm_simple_display_pipe *pipe, member
|
| H A D | drm_mipi_dbi.h | 254 .end_fb_access = mipi_dbi_pipe_end_fb_access, \
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_simple_kms_helper.c | 307 if (!pipe->funcs || !pipe->funcs->end_fb_access) in drm_simple_kms_plane_end_fb_access() 310 pipe->funcs->end_fb_access(pipe, new_plane_state); in drm_simple_kms_plane_end_fb_access() 324 .end_fb_access = drm_simple_kms_plane_end_fb_access,
|
| H A D | drm_atomic_helper.c | 2872 if (funcs->end_fb_access) in drm_atomic_helper_prepare_planes() 2873 funcs->end_fb_access(plane, new_plane_state); in drm_atomic_helper_prepare_planes() 2913 if (funcs->end_fb_access) in drm_atomic_helper_unprepare_planes() 2914 funcs->end_fb_access(plane, new_plane_state); in drm_atomic_helper_unprepare_planes() 3068 if (funcs->end_fb_access) in drm_atomic_helper_commit_planes() 3069 funcs->end_fb_access(plane, old_plane_state); in drm_atomic_helper_commit_planes()
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_helper.h | 131 .end_fb_access = drm_gem_end_shadow_fb_access, \
|
| H A D | vesadrm.c | 299 .end_fb_access = drm_gem_end_shadow_fb_access,
|
| /linux/drivers/gpu/drm/sitronix/ |
| H A D | st7586.c | 279 .end_fb_access = mipi_dbi_pipe_end_fb_access,
|
| /linux/drivers/gpu/drm/tiny/ |
| H A D | ili9225.c | 349 .end_fb_access = mipi_dbi_pipe_end_fb_access,
|