Home
last modified time | relevance | path

Searched refs:helper_private (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/gpu/drm/
H A Ddrm_crtc_helper.c172 const struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private; in drm_encoder_disable()
199 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions()
253 encoder_funcs = encoder->helper_private; in drm_crtc_prepare_encoders()
290 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode()
333 encoder_funcs = encoder->helper_private; in drm_crtc_helper_set_mode()
365 encoder_funcs = encoder->helper_private; in drm_crtc_helper_set_mode()
390 encoder_funcs = encoder->helper_private; in drm_crtc_helper_set_mode()
408 encoder_funcs = encoder->helper_private; in drm_crtc_helper_set_mode()
570 BUG_ON(!set->crtc->helper_private); in drm_crtc_helper_set_config()
576 crtc_funcs = set->crtc->helper_private; in drm_crtc_helper_set_config()
[all …]
H A Ddrm_atomic_helper.c123 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in handle_conflicting_encoders()
359 funcs = connector->helper_private; in update_connector_routing()
454 funcs = encoder->helper_private; in mode_fixup()
497 funcs = crtc->helper_private; in mode_fixup()
715 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in drm_atomic_helper_check_modeset()
788 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in drm_atomic_helper_check_modeset()
1033 funcs = plane->helper_private; in drm_atomic_helper_check_planes()
1054 funcs = crtc->helper_private; in drm_atomic_helper_check_planes()
1217 funcs = encoder->helper_private; in drm_atomic_helper_commit_encoder_bridge_disable()
1271 funcs = crtc->helper_private; in drm_atomic_helper_commit_crtc_disable()
[all …]
H A Ddrm_probe_helper.c184 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_mode_valid()
196 encoder->helper_private; in drm_encoder_mode_valid()
211 connector->helper_private; in drm_connector_mode_valid()
235 connector->helper_private; in drm_kms_helper_disable_hpd()
252 connector->helper_private; in drm_kms_helper_enable_hpd()
346 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in detect_connector_status()
423 connector->helper_private; in drm_helper_probe_get_modes()
H A Ddrm_writeback.c441 connector->base.helper_private; in drm_writeback_prepare_job()
493 connector->base.helper_private; in drm_writeback_cleanup_job()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv04.c128 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_prepare()
170 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_commit()
184 kfree(encoder->helper_private); in nv04_tv_destroy()
H A Ddac.c366 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_prepare()
417 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_commit()
H A Ddfp.c248 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_prepare()
450 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_commit()
/linux/drivers/gpu/drm/gma500/
H A Dgma_display.c476 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_prepare()
482 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_commit()
489 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_disable()
520 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_page_flip()
680 encoder->helper_private; in gma_encoder_prepare()
688 encoder->helper_private; in gma_encoder_commit()
H A Dcdv_intel_hdmi.c199 = encoder->helper_private; in cdv_hdmi_set_property()
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_framebuffer.c51 drm->mode_config.helper_private = &sun4i_de_mode_config_helpers; in sun4i_framebuffer_init()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c82 dev->mode_config.helper_private = &rockchip_mode_config_helpers; in rockchip_drm_mode_config_init()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c140 connector->helper_private; in radeon_get_monitor_bpc()
228 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in radeon_connector_update_scratch_regs()
683 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in radeon_connector_set_property()
710 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in radeon_connector_set_property()
920 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in radeon_lvds_set_property()
1044 encoder_funcs = encoder->helper_private; in radeon_vga_detect()
1146 encoder_funcs = encoder->helper_private; in radeon_tv_detect()
1339 encoder_funcs = encoder->helper_private; in radeon_dvi_detect()
1389 connector->helper_private; in radeon_dvi_detect()
1679 const struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private; in radeon_dp_detect()
/linux/include/drm/
H A Ddrm_encoder.h193 const struct drm_encoder_helper_funcs *helper_private; member
H A Ddrm_mode_config.h981 const struct drm_mode_config_helper_funcs *helper_private; member
H A Ddrm_crtc.h1091 const struct drm_crtc_helper_funcs *helper_private; member
H A Ddrm_plane.h733 const struct drm_plane_helper_funcs *helper_private; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_connectors.c140 connector->helper_private; in amdgpu_connector_get_monitor_bpc()
220 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in amdgpu_connector_update_scratch_regs()
564 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in amdgpu_connector_set_property()
779 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in amdgpu_connector_set_lcd_property()
911 encoder_funcs = encoder->helper_private; in amdgpu_connector_vga_detect()
1114 encoder_funcs = encoder->helper_private; in amdgpu_connector_dvi_detect()
1457 const struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private; in amdgpu_connector_dp_detect()
/linux/drivers/gpu/drm/sprd/
H A Dsprd_drm.c47 drm->mode_config.helper_private = &sprd_drm_mode_config_helper; in sprd_drm_mode_config_init()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.c179 dev->mode_config.helper_private = &exynos_drm_mode_config_helpers; in exynos_drm_mode_config_init()
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c59 config->helper_private = &dcss_mode_config_helpers; in dcss_kms_mode_config_init()
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dimx-drm-core.c229 drm->mode_config.helper_private = &imx_drm_mode_config_helpers; in imx_drm_bind()
/linux/drivers/gpu/drm/tidss/
H A Dtidss_kms.c280 ddev->mode_config.helper_private = &mode_config_helper_funcs; in tidss_modeset_init()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c272 config->helper_private = &komeda_mode_config_helpers; in komeda_kms_mode_config_init()
/linux/drivers/gpu/drm/mxsfb/
H A Dlcdif_drv.c199 drm->mode_config.helper_private = &lcdif_mode_config_helpers; in lcdif_load()
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_kms.c418 dev->mode_config.helper_private = &rzg2l_du_mode_config_helper; in rzg2l_du_modeset_init()

123