Searched refs:mode_fixup (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc_helper.h | 51 * @mode_fixup: try to fixup proposed mode for this connector 66 bool (*mode_fixup)(struct drm_crtc *crtc, member in struct:drm_crtc_helper_funcs 90 * @mode_fixup: try to fixup proposed mode for this connector 100 bool (*mode_fixup)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | dvo.h | 95 bool (*mode_fixup)(struct intel_dvo_device *dvo, member in struct:intel_dvo_dev_ops
|
H A D | intel_dvo.c | 273 if (intel_dvo->dev.dev_ops->mode_fixup) 274 return intel_dvo->dev.dev_ops->mode_fixup(&intel_dvo->dev, mode, adjusted_mode); 379 .mode_fixup = intel_dvo_mode_fixup,
|
H A D | intel_display.c | 7898 if (!(encoder_funcs->mode_fixup(&encoder->base,
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc_helper.c | 426 if (!(ret = encoder_funcs->mode_fixup(encoder, mode, 433 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) {
|
Completed in 102 milliseconds