Searched refs:helper_funcs (Results 1 – 2 of 2) sorted by relevance
533 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane() local543 helper_funcs = &vbox_primary_helper_funcs; in vbox_create_plane()548 helper_funcs = &vbox_cursor_helper_funcs; in vbox_create_plane()564 drm_plane_helper_add(plane, helper_funcs); in vbox_create_plane()
895 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane() local906 helper_funcs = &primary_helper_funcs; in qxl_create_plane()910 helper_funcs = &qxl_cursor_helper_funcs; in qxl_create_plane()926 drm_plane_helper_add(plane, helper_funcs); in qxl_create_plane()