|
@@ -6454,20 +6454,6 @@ static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
|
|
|
intel_crtc_load_lut(crtc);
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Get a pipe with a simple mode set on it for doing load-based monitor
|
|
|
- * detection.
|
|
|
- *
|
|
|
- * It will be up to the load-detect code to adjust the pipe as appropriate for
|
|
|
- * its requirements. The pipe will be connected to no other encoders.
|
|
|
- *
|
|
|
- * Currently this code will only succeed if there is a pipe with no encoders
|
|
|
- * configured for it. In the future, it could choose to temporarily disable
|
|
|
- * some outputs to free up a pipe for its use.
|
|
|
- *
|
|
|
- * \return crtc, or NULL if no pipes are available.
|
|
|
- */
|
|
|
-
|
|
|
/* VESA 640x480x72Hz mode to set on the pipe */
|
|
|
static struct drm_display_mode load_detect_mode = {
|
|
|
DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664,
|