From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761077AbYD2XGn (ORCPT ); Tue, 29 Apr 2008 19:06:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760210AbYD2XGP (ORCPT ); Tue, 29 Apr 2008 19:06:15 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:55483 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756679AbYD2XGN (ORCPT ); Tue, 29 Apr 2008 19:06:13 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Dz7Z3nbMFoFcf3kRmgt+6HS60sHX91BOBhQHrZV1bGaKQGL8k37tnODRQeFG8NB4j+si/lDiMf4LFTLP65jw/ASmtehmXAjQZnRJ9qPxxfCySiOu+o7GcLJe+3D2jdb3I/1SR4Egi4jZRabCOj+c7o703YIZ5g9FTzSayO2TN4I= Message-ID: <4817A9D3.1030309@googlemail.com> Date: Wed, 30 Apr 2008 01:05:55 +0200 From: Gabriel C User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Jesse Barnes CC: Dave Airlie , Gabriel C , Linux Kernel Mailing List , linux-fbdev-devel@lists.sourceforge.net, "Antonino A. Daplas" , Wang Zhenyu Subject: Re: intelfb and G33 / Q33 / Q35 chipsets support ? References: <4815EEB4.2060509@frugalware.org> <481678C6.7050400@googlemail.com> <200804291104.47687.jbarnes@virtuousgeek.org> In-Reply-To: <200804291104.47687.jbarnes@virtuousgeek.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jesse Barnes wrote: > On Monday, April 28, 2008 6:24 pm Gabriel C wrote: >> Dave Airlie wrote: >>> On Mon, 28 Apr 2008, Gabriel C wrote: >>>> Hello , >>>> >>>> are there any plans to add G33 / Q33 / Q35 chipsets support for the >>>> intelfb driver ? Is this driver still maintained ? >>>> >>>> ( I'm not really sure who maintains this driver so I've add peoples to >>>> CC I saw worked on it , I've also added Wang Zhenyu to CC while he added >>>> this support for AGP ) >>> Intel fb is unmaintained (well I've done trivial fixes in the past), and >>> I'd rather not add new chipset support to it. >>> >>> We are working (RH and Intel) on a new kernel modesetting layer which >>> will allow fbs integrated with proper memory management and support all >>> intel hw, >> Good news :) >> >> Are there any patch(es) / git tree one could try out ? > > See the modesetting-101 branch of git://git.freedesktop.org/git/mesa/drm. > It's a bit rough in spots but the i915 driver should be pretty close to > feature parity with the Intel X driver at this point. Thx , I will try out the tree. > >>> The main problem with intelfb is it trips up the userspace X drivers a >>> lot and generally break things.. >> Really ? I didn't knew that. > > Yeah it's been an ongoing source of problems... > > Jesse > Gabriel