Searched refs:mode_fixup (Results 1 – 25 of 29) sorted by relevance
12
/linux-2.6.39/include/drm/ |
D | drm_crtc_helper.h | 57 bool (*mode_fixup)(struct drm_crtc *crtc, member 84 bool (*mode_fixup)(struct drm_encoder *encoder, member
|
D | drm_encoder_slave.h | 56 bool (*mode_fixup)(struct drm_encoder *encoder, member
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | intel_dvo.c | 164 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,
|
D | dvo.h | 88 bool (*mode_fixup)(struct intel_dvo_device *dvo, member
|
D | intel_hdmi.c | 341 .mode_fixup = intel_hdmi_mode_fixup,
|
D | intel_crt.c | 520 .mode_fixup = intel_crt_mode_fixup,
|
D | intel_lvds.c | 627 .mode_fixup = intel_lvds_mode_fixup,
|
D | intel_tv.c | 1546 .mode_fixup = intel_tv_mode_fixup,
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nv04_tv.c | 235 .mode_fixup = sfuncs->mode_fixup, in nv04_tv_create()
|
D | nv04_dac.c | 492 .mode_fixup = nv04_dac_mode_fixup, 503 .mode_fixup = nv04_dac_mode_fixup,
|
D | nv50_dac.c | 268 .mode_fixup = nv50_dac_mode_fixup,
|
D | nv04_dfp.c | 648 .mode_fixup = nv04_dfp_mode_fixup, 659 .mode_fixup = nv04_dfp_mode_fixup,
|
D | nv50_sor.c | 251 .mode_fixup = nv50_sor_mode_fixup,
|
D | nv17_tv.c | 774 .mode_fixup = nv17_tv_mode_fixup,
|
D | nv50_crtc.c | 716 .mode_fixup = nv50_crtc_mode_fixup,
|
D | nv04_crtc.c | 1002 .mode_fixup = nv_crtc_mode_fixup,
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_legacy_encoders.c | 265 .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,
|
D | radeon_encoders.c | 1984 .mode_fixup = radeon_atom_ext_mode_fixup, 1994 .mode_fixup = radeon_atom_mode_fixup, 2004 .mode_fixup = radeon_atom_mode_fixup,
|
D | radeon_legacy_crtc.c | 1059 .mode_fixup = radeon_crtc_mode_fixup,
|
/linux-2.6.39/drivers/gpu/drm/i2c/ |
D | sil164_drv.c | 348 .mode_fixup = sil164_encoder_mode_fixup,
|
D | ch7006_drv.c | 381 .mode_fixup = ch7006_encoder_mode_fixup,
|
/linux-2.6.39/drivers/gpu/drm/ |
D | drm_crtc_helper.c | 373 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/ |
D | psb_intel_lvds.c | 666 .mode_fixup = psb_intel_lvds_mode_fixup,
|
D | psb_intel_sdvo.c | 1110 .mode_fixup = psb_intel_sdvo_mode_fixup,
|
D | psb_intel_display.c | 1329 .mode_fixup = psb_intel_crtc_mode_fixup,
|
12