From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Airlie Subject: Re: [PATCH] drm: add "auto" dithering method Date: Wed, 21 Jul 2010 11:23:42 +1000 Message-ID: <1279675422.337.11.camel@clockmaker-el6> References: <1279256957-18299-1-git-send-email-skeggsb@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 209D19E7D5 for ; Tue, 20 Jul 2010 18:23:47 -0700 (PDT) In-Reply-To: <1279256957-18299-1-git-send-email-skeggsb@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: Ben Skeggs Cc: Ben Skeggs , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Fri, 2010-07-16 at 15:09 +1000, Ben Skeggs wrote: > From: Ben Skeggs > > There's no convenient/reliable way for drivers to both obey the dithering > mode property, and to be able to attempt to provide a good default in all > cases. > > This commit adds an "auto" method to the property which drivers can default > to if they wish, whilst still allowing the user to override the choice as > they do now. Pushed to drm-core-next. Thanks, Dave.