Searched refs:helper_funcs (Results 1 – 5 of 5) sorted by relevance
215 const struct drm_plane_helper_funcs *helper_funcs, in drm_kunit_helper_create_primary_plane() argument225 if (!helper_funcs) in drm_kunit_helper_create_primary_plane()226 helper_funcs = &default_plane_helper_funcs; in drm_kunit_helper_create_primary_plane()247 drm_plane_helper_add(plane, helper_funcs); in drm_kunit_helper_create_primary_plane()288 const struct drm_crtc_helper_funcs *helper_funcs) in drm_kunit_helper_create_crtc() argument296 if (!helper_funcs) in drm_kunit_helper_create_crtc()297 helper_funcs = &default_crtc_helper_funcs; in drm_kunit_helper_create_crtc()309 drm_crtc_helper_add(crtc, helper_funcs); in drm_kunit_helper_create_crtc()
110 const struct drm_plane_helper_funcs *helper_funcs,121 const struct drm_crtc_helper_funcs *helper_funcs);
44 const struct drm_encoder_helper_funcs *helper_funcs; member522 .helper_funcs = &rk3288_lvds_encoder_helper_funcs,527 .helper_funcs = &px30_lvds_encoder_helper_funcs,620 drm_encoder_helper_add(encoder, lvds->soc_data->helper_funcs); in rockchip_lvds_bind()683 encoder_funcs = lvds->soc_data->helper_funcs; in rockchip_lvds_unbind()
509 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane() local519 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()
938 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane() local949 helper_funcs = &primary_helper_funcs; in qxl_create_plane()953 helper_funcs = &qxl_cursor_helper_funcs; in qxl_create_plane()969 drm_plane_helper_add(plane, helper_funcs); in qxl_create_plane()