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: Sat, 01 Jun 2013 10:13:41 +0100 Message-ID: <51A9BB45.4030307@gmail.com> References: <1370003021-16594-1-git-send-email-ville.syrjala@linux.intel.com> <20130531154351.GY15743@phenom.ffwll.local> <51A8F25E.3060102@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) by gabe.freedesktop.org (Postfix) with ESMTP id C0570E5C33 for ; Sat, 1 Jun 2013 02:13:45 -0700 (PDT) Received: by mail-ee0-f48.google.com with SMTP id b47so389211eek.35 for ; Sat, 01 Jun 2013 02:13:45 -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: Daniel Vetter Cc: dri-devel List-Id: dri-devel@lists.freedesktop.org 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.