Home
last modified time | relevance | path

Searched refs:helper_funcs (Results 1 – 2 of 2) sorted by relevance

/linux/include/drm/
H A Ddrm_kunit_helpers.h109 const struct drm_plane_helper_funcs *helper_funcs,
120 const struct drm_crtc_helper_funcs *helper_funcs);
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c509 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane() local
519 helper_funcs = &vbox_primary_helper_funcs; in vbox_create_plane()
524 helper_funcs = &vbox_cursor_helper_funcs; in vbox_create_plane()
540 drm_plane_helper_add(plane, helper_funcs); in vbox_create_plane()