Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
H A Ddrm_kunit_helpers.c176 const struct drm_plane_helper_funcs *helper_funcs, in drm_kunit_helper_create_primary_plane() argument
186 if (!helper_funcs) in drm_kunit_helper_create_primary_plane()
187 helper_funcs = &default_plane_helper_funcs; in drm_kunit_helper_create_primary_plane()
208 drm_plane_helper_add(plane, helper_funcs); in drm_kunit_helper_create_primary_plane()
249 const struct drm_crtc_helper_funcs *helper_funcs) in drm_kunit_helper_create_crtc() argument
257 if (!helper_funcs) in drm_kunit_helper_create_crtc()
258 helper_funcs = &default_crtc_helper_funcs; in drm_kunit_helper_create_crtc()
270 drm_crtc_helper_add(crtc, helper_funcs); in drm_kunit_helper_create_crtc()
/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/rockchip/
H A Drockchip_lvds.c45 const struct drm_encoder_helper_funcs *helper_funcs; member
509 .helper_funcs = &rk3288_lvds_encoder_helper_funcs,
514 .helper_funcs = &px30_lvds_encoder_helper_funcs,
604 drm_encoder_helper_add(encoder, lvds->soc_data->helper_funcs); in rockchip_lvds_bind()
663 encoder_funcs = lvds->soc_data->helper_funcs; in rockchip_lvds_unbind()
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c510 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane() local
520 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()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c963 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane() local
974 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()