| /Linux-v6.1/drivers/gpu/drm/ |
| D | drm_crtc_helper.c | 173 const struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private; in drm_encoder_disable() 200 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions() 254 encoder_funcs = encoder->helper_private; in drm_crtc_prepare_encoders() 291 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() 334 encoder_funcs = encoder->helper_private; in drm_crtc_helper_set_mode() 338 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() 549 BUG_ON(!set->crtc->helper_private); in drm_crtc_helper_set_config() [all …]
|
| D | drm_atomic_helper.c | 120 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in handle_conflicting_encoders() 351 funcs = connector->helper_private; in update_connector_routing() 446 funcs = encoder->helper_private; in mode_fixup() 488 funcs = crtc->helper_private; in mode_fixup() 677 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in drm_atomic_helper_check_modeset() 745 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in drm_atomic_helper_check_modeset() 1012 funcs = plane->helper_private; in drm_atomic_helper_check_planes() 1033 funcs = crtc->helper_private; in drm_atomic_helper_check_planes() 1178 funcs = encoder->helper_private; in disable_outputs() 1216 funcs = crtc->helper_private; in disable_outputs() [all …]
|
| D | drm_probe_helper.c | 183 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_mode_valid() 195 encoder->helper_private; in drm_encoder_mode_valid() 210 connector->helper_private; in drm_connector_mode_valid() 283 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in drm_helper_probe_detect_ctx() 332 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in drm_helper_probe_detect() 360 connector->helper_private; in drm_helper_probe_get_modes()
|
| D | drm_writeback.c | 316 connector->base.helper_private; in drm_writeback_prepare_job() 368 connector->base.helper_private; in drm_writeback_cleanup_job()
|
| /Linux-v6.1/include/drm/ |
| D | drm_modeset_helper_vtables.h | 500 crtc->helper_private = funcs; in drm_crtc_helper_add() 849 encoder->helper_private = funcs; in drm_encoder_helper_add() 1156 connector->helper_private = funcs; in drm_connector_helper_add() 1359 plane->helper_private = funcs; in drm_plane_helper_add()
|
| D | drm_encoder.h | 186 const struct drm_encoder_helper_funcs *helper_private; member
|
| D | drm_mode_config.h | 956 const struct drm_mode_config_helper_funcs *helper_private; member
|
| D | drm_crtc.h | 1085 const struct drm_crtc_helper_funcs *helper_private; member
|
| D | drm_plane.h | 685 const struct drm_plane_helper_funcs *helper_private; member
|
| /Linux-v6.1/drivers/gpu/drm/nouveau/dispnv04/ |
| 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()
|
| 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()
|
| /Linux-v6.1/drivers/gpu/drm/gma500/ |
| D | gma_display.c | 474 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_prepare() 480 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_commit() 487 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_disable() 518 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_page_flip() 678 encoder->helper_private; in gma_encoder_prepare() 686 encoder->helper_private; in gma_encoder_commit()
|
| D | cdv_intel_hdmi.c | 196 = encoder->helper_private; in cdv_hdmi_set_property()
|
| /Linux-v6.1/drivers/gpu/drm/sun4i/ |
| D | sun4i_framebuffer.c | 51 drm->mode_config.helper_private = &sun4i_de_mode_config_helpers; in sun4i_framebuffer_init()
|
| /Linux-v6.1/drivers/gpu/drm/radeon/ |
| D | radeon_connectors.c | 140 connector->helper_private; in radeon_get_monitor_bpc() 229 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in radeon_connector_update_scratch_regs() 698 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in radeon_connector_set_property() 725 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in radeon_connector_set_property() 937 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in radeon_lvds_set_property() 1061 encoder_funcs = encoder->helper_private; in radeon_vga_detect() 1163 encoder_funcs = encoder->helper_private; in radeon_tv_detect() 1358 encoder_funcs = encoder->helper_private; in radeon_dvi_detect() 1408 connector->helper_private; in radeon_dvi_detect() 1700 const struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private; in radeon_dp_detect()
|
| /Linux-v6.1/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_fb.c | 137 dev->mode_config.helper_private = &rockchip_mode_config_helpers; in rockchip_drm_mode_config_init()
|
| /Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_connectors.c | 139 connector->helper_private; in amdgpu_connector_get_monitor_bpc() 219 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in amdgpu_connector_update_scratch_regs() 589 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in amdgpu_connector_set_property() 796 const struct drm_connector_helper_funcs *connector_funcs = connector->helper_private; in amdgpu_connector_set_lcd_property() 917 encoder_funcs = encoder->helper_private; in amdgpu_connector_vga_detect() 1092 encoder_funcs = encoder->helper_private; in amdgpu_connector_dvi_detect() 1395 const struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private; in amdgpu_connector_dp_detect()
|
| /Linux-v6.1/drivers/gpu/drm/exynos/ |
| D | exynos_drm_fb.c | 179 dev->mode_config.helper_private = &exynos_drm_mode_config_helpers; in exynos_drm_mode_config_init()
|
| /Linux-v6.1/drivers/gpu/drm/sprd/ |
| D | sprd_drm.c | 48 drm->mode_config.helper_private = &sprd_drm_mode_config_helper; in sprd_drm_mode_config_init()
|
| /Linux-v6.1/drivers/gpu/drm/imx/dcss/ |
| D | dcss-kms.c | 58 config->helper_private = &dcss_mode_config_helpers; in dcss_kms_mode_config_init()
|
| /Linux-v6.1/drivers/gpu/drm/vkms/ |
| D | vkms_drv.c | 156 dev->mode_config.helper_private = &vkms_mode_config_helpers; in vkms_modeset_init()
|
| /Linux-v6.1/drivers/gpu/drm/imx/ |
| D | imx-drm-core.c | 216 drm->mode_config.helper_private = &imx_drm_mode_config_helpers; in imx_drm_bind()
|
| /Linux-v6.1/drivers/gpu/drm/tidss/ |
| D | tidss_kms.c | 271 ddev->mode_config.helper_private = &mode_config_helper_funcs; in tidss_modeset_init()
|
| /Linux-v6.1/drivers/gpu/drm/mxsfb/ |
| D | lcdif_drv.c | 145 drm->mode_config.helper_private = &lcdif_mode_config_helpers; in lcdif_load()
|
| /Linux-v6.1/drivers/gpu/drm/mcde/ |
| D | mcde_drv.c | 168 mode_config->helper_private = &mcde_mode_config_helpers; in mcde_modeset_init()
|