Home
last modified time | relevance | path

Searched refs:mode_fixup (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.6.39/include/drm/
Ddrm_crtc_helper.h57 bool (*mode_fixup)(struct drm_crtc *crtc, member
84 bool (*mode_fixup)(struct drm_encoder *encoder, member
Ddrm_encoder_slave.h56 bool (*mode_fixup)(struct drm_encoder *encoder, member
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_dvo.c164 if (intel_dvo->dev.dev_ops->mode_fixup) in intel_dvo_mode_fixup()
165 return intel_dvo->dev.dev_ops->mode_fixup(&intel_dvo->dev, mode, adjusted_mode); in intel_dvo_mode_fixup()
272 .mode_fixup = intel_dvo_mode_fixup,
Ddvo.h88 bool (*mode_fixup)(struct intel_dvo_device *dvo, member
Dintel_hdmi.c341 .mode_fixup = intel_hdmi_mode_fixup,
Dintel_crt.c520 .mode_fixup = intel_crt_mode_fixup,
Dintel_lvds.c627 .mode_fixup = intel_lvds_mode_fixup,
Dintel_tv.c1546 .mode_fixup = intel_tv_mode_fixup,
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv04_tv.c235 .mode_fixup = sfuncs->mode_fixup, in nv04_tv_create()
Dnv04_dac.c492 .mode_fixup = nv04_dac_mode_fixup,
503 .mode_fixup = nv04_dac_mode_fixup,
Dnv50_dac.c268 .mode_fixup = nv50_dac_mode_fixup,
Dnv04_dfp.c648 .mode_fixup = nv04_dfp_mode_fixup,
659 .mode_fixup = nv04_dfp_mode_fixup,
Dnv50_sor.c251 .mode_fixup = nv50_sor_mode_fixup,
Dnv17_tv.c774 .mode_fixup = nv17_tv_mode_fixup,
Dnv50_crtc.c716 .mode_fixup = nv50_crtc_mode_fixup,
Dnv04_crtc.c1002 .mode_fixup = nv_crtc_mode_fixup,
/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c265 .mode_fixup = radeon_legacy_mode_fixup,
676 .mode_fixup = radeon_legacy_mode_fixup,
841 .mode_fixup = radeon_legacy_mode_fixup,
988 .mode_fixup = radeon_legacy_mode_fixup,
1532 .mode_fixup = radeon_legacy_mode_fixup,
Dradeon_encoders.c1984 .mode_fixup = radeon_atom_ext_mode_fixup,
1994 .mode_fixup = radeon_atom_mode_fixup,
2004 .mode_fixup = radeon_atom_mode_fixup,
Dradeon_legacy_crtc.c1059 .mode_fixup = radeon_crtc_mode_fixup,
/linux-2.6.39/drivers/gpu/drm/i2c/
Dsil164_drv.c348 .mode_fixup = sil164_encoder_mode_fixup,
Dch7006_drv.c381 .mode_fixup = ch7006_encoder_mode_fixup,
/linux-2.6.39/drivers/gpu/drm/
Ddrm_crtc_helper.c373 if (!(ret = encoder_funcs->mode_fixup(encoder, mode, in drm_crtc_helper_set_mode()
379 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) { in drm_crtc_helper_set_mode()
/linux-2.6.39/drivers/staging/gma500/
Dpsb_intel_lvds.c666 .mode_fixup = psb_intel_lvds_mode_fixup,
Dpsb_intel_sdvo.c1110 .mode_fixup = psb_intel_sdvo_mode_fixup,
Dpsb_intel_display.c1329 .mode_fixup = psb_intel_crtc_mode_fixup,

12