All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes
@ 2010-09-10  7:19 Alex Deucher
  2010-09-10 12:39 ` Marius Gröger
  0 siblings, 1 reply; 7+ messages in thread
From: Alex Deucher @ 2010-09-10  7:19 UTC (permalink / raw)
  To: airlied, dri-devel

They aren't compatible.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
---
 drivers/gpu/drm/radeon/radeon_display.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c
index 8c987c9..127a395 100644
--- a/drivers/gpu/drm/radeon/radeon_display.c
+++ b/drivers/gpu/drm/radeon/radeon_display.c
@@ -1151,6 +1151,7 @@ bool radeon_crtc_scaling_mode_fixup(struct drm_crtc *crtc,
 
 			/* fix up for overscan on hdmi */
 			if (ASIC_IS_AVIVO(rdev) &&
+			    (!(mode->flags & DRM_MODE_FLAG_INTERLACE)) &&
 			    ((radeon_encoder->underscan_type == UNDERSCAN_ON) ||
 			     ((radeon_encoder->underscan_type == UNDERSCAN_AUTO) &&
 			      drm_detect_hdmi_monitor(radeon_connector->edid) &&
-- 
1.7.1.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-26  5:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-10  7:19 [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes Alex Deucher
2010-09-10 12:39 ` Marius Gröger
2010-09-10 15:20   ` Alex Deucher
2010-09-21 19:33     ` Marius Gröger
2010-09-22  4:40       ` Alex Deucher
2010-09-22 18:24         ` Marius Gröger
2010-09-26  5:23           ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.