Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/rockchip/
Drockchip_lvds.c51 const struct drm_encoder_helper_funcs *helper_funcs; member
515 .helper_funcs = &rk3288_lvds_encoder_helper_funcs,
520 .helper_funcs = &px30_lvds_encoder_helper_funcs,
614 drm_encoder_helper_add(encoder, lvds->soc_data->helper_funcs); in rockchip_lvds_bind()
667 encoder_funcs = lvds->soc_data->helper_funcs; in rockchip_lvds_unbind()
/Linux-v5.15/drivers/gpu/drm/vboxvideo/
Dvbox_mode.c507 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane() local
517 helper_funcs = &vbox_primary_helper_funcs; in vbox_create_plane()
522 helper_funcs = &vbox_cursor_helper_funcs; in vbox_create_plane()
538 drm_plane_helper_add(plane, helper_funcs); in vbox_create_plane()
/Linux-v5.15/drivers/gpu/drm/qxl/
Dqxl_display.c929 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane() local
940 helper_funcs = &primary_helper_funcs; in qxl_create_plane()
944 helper_funcs = &qxl_cursor_helper_funcs; in qxl_create_plane()
960 drm_plane_helper_add(plane, helper_funcs); in qxl_create_plane()