Searched refs:helper_funcs (Results 1 – 3 of 3) sorted by relevance
109 const struct drm_plane_helper_funcs *helper_funcs,120 const struct drm_crtc_helper_funcs *helper_funcs);
510 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane() local520 helper_funcs = &vbox_primary_helper_funcs; in vbox_create_plane()525 helper_funcs = &vbox_cursor_helper_funcs; in vbox_create_plane()541 drm_plane_helper_add(plane, helper_funcs); in vbox_create_plane()
963 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane() local974 helper_funcs = &primary_helper_funcs; in qxl_create_plane()978 helper_funcs = &qxl_cursor_helper_funcs; in qxl_create_plane()994 drm_plane_helper_add(plane, helper_funcs); in qxl_create_plane()