Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_modeset_helper_vtables.h1072 struct drm_plane_helper_funcs { struct
1104 int (*prepare_fb)(struct drm_plane *plane,
1115 void (*cleanup_fb)(struct drm_plane *plane,
1154 int (*atomic_check)(struct drm_plane *plane,
1172 void (*atomic_update)(struct drm_plane *plane,
1196 void (*atomic_disable)(struct drm_plane *plane,
1232 * Note that unlike &drm_plane_helper_funcs.atomic_update this hook argument
1264 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument