[Intel-gfx] [PATCH 5/8] drm/i915/dp: set DP DPMS mode to "on" in ->commit
Jesse Barnes
jbarnes at virtuousgeek.org
Sat Jul 2 00:22:55 CEST 2011
A regular mode set can be considered a "DPMS on" state as far as
receiver detection goes.
Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
---
drivers/gpu/drm/i915/intel_dp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index 480e8d3..f41aec3 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -978,6 +978,7 @@ static void intel_dp_commit(struct drm_encoder *encoder)
if (is_edp(intel_dp))
ironlake_edp_backlight_on(dev);
+ intel_dp->dpms_mode = DRM_MODE_DPMS_ON;
}
static void
--
1.7.4.1
More information about the Intel-gfx
mailing list