| /linux/drivers/gpu/drm/ |
| H A D | drm_crtc_helper.c | 172 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 D | drm_atomic_helper.c | 123 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 D | drm_probe_helper.c | 184 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 D | drm_writeback.c | 441 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 D | tvnv04.c | 128 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 D | dac.c | 366 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 D | dfp.c | 248 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 D | gma_display.c | 476 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 D | cdv_intel_hdmi.c | 199 = encoder->helper_private; in cdv_hdmi_set_property()
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_framebuffer.c | 51 drm->mode_config.helper_private = &sun4i_de_mode_config_helpers; in sun4i_framebuffer_init()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_fb.c | 82 dev->mode_config.helper_private = &rockchip_mode_config_helpers; in rockchip_drm_mode_config_init()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_connectors.c | 140 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 D | drm_encoder.h | 193 const struct drm_encoder_helper_funcs *helper_private; member
|
| H A D | drm_mode_config.h | 981 const struct drm_mode_config_helper_funcs *helper_private; member
|
| H A D | drm_crtc.h | 1091 const struct drm_crtc_helper_funcs *helper_private; member
|
| H A D | drm_plane.h | 733 const struct drm_plane_helper_funcs *helper_private; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_connectors.c | 140 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 D | sprd_drm.c | 47 drm->mode_config.helper_private = &sprd_drm_mode_config_helper; in sprd_drm_mode_config_init()
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_fb.c | 179 dev->mode_config.helper_private = &exynos_drm_mode_config_helpers; in exynos_drm_mode_config_init()
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-kms.c | 59 config->helper_private = &dcss_mode_config_helpers; in dcss_kms_mode_config_init()
|
| /linux/drivers/gpu/drm/imx/ipuv3/ |
| H A D | imx-drm-core.c | 229 drm->mode_config.helper_private = &imx_drm_mode_config_helpers; in imx_drm_bind()
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_kms.c | 280 ddev->mode_config.helper_private = &mode_config_helper_funcs; in tidss_modeset_init()
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_kms.c | 272 config->helper_private = &komeda_mode_config_helpers; in komeda_kms_mode_config_init()
|
| /linux/drivers/gpu/drm/mxsfb/ |
| H A D | lcdif_drv.c | 199 drm->mode_config.helper_private = &lcdif_mode_config_helpers; in lcdif_load()
|
| /linux/drivers/gpu/drm/renesas/rz-du/ |
| H A D | rzg2l_du_kms.c | 418 dev->mode_config.helper_private = &rzg2l_du_mode_config_helper; in rzg2l_du_modeset_init()
|