From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Subject: Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list Date: Sun, 23 Jun 2013 21:01:10 +0100 Message-ID: <51C75406.6070007@gmail.com> References: <1370003021-16594-1-git-send-email-ville.syrjala@linux.intel.com> <20130531154351.GY15743@phenom.ffwll.local> <51A8F25E.3060102@gmail.com> <51A9BB45.4030307@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by gabe.freedesktop.org (Postfix) with ESMTP id A269CE5CF9 for ; Sun, 23 Jun 2013 13:01:13 -0700 (PDT) Received: by mail-we0-f174.google.com with SMTP id q58so7663796wes.19 for ; Sun, 23 Jun 2013 13:01:12 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Alex Deucher Cc: dri-devel List-Id: dri-devel@lists.freedesktop.org Alex Deucher wrote: > On Sat, Jun 1, 2013 at 5:13 AM, Andy Furniss wrote: >> Daniel Vetter wrote: >> >>> Interlaced modes are supported on all intel platforms (except i8xx, hw >>> can't do it there) and we have full support for CEA modes. >>> -Daniel >> >> >> OK, thanks, I guess it's an AMD driver issue rather than a more generic drm >> thing then. > > You might try removing this chunk of code in radeon_atom_mode_fixup() > in atombios_encoders.c > > /* hw bug */ > if ((mode->flags & DRM_MODE_FLAG_INTERLACE) > && (mode->crtc_vsync_start < (mode->crtc_vdisplay + 2))) > adjusted_mode->crtc_vsync_start = > adjusted_mode->crtc_vdisplay + 2; Thanks, but it doesn't make any difference. To slightly correct what I said earlier when describing what I see - at 1920x1080i the right quarter of the bottom line is rendering repeated x4 as the top line.