|
@@ -3889,10 +3889,10 @@ void intel_encoder_destroy(struct drm_encoder *encoder)
|
|
|
kfree(intel_encoder);
|
|
|
}
|
|
|
|
|
|
-/* Simple dpms helper for encodres with just one connector, no cloning and only
|
|
|
+/* Simple dpms helper for encoders with just one connector, no cloning and only
|
|
|
* one kind of off state. It clamps all !ON modes to fully OFF and changes the
|
|
|
* state of the entire output pipe. */
|
|
|
-void intel_encoder_dpms(struct intel_encoder *encoder, int mode)
|
|
|
+static void intel_encoder_dpms(struct intel_encoder *encoder, int mode)
|
|
|
{
|
|
|
if (mode == DRM_MODE_DPMS_ON) {
|
|
|
encoder->connectors_active = true;
|