Searched defs:drm_plane_helper_funcs (Results 1 – 1 of 1) sorted by relevance
1191 struct drm_plane_helper_funcs { struct1235 int (*prepare_fb)(struct drm_plane *plane,1246 void (*cleanup_fb)(struct drm_plane *plane,1269 int (*begin_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state);1277 void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state);1314 int (*atomic_check)(struct drm_plane *plane,1332 void (*atomic_update)(struct drm_plane *plane,1356 void (*atomic_disable)(struct drm_plane *plane,1375 int (*atomic_async_check)(struct drm_plane *plane,1422 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument
Completed in 6 milliseconds