Home
last modified time | relevance | path

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

/linux-6.8/include/drm/
Ddrm_modeset_helper_vtables.h1198 struct drm_plane_helper_funcs { struct
1241 int (*prepare_fb)(struct drm_plane *plane,
1252 void (*cleanup_fb)(struct drm_plane *plane,
1275 int (*begin_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state);
1283 void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state);
1320 int (*atomic_check)(struct drm_plane *plane,
1337 void (*atomic_update)(struct drm_plane *plane,
1362 void (*atomic_enable)(struct drm_plane *plane,
1387 void (*atomic_disable)(struct drm_plane *plane,
1406 int (*atomic_async_check)(struct drm_plane *plane,
[all …]