Home
last modified time | relevance | path

Searched defs:drm_plane_helper_funcs (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/drm/
Ddrm_modeset_helper_vtables.h1071 struct drm_plane_helper_funcs { struct
1103 int (*prepare_fb)(struct drm_plane *plane,
1114 void (*cleanup_fb)(struct drm_plane *plane,
1153 int (*atomic_check)(struct drm_plane *plane,
1171 void (*atomic_update)(struct drm_plane *plane,
1195 void (*atomic_disable)(struct drm_plane *plane,
1231 * Note that unlike &drm_plane_helper_funcs.atomic_update this hook argument
1263 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument