Searched defs:drm_plane_helper_funcs (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_modeset_helper_vtables.h | 1188 struct drm_plane_helper_funcs { struct 1231 int (*prepare_fb)(struct drm_plane *plane, 1242 void (*cleanup_fb)(struct drm_plane *plane, 1265 int (*begin_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state); 1273 void (*end_fb_access)(struct drm_plane *plane, struct drm_plane_state *new_plane_state); 1310 int (*atomic_check)(struct drm_plane *plane, 1327 void (*atomic_update)(struct drm_plane *plane, 1352 void (*atomic_enable)(struct drm_plane *plane, 1377 void (*atomic_disable)(struct drm_plane *plane, 1396 int (*atomic_async_check)(struct drm_plane *plane, [all …]
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_modeset_helper_vtables.h | 1170 struct drm_plane_helper_funcs { struct 1202 int (*prepare_fb)(struct drm_plane *plane, 1213 void (*cleanup_fb)(struct drm_plane *plane, 1252 int (*atomic_check)(struct drm_plane *plane, 1270 void (*atomic_update)(struct drm_plane *plane, 1294 void (*atomic_disable)(struct drm_plane *plane, 1330 * Note that unlike &drm_plane_helper_funcs.atomic_update this hook argument 1362 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument
|