From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266459AbUHCQ3H (ORCPT ); Tue, 3 Aug 2004 12:29:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263769AbUHCQ3H (ORCPT ); Tue, 3 Aug 2004 12:29:07 -0400 Received: from e32.co.us.ibm.com ([32.97.110.130]:11666 "EHLO e32.co.us.ibm.com") by vger.kernel.org with ESMTP id S266459AbUHCQ3F (ORCPT ); Tue, 3 Aug 2004 12:29:05 -0400 Message-ID: <410FBD47.2060605@us.ibm.com> Date: Tue, 03 Aug 2004 09:28:55 -0700 From: Ian Romanick User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Keith Whitwell CC: lkml , "DRI developer's list" Subject: Re: DRM code reorganization References: <20040802155312.56128.qmail@web14923.mail.yahoo.com> <410E81C3.2070804@us.ibm.com> <20040802185746.GA12724@redhat.com> <410E9FEE.60108@us.ibm.com> <20040802204553.GC12724@redhat.com> <410ED3F7.7090809@us.ibm.com> <410F443A.7050707@tungstengraphics.com> In-Reply-To: <410F443A.7050707@tungstengraphics.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Keith Whitwell wrote: > We've actually managed to do a fair bit of cleanup already - if you look > at the gamma driver, there's a lot of stuff in there which used to be > shared but ifdef'ed out between all the drivers. The > __HAVE_MULTIPLE_DMA_QUEUES macro is a remnant of this, but I think > you'll break gamma when you try & remove it. It looks like __HAVE_MULTIPLE_DMA_QUEUES is a superset of __HAVE_DMA_QUEUE. My thinking was that the code for those two options could be merged. Does that seem reasonable?