mode_fixup       2663 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	.mode_fixup = dce_v10_0_crtc_mode_fixup,
mode_fixup       3429 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
mode_fixup       3439 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
mode_fixup       2771 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	.mode_fixup = dce_v11_0_crtc_mode_fixup,
mode_fixup       3555 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
mode_fixup       3565 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
mode_fixup       2551 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	.mode_fixup = dce_v6_0_crtc_mode_fixup,
mode_fixup       3229 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	.mode_fixup = dce_v6_0_ext_mode_fixup,
mode_fixup       3239 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
mode_fixup       3249 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
mode_fixup       2571 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.mode_fixup = dce_v8_0_crtc_mode_fixup,
mode_fixup       3317 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
mode_fixup       3327 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
mode_fixup        214 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 	.mode_fixup = dce_virtual_crtc_mode_fixup,
mode_fixup        568 drivers/gpu/drm/amd/amdgpu/dce_virtual.c 	.mode_fixup = dce_virtual_encoder_mode_fixup,
mode_fixup       4412 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	.mode_fixup = dm_crtc_helper_mode_fixup
mode_fixup        429 drivers/gpu/drm/arm/display/komeda/komeda_crtc.c 	.mode_fixup	= komeda_crtc_mode_fixup,
mode_fixup        532 drivers/gpu/drm/armada/armada_crtc.c 	.mode_fixup	= armada_drm_crtc_mode_fixup,
mode_fixup       2276 drivers/gpu/drm/bridge/sil-sii8620.c 	.mode_fixup = sii8620_mode_fixup,
mode_fixup       1432 drivers/gpu/drm/bridge/tc358767.c 	.mode_fixup = tc_bridge_mode_fixup,
mode_fixup        463 drivers/gpu/drm/drm_atomic_helper.c 		} else if (funcs && funcs->mode_fixup) {
mode_fixup        464 drivers/gpu/drm/drm_atomic_helper.c 			ret = funcs->mode_fixup(encoder, &new_crtc_state->mode,
mode_fixup        485 drivers/gpu/drm/drm_atomic_helper.c 		if (!funcs->mode_fixup)
mode_fixup        488 drivers/gpu/drm/drm_atomic_helper.c 		ret = funcs->mode_fixup(crtc, &new_crtc_state->mode,
mode_fixup        742 drivers/gpu/drm/drm_atomic_helper.c 	return mode_fixup(state);
mode_fixup        198 drivers/gpu/drm/drm_bridge.c 	if (bridge->funcs->mode_fixup)
mode_fixup        199 drivers/gpu/drm/drm_bridge.c 		ret = bridge->funcs->mode_fixup(bridge, mode, adjusted_mode);
mode_fixup        326 drivers/gpu/drm/drm_crtc_helper.c 		if (encoder_funcs->mode_fixup) {
mode_fixup        327 drivers/gpu/drm/drm_crtc_helper.c 			if (!(ret = encoder_funcs->mode_fixup(encoder, mode,
mode_fixup        335 drivers/gpu/drm/drm_crtc_helper.c 	if (crtc_funcs->mode_fixup) {
mode_fixup        336 drivers/gpu/drm/drm_crtc_helper.c 		if (!(ret = crtc_funcs->mode_fixup(crtc, mode,
mode_fixup        143 drivers/gpu/drm/drm_encoder_slave.c 	if (!get_slave_funcs(encoder)->mode_fixup)
mode_fixup        146 drivers/gpu/drm/drm_encoder_slave.c 	return get_slave_funcs(encoder)->mode_fixup(encoder, mode, adjusted_mode);
mode_fixup        100 drivers/gpu/drm/exynos/exynos_drm_crtc.c 	if (exynos_crtc->ops->mode_fixup)
mode_fixup        101 drivers/gpu/drm/exynos/exynos_drm_crtc.c 		return exynos_crtc->ops->mode_fixup(exynos_crtc, mode,
mode_fixup        110 drivers/gpu/drm/exynos/exynos_drm_crtc.c 	.mode_fixup	= exynos_crtc_mode_fixup,
mode_fixup        142 drivers/gpu/drm/exynos/exynos_drm_drv.h 	bool (*mode_fixup)(struct exynos_drm_crtc *crtc,
mode_fixup       1554 drivers/gpu/drm/exynos/exynos_hdmi.c 	.mode_fixup	= hdmi_mode_fixup,
mode_fixup       1124 drivers/gpu/drm/exynos/exynos_mixer.c 	.mode_fixup		= mixer_mode_fixup,
mode_fixup       1921 drivers/gpu/drm/gma500/cdv_intel_dp.c 	.mode_fixup = cdv_intel_dp_mode_fixup,
mode_fixup        482 drivers/gpu/drm/gma500/cdv_intel_lvds.c 	.mode_fixup = cdv_intel_lvds_mode_fixup,
mode_fixup        185 drivers/gpu/drm/gma500/mdfld_tmd_vid.c 	.mode_fixup = mdfld_dsi_dpi_mode_fixup,
mode_fixup         73 drivers/gpu/drm/gma500/mdfld_tpo_vid.c 	.mode_fixup = mdfld_dsi_dpi_mode_fixup,
mode_fixup        203 drivers/gpu/drm/gma500/oaktrail_lvds.c 	.mode_fixup = psb_intel_lvds_mode_fixup,
mode_fixup        604 drivers/gpu/drm/gma500/psb_intel_lvds.c 	.mode_fixup = psb_intel_lvds_mode_fixup,
mode_fixup       1839 drivers/gpu/drm/gma500/psb_intel_sdvo.c 	.mode_fixup = psb_intel_sdvo_mode_fixup,
mode_fixup        784 drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c 	.mode_fixup = mdfld_dsi_dpi_mode_fixup,
mode_fixup        662 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 		if (crtc_funcs && crtc_funcs->mode_fixup)
mode_fixup        663 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 			if (!crtc_funcs->mode_fixup(crtc, mode, &adj_mode))
mode_fixup        529 drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c 	.mode_fixup	= ade_crtc_mode_fixup,
mode_fixup        377 drivers/gpu/drm/i2c/ch7006_drv.c 	.mode_fixup = ch7006_encoder_mode_fixup,
mode_fixup        317 drivers/gpu/drm/imx/ipuv3-crtc.c 	.mode_fixup = ipu_crtc_mode_fixup,
mode_fixup        559 drivers/gpu/drm/mediatek/mtk_dpi.c 	.mode_fixup = mtk_dpi_encoder_mode_fixup,
mode_fixup        489 drivers/gpu/drm/mediatek/mtk_drm_crtc.c 	.mode_fixup	= mtk_drm_crtc_mode_fixup,
mode_fixup        754 drivers/gpu/drm/mediatek/mtk_dsi.c 	.mode_fixup = mtk_dsi_encoder_mode_fixup,
mode_fixup       1429 drivers/gpu/drm/mediatek/mtk_hdmi.c 	.mode_fixup = mtk_hdmi_bridge_mode_fixup,
mode_fixup        589 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		else if (phys && phys->ops.mode_fixup)
mode_fixup        590 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 			if (!phys->ops.mode_fixup(phys, mode, adj_mode))
mode_fixup        120 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h 	bool (*mode_fixup)(struct dpu_encoder_phys *encoder,
mode_fixup        744 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c 	ops->mode_fixup = dpu_encoder_phys_cmd_mode_fixup;
mode_fixup        684 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c 	ops->mode_fixup = dpu_encoder_phys_vid_mode_fixup;
mode_fixup        506 drivers/gpu/drm/nouveau/dispnv04/dac.c 	.mode_fixup = nv04_dac_mode_fixup,
mode_fixup        515 drivers/gpu/drm/nouveau/dispnv04/dac.c 	.mode_fixup = nv04_dac_mode_fixup,
mode_fixup        656 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	.mode_fixup = nv04_dfp_mode_fixup,
mode_fixup        665 drivers/gpu/drm/nouveau/dispnv04/dfp.c 	.mode_fixup = nv04_dfp_mode_fixup,
mode_fixup        194 drivers/gpu/drm/nouveau/dispnv04/tvnv04.c 	.mode_fixup = drm_i2c_encoder_mode_fixup,
mode_fixup        771 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 	.mode_fixup = nv17_tv_mode_fixup,
mode_fixup       2228 drivers/gpu/drm/radeon/atombios_crtc.c 	.mode_fixup = atombios_crtc_mode_fixup,
mode_fixup       2658 drivers/gpu/drm/radeon/atombios_encoders.c 	.mode_fixup = radeon_atom_mode_fixup,
mode_fixup       2668 drivers/gpu/drm/radeon/atombios_encoders.c 	.mode_fixup = radeon_atom_mode_fixup,
mode_fixup        584 drivers/gpu/drm/radeon/radeon_dp_mst.c 	.mode_fixup = radeon_mst_mode_fixup,
mode_fixup       1108 drivers/gpu/drm/radeon/radeon_legacy_crtc.c 	.mode_fixup = radeon_crtc_mode_fixup,
mode_fixup        272 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	.mode_fixup = radeon_legacy_mode_fixup,
mode_fixup        718 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	.mode_fixup = radeon_legacy_mode_fixup,
mode_fixup        883 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	.mode_fixup = radeon_legacy_mode_fixup,
mode_fixup       1026 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	.mode_fixup = radeon_legacy_mode_fixup,
mode_fixup       1684 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	.mode_fixup = radeon_legacy_mode_fixup,
mode_fixup        652 drivers/gpu/drm/rcar-du/rcar_lvds.c 	.mode_fixup = rcar_lvds_mode_fixup,
mode_fixup        254 drivers/gpu/drm/rockchip/analogix_dp-rockchip.c 	.mode_fixup = rockchip_dp_drm_encoder_mode_fixup,
mode_fixup        309 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c 	.mode_fixup = dw_hdmi_rockchip_encoder_mode_fixup,
mode_fixup        530 drivers/gpu/drm/rockchip/inno_hdmi.c 	.mode_fixup = inno_hdmi_encoder_mode_fixup,
mode_fixup        449 drivers/gpu/drm/rockchip/rk3066_hdmi.c 	.mode_fixup   = rk3066_hdmi_encoder_mode_fixup,
mode_fixup       1276 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	.mode_fixup = vop_crtc_mode_fixup,
mode_fixup        555 drivers/gpu/drm/shmobile/shmob_drm_crtc.c 	.mode_fixup = shmob_drm_encoder_mode_fixup,
mode_fixup        646 drivers/gpu/drm/stm/ltdc.c 	.mode_fixup = ltdc_crtc_mode_fixup,
mode_fixup        821 drivers/gpu/drm/tilcdc/tilcdc_crtc.c 	.mode_fixup	= tilcdc_crtc_mode_fixup,
mode_fixup       1295 drivers/gpu/drm/vc4/vc4_dsi.c 	.mode_fixup = vc4_dsi_encoder_mode_fixup,
mode_fixup        508 drivers/gpu/drm/vc4/vc4_vec.c 	.mode_fixup = vc4_vec_encoder_mode_fixup,
mode_fixup        132 include/drm/drm_bridge.h 	bool (*mode_fixup)(struct drm_bridge *bridge,
mode_fixup         56 include/drm/drm_encoder_slave.h 	bool (*mode_fixup)(struct drm_encoder *encoder,
mode_fixup        187 include/drm/drm_modeset_helper_vtables.h 	bool (*mode_fixup)(struct drm_crtc *crtc,
mode_fixup        565 include/drm/drm_modeset_helper_vtables.h 	bool (*mode_fixup)(struct drm_encoder *encoder,