Home
last modified time | relevance | path

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

/drivers/gpu/drm/tests/
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()
/drivers/gpu/drm/rockchip/
A Drockchip_lvds.c44 const struct drm_encoder_helper_funcs *helper_funcs; member
508 .helper_funcs = &rk3288_lvds_encoder_helper_funcs,
513 .helper_funcs = &px30_lvds_encoder_helper_funcs,
603 drm_encoder_helper_add(encoder, lvds->soc_data->helper_funcs); in rockchip_lvds_bind()
662 encoder_funcs = lvds->soc_data->helper_funcs; in rockchip_lvds_unbind()
/drivers/gpu/drm/vboxvideo/
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()
/drivers/gpu/drm/qxl/
A Dqxl_display.c938 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane() local
949 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()

Completed in 15 milliseconds