Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_modeset_helper_vtables.h999 struct drm_plane_helper_funcs { struct
1028 int (*prepare_fb)(struct drm_plane *plane,
1039 void (*cleanup_fb)(struct drm_plane *plane,
1078 int (*atomic_check)(struct drm_plane *plane,
1096 void (*atomic_update)(struct drm_plane *plane,
1120 void (*atomic_disable)(struct drm_plane *plane,
1156 * Note that unlike &drm_plane_helper_funcs.atomic_update this hook argument
1180 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument