From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: [PATCH] drm: add bit depth parsing Date: Fri, 15 Apr 2011 14:29:50 -0400 Message-ID: <4DA88E9E.2040804@redhat.com> References: <1302891755-1869-1-git-send-email-jbarnes@virtuousgeek.org> 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 DED629E70A for ; Fri, 15 Apr 2011 11:29:51 -0700 (PDT) In-Reply-To: <1302891755-1869-1-git-send-email-jbarnes@virtuousgeek.org> 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: Jesse Barnes Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 4/15/11 2:22 PM, Jesse Barnes wrote: > EDID 1.4 digital monitors report the bit depth supported in the input > field. Add support for parsing this out and storing the info in the > display_info structure for use by drivers. > > Signed-off-by: Jesse Barnes Very nice. Reviewed-by: Adam Jackson - ajax