Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Drockchip_lvds.c51 const struct drm_encoder_helper_funcs *helper_funcs; member
519 .helper_funcs = &rk3288_lvds_encoder_helper_funcs,
524 .helper_funcs = &px30_lvds_encoder_helper_funcs,
618 drm_encoder_helper_add(encoder, lvds->soc_data->helper_funcs); in rockchip_lvds_bind()
674 encoder_funcs = lvds->soc_data->helper_funcs; in rockchip_lvds_unbind()
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
Dvbox_mode.c503 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane() local
513 helper_funcs = &vbox_primary_helper_funcs; in vbox_create_plane()
518 helper_funcs = &vbox_cursor_helper_funcs; in vbox_create_plane()
534 drm_plane_helper_add(plane, helper_funcs); in vbox_create_plane()
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
Dqxl_display.c885 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane() local
896 helper_funcs = &primary_helper_funcs; in qxl_create_plane()
900 helper_funcs = &qxl_cursor_helper_funcs; in qxl_create_plane()
916 drm_plane_helper_add(plane, helper_funcs); in qxl_create_plane()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch32638 - * @helper_funcs: LVDS connector helper functions
32642 - const struct drm_encoder_helper_funcs *helper_funcs;
33267 - .helper_funcs = &rk3288_lvds_encoder_helper_funcs,
33272 - .helper_funcs = &px30_lvds_encoder_helper_funcs,
33385 - drm_encoder_helper_add(encoder, lvds->soc_data->helper_funcs);
33445 - encoder_funcs = lvds->soc_data->helper_funcs;