Symbol: mode_fixup
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
2662
.mode_fixup = dce_v10_0_crtc_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
3468
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
3478
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
2629
.mode_fixup = dce_v6_0_crtc_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
3356
.mode_fixup = dce_v6_0_ext_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
3366
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
3376
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
2588
.mode_fixup = dce_v8_0_crtc_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
3376
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
3386
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
718
.mode_fixup = amdgpu_dm_crtc_helper_mode_fixup,
drivers/gpu/drm/arm/display/komeda/komeda_crtc.c
493
.mode_fixup = komeda_crtc_mode_fixup,
drivers/gpu/drm/armada/armada_crtc.c
543
.mode_fixup = armada_drm_crtc_mode_fixup,
drivers/gpu/drm/bridge/cros-ec-anx7688.c
95
.mode_fixup = cros_ec_anx7688_bridge_mode_fixup,
drivers/gpu/drm/bridge/imx/imx93-mipi-dsi.c
875
dsi->pdata.mode_fixup = imx93_dsi_mode_fixup;
drivers/gpu/drm/bridge/sil-sii8620.c
2284
.mode_fixup = sii8620_mode_fixup,
drivers/gpu/drm/bridge/ssd2825.c
677
.mode_fixup = ssd2825_mode_fixup,
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
585
if (pdata->mode_fixup) {
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
586
ret = pdata->mode_fixup(pdata->priv_data, &crtc_state->mode,
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi2.c
735
if (pdata->mode_fixup) {
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi2.c
736
ret = pdata->mode_fixup(pdata->priv_data, &crtc_state->mode,
drivers/gpu/drm/bridge/tc358768.c
1173
.mode_fixup = tc358768_mode_fixup,
drivers/gpu/drm/drm_atomic_helper.c
475
} else if (funcs && funcs->mode_fixup) {
drivers/gpu/drm/drm_atomic_helper.c
476
ret = funcs->mode_fixup(encoder, &new_crtc_state->mode,
drivers/gpu/drm/drm_atomic_helper.c
498
if (!funcs || !funcs->mode_fixup)
drivers/gpu/drm/drm_atomic_helper.c
501
ret = funcs->mode_fixup(crtc, &new_crtc_state->mode,
drivers/gpu/drm/drm_atomic_helper.c
827
return mode_fixup(state);
drivers/gpu/drm/drm_bridge.c
1024
} else if (bridge->funcs->mode_fixup) {
drivers/gpu/drm/drm_bridge.c
1025
if (!bridge->funcs->mode_fixup(bridge, &crtc_state->mode,
drivers/gpu/drm/drm_crtc_helper.c
337
if (encoder_funcs->mode_fixup) {
drivers/gpu/drm/drm_crtc_helper.c
338
if (!(ret = encoder_funcs->mode_fixup(encoder, mode,
drivers/gpu/drm/drm_crtc_helper.c
347
if (crtc_funcs->mode_fixup) {
drivers/gpu/drm/drm_crtc_helper.c
348
if (!(ret = crtc_funcs->mode_fixup(crtc, mode,
drivers/gpu/drm/exynos/exynos_drm_crtc.c
101
if (exynos_crtc->ops->mode_fixup)
drivers/gpu/drm/exynos/exynos_drm_crtc.c
102
return exynos_crtc->ops->mode_fixup(exynos_crtc, mode,
drivers/gpu/drm/exynos/exynos_drm_crtc.c
111
.mode_fixup = exynos_crtc_mode_fixup,
drivers/gpu/drm/exynos/exynos_drm_drv.h
142
bool (*mode_fixup)(struct exynos_drm_crtc *crtc,
drivers/gpu/drm/exynos/exynos_hdmi.c
1579
.mode_fixup = hdmi_mode_fixup,
drivers/gpu/drm/exynos/exynos_mixer.c
1130
.mode_fixup = mixer_mode_fixup,
drivers/gpu/drm/gma500/cdv_intel_dp.c
1877
.mode_fixup = cdv_intel_dp_mode_fixup,
drivers/gpu/drm/gma500/cdv_intel_lvds.c
400
.mode_fixup = cdv_intel_lvds_mode_fixup,
drivers/gpu/drm/gma500/oaktrail_lvds.c
207
.mode_fixup = psb_intel_lvds_mode_fixup,
drivers/gpu/drm/gma500/psb_intel_lvds.c
598
.mode_fixup = psb_intel_lvds_mode_fixup,
drivers/gpu/drm/gma500/psb_intel_sdvo.c
1765
.mode_fixup = psb_intel_sdvo_mode_fixup,
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
663
if (crtc_funcs && crtc_funcs->mode_fixup)
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
664
if (!crtc_funcs->mode_fixup(crtc, mode, &adj_mode))
drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c
531
.mode_fixup = ade_crtc_mode_fixup,
drivers/gpu/drm/imx/ipuv3/ipuv3-crtc.c
324
.mode_fixup = ipu_crtc_mode_fixup,
drivers/gpu/drm/mediatek/mtk_crtc.c
897
.mode_fixup = mtk_crtc_mode_fixup,
drivers/gpu/drm/mediatek/mtk_hdmi.c
1077
.mode_fixup = mtk_hdmi_bridge_mode_fixup,
drivers/gpu/drm/mediatek/mtk_hdmi_v2.c
1321
.mode_fixup = mtk_hdmi_bridge_mode_fixup,
drivers/gpu/drm/nouveau/dispnv04/dac.c
507
.mode_fixup = nv04_dac_mode_fixup,
drivers/gpu/drm/nouveau/dispnv04/dac.c
516
.mode_fixup = nv04_dac_mode_fixup,
drivers/gpu/drm/nouveau/dispnv04/dfp.c
659
.mode_fixup = nv04_dfp_mode_fixup,
drivers/gpu/drm/nouveau/dispnv04/dfp.c
668
.mode_fixup = nv04_dfp_mode_fixup,
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_drv.c
379
.mode_fixup = ch7006_encoder_mode_fixup,
drivers/gpu/drm/nouveau/dispnv04/nouveau_i2c_encoder.c
105
if (!get_encoder_i2c_funcs(encoder)->mode_fixup)
drivers/gpu/drm/nouveau/dispnv04/nouveau_i2c_encoder.c
108
return get_encoder_i2c_funcs(encoder)->mode_fixup(encoder, mode, adjusted_mode);
drivers/gpu/drm/nouveau/dispnv04/tvnv04.c
194
.mode_fixup = nouveau_i2c_encoder_mode_fixup,
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
775
.mode_fixup = nv17_tv_mode_fixup,
drivers/gpu/drm/nouveau/include/dispnv04/i2c/encoder_i2c.h
79
bool (*mode_fixup)(struct drm_encoder *encoder,
drivers/gpu/drm/omapdrm/dss/dpi.c
557
.mode_fixup = dpi_bridge_mode_fixup,
drivers/gpu/drm/omapdrm/dss/sdi.c
279
.mode_fixup = sdi_bridge_mode_fixup,
drivers/gpu/drm/omapdrm/dss/venc.c
658
.mode_fixup = venc_bridge_mode_fixup,
drivers/gpu/drm/radeon/atombios_crtc.c
2180
.mode_fixup = atombios_crtc_mode_fixup,
drivers/gpu/drm/radeon/atombios_encoders.c
2592
.mode_fixup = radeon_atom_mode_fixup,
drivers/gpu/drm/radeon/atombios_encoders.c
2602
.mode_fixup = radeon_atom_mode_fixup,
drivers/gpu/drm/radeon/radeon_legacy_crtc.c
1098
.mode_fixup = radeon_crtc_mode_fixup,
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1019
.mode_fixup = radeon_legacy_mode_fixup,
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
1677
.mode_fixup = radeon_legacy_mode_fixup,
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
275
.mode_fixup = radeon_legacy_mode_fixup,
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
711
.mode_fixup = radeon_legacy_mode_fixup,
drivers/gpu/drm/radeon/radeon_legacy_encoders.c
876
.mode_fixup = radeon_legacy_mode_fixup,
drivers/gpu/drm/renesas/rcar-du/rcar_lvds.c
664
.mode_fixup = rcar_lvds_mode_fixup,
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
436
.mode_fixup = shmob_drm_encoder_mode_fixup,
drivers/gpu/drm/rockchip/analogix_dp-rockchip.c
321
.mode_fixup = rockchip_dp_drm_encoder_mode_fixup,
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
326
.mode_fixup = dw_hdmi_rockchip_encoder_mode_fixup,
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
1626
.mode_fixup = vop_crtc_mode_fixup,
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1884
.mode_fixup = vop2_crtc_mode_fixup,
drivers/gpu/drm/stm/ltdc.c
1121
.mode_fixup = ltdc_crtc_mode_fixup,
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
855
.mode_fixup = tilcdc_crtc_mode_fixup,
drivers/gpu/drm/vc4/vc4_dsi.c
1420
.mode_fixup = vc4_dsi_bridge_mode_fixup,
include/drm/bridge/dw_mipi_dsi.h
62
bool (*mode_fixup)(void *priv_data, const struct drm_display_mode *mode,
include/drm/bridge/dw_mipi_dsi2.h
72
bool (*mode_fixup)(void *priv_data, const struct drm_display_mode *mode,
include/drm/drm_bridge.h
173
bool (*mode_fixup)(struct drm_bridge *bridge,
include/drm/drm_modeset_helper_vtables.h
187
bool (*mode_fixup)(struct drm_crtc *crtc,
include/drm/drm_modeset_helper_vtables.h
594
bool (*mode_fixup)(struct drm_encoder *encoder,