Lines Matching defs:drm_plane_helper_funcs
1200 struct drm_plane_helper_funcs { struct
1243 int (*prepare_fb)(struct drm_plane *plane,
1254 void (*cleanup_fb)(struct drm_plane *plane,
1277 int (*begin_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state);
1285 void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state);
1322 int (*atomic_check)(struct drm_plane *plane,
1339 void (*atomic_update)(struct drm_plane *plane,
1364 void (*atomic_enable)(struct drm_plane *plane,
1389 void (*atomic_disable)(struct drm_plane *plane,
1408 int (*atomic_async_check)(struct drm_plane *plane,
1445 void (*atomic_async_update)(struct drm_plane *plane,
1468 int (*get_scanout_buffer)(struct drm_plane *plane,
1493 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument