From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: [PATCH 1/4] drm: add the VIC number to the CEA EDID modes Date: Fri, 13 Apr 2012 16:38:04 -0400 Message-ID: <4F888EAC.9040502@redhat.com> References: <1334345501-2868-1-git-send-email-przanoni@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id 97B2EA0E2E for ; Fri, 13 Apr 2012 13:38:06 -0700 (PDT) In-Reply-To: <1334345501-2868-1-git-send-email-przanoni@gmail.com> 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: Paulo Zanoni Cc: Paulo Zanoni , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 4/13/12 3:31 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > The specification defines a VIC (Video Identification Code) for each > mode. When we're browsing drm_edid_modes.h, it really helps to have the > number available (otherwise we have to count...). These numbers are also > used in the EDID data (by the CEA-EXT extension block). > > Signed-off-by: Paulo Zanoni For the series: Reviewed-by: Adam Jackson - ajax