Lines Matching defs:mode
154 * set the DPLLs for dual-channel mode or not.
161 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
242 struct drm_display_mode *mode)
247 if (mode->hdisplay > fixed_mode->hdisplay)
249 if (mode->vdisplay > fixed_mode->vdisplay)
288 * to the adjusted mode. The CRTC will be set up for this mode,
290 * of the original mode.
317 struct drm_display_mode *mode,
349 * Return the list of DDC modes if available, or the BIOS fixed mode otherwise.
355 struct drm_display_mode *mode;
361 mode = drm_mode_duplicate(dev, lvds_connector->base.panel.fixed_mode);
362 if (mode == NULL)
365 drm_mode_probed_add(connector, mode);
399 * zero, since they restore the mode ("lid open").
492 * according to the new panel fitting mode.
739 * If one mode has the same resolution with the fixed_panel
740 * mode while they have the different refresh rate, it means
976 /* create the scaling mode property */
993 * Attempt to get the fixed panel mode from DDC. Assume that the
994 * preferred mode is the right one.
1023 DRM_DEBUG_KMS("using preferred mode from EDID: ");
1037 DRM_DEBUG_KMS("using mode from VBT: ");
1050 * correct mode.
1053 /* Ironlake: FIXME if still fail, not try pipe mode now */
1064 DRM_DEBUG_KMS("using current (BIOS) mode: ");
1071 /* If we still don't have a mode after all that, give up. */