Searched defs:drm_plane_helper_funcs (Results 1 – 1 of 1) sorted by relevance
1011 struct drm_plane_helper_funcs { struct1043 int (*prepare_fb)(struct drm_plane *plane,1054 void (*cleanup_fb)(struct drm_plane *plane,1093 int (*atomic_check)(struct drm_plane *plane,1111 void (*atomic_update)(struct drm_plane *plane,1135 void (*atomic_disable)(struct drm_plane *plane,1171 * Note that unlike &drm_plane_helper_funcs.atomic_update this hook argument1203 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument