Re: Making Xorg easier to test

2010-03-05 Thread Xavier Bestel
On Fri, 2010-03-05 at 07:49 -0800, David Miller wrote: > From: Daniel Stone > Date: Fri, 5 Mar 2010 17:41:43 +0200 > > > I understand that you guys are upset about this, so maybe you'd like to > > donate, say, 10% of your developer base to help out? That'd be pretty > > ace. > > You have to supp

Re: linux-2.6.32.2 broke radeon modeset=1

2010-01-11 Thread Xavier Bestel
On Fri, 2010-01-08 at 23:36 +0100, Hendrik Sattler wrote: > Am Freitag 08 Januar 2010 23:29:11 schrieb Alex Deucher: > > On Fri, Jan 8, 2010 at 12:53 PM, Hendrik Sattler > > > > wrote: > > > Hi, > > > > > > I have a ATI HD2400XT in my notebook and tried the radeon.ko module with > > > modeset=1 (

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2

2010-01-08 Thread Xavier
On Fri, Jan 8, 2010 at 10:01 AM, wrote: > > Message: 2 > Date: Thu, 7 Jan 2010 22:38:27 -0800 > From: Dan Nicholson > Subject: Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: >        radeon*g*_dri.so Q3. enable XCB > To: [email protected] > Cc: DRI , >        [email protected]

Re: [Bug 14984] New: Nouveau KMS flicker on boot

2010-01-04 Thread Xavier
> > > -- > > Message: 7 > Date: Mon, 4 Jan 2010 20:21:21 GMT > From: [email protected] > Subject: [Bug 14984] New: Nouveau KMS flicker on boot > To: [email protected] > Message-ID: > Content-Type: text/plain; charset="UTF-8" > > http://bu

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-29 Thread Xavier Bestel
On Tue, 2009-12-29 at 19:35 +0100, Luca Tettamanti wrote: > I've adapted Rafał's patch to do the reclock when the idle interrupt is > fired (which btw should take care of the special case for nr CRTCs > 1). > Unfortunately I still see the black frame when reclocking is performed. > So I tried reclo

Re: [PATCH] drivers/radeon/kms: Workaround RV410/R420 CP errata.

2009-12-18 Thread Xavier Bestel
On Fri, 2009-12-18 at 01:11 -0800, Corbin Simpson wrote: [...] > @@ -194,6 +225,9 @@ static int r420_startup(struct radeon_device *rdev) > dev_err(rdev->dev, "failled initializing CP (%d).\n", r); > return r; > } > +/* Handle CP errata. */ > +r420_cp_errata

Re: [git pull] drm

2009-12-10 Thread Xavier Bestel
On Thu, 2009-12-10 at 07:17 -0800, Linus Torvalds wrote: > > On Thu, 10 Dec 2009, Dave Airlie wrote: > > > > The biggest missing feature [ ... ] > > No, the biggest missing feature is that Fedora is _still_ shipping > Nouveau, and I'm _still_ not seeing Red Hat people actively trying to get >

Re: RFC: libdrm repo

2009-11-18 Thread Xavier Bestel
On Tue, 2009-11-17 at 20:54 +0100, Julien Cristau wrote: > On Tue, Nov 17, 2009 at 18:54:40 +0100, Stephane Marchesin wrote: > > > Yes, but the positive side is that distros using a standard/old (about > > a year) kernel don't need to crawl the old libdrm repo and find the > > right version (in yo

Re: Adding new pci vendor id

2009-08-11 Thread Xavier Bestel
Hi, On Tue, 2009-08-11 at 03:24 -0400, Tauseef Hussain wrote: > Hi > I am using a linux kernel with the following info > > Linux 2.6.29.6-217.2.3.fc11.i686.PAE #1 SMP Wed Jul 29 16:05:22 EDT 2009 i686 > GNU/Linux > I would like to know what is the procedure to add new pci vendor id and > devic

Re: [Patch 0/3] Resubmit VIA Chrome9 DRM via_chrome9 for upstream

2009-07-18 Thread Xavier Bachelot
e9 3D driver, even if the task is huge, it can probably be done. Regards, Xavier > Thanks, > > Benjamin Pan > > -Original Message- > From: Jerome Glisse [mailto:[email protected]] > Sent: Friday, July 17, 2009 5:44 AM > To: Harald Welte > Cc: Dave Airlie; B

Re: [PATCH] drm: make drm_wait_vblank return immediately for very old sequence values

2009-02-18 Thread Xavier Bestel
On Tue, 2009-02-17 at 16:10 -0800, Ian Romanick wrote: > Are vblanks | Is anyone | > happening? | listening? | What to do? > > YesYes Update MSC based on vblank interrupts > YesNoDisable IRQ, estimate MSC next time >someone li

Re: Gem GTT mmaps..

2009-02-07 Thread Xavier Bestel
Le vendredi 06 février 2009 à 14:24 -0800, Jesse Barnes a écrit : > + map = list->map; > + if (map) { > + drm_free(map, sizeof(*map), DRM_MEM_DRIVER); > + list->map = NULL; I would have inverted the two last lines (otherwise why wouldn't you directly drw_fre

Re: GEM/TTM interfaces

2008-06-13 Thread Xavier Bestel
Le vendredi 13 juin 2008 à 18:28 +0200, Tomas Carnecky a écrit : > I have read (don't remember where) that once the kernel has a sensible > infrastructure for file descriptors you'd want to convert all the ioctl > code in GEM/TTM to standard syscalls. Is that true? Do you already know > which sy

Re: DRI2 direct rendering

2008-04-01 Thread Xavier Bestel
Hi Kristian, On Mon, 2008-03-31 at 17:34 -0400, Kristian Høgsberg wrote: > Hi, > > I just committed the last big chunk of DRI2 work, the direct rendering > support. With this, we can now do direct rendering to redirected > windows and GLX_EXT_texture_from_pixmap even works, so compiz (and > othe

Re: DRI2 direct rendering

2008-04-01 Thread Xavier Bestel
On Tue, 2008-04-01 at 11:48 +0200, Xavier Bestel wrote: > Hi Kristian, > > On Mon, 2008-03-31 at 17:34 -0400, Kristian Høgsberg wrote: > > Hi, > > > > I just committed the last big chunk of DRI2 work, the direct rendering > > support. With this, we can now

Re: DRI2 Design Wiki Page

2007-10-04 Thread Xavier Bestel
Hi, On Thu, 2007-10-04 at 01:27 -0400, Kristian Høgsberg wrote: > I wrote up the DRI2 design on a wiki page here: > > http://wiki.x.org/wiki/DRI2 Is that a new DRI version intended to work with Gallium only ? Xav ---

Bad entries in the in-kernel tree pci ids list

2007-01-25 Thread Xavier Bachelot
, but that is less of a pb as it is a actually a graphic chipset. Should I bugzilla this, or did I miss something ? Regards, Xavier - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay pa

Duplicate pci ids for intel chipsets

2006-06-17 Thread Xavier Bachelot
ng a note will certainly not hurt anyone ;-) Regards, Xavier --- drm_pciids.txt.orig 2006-06-17 23:22:30.0 +0200 +++ drm_pciids.txt 2006-06-17 23:24:23.0 +0200 @@ -231,6 +231,12 @@ 0x8086 0x3582 0 "Intel i852GM/i855GM GMCH" 0x8086 0x2572 0 "Intel i865G GMCH" +

Re: DMA scheduling

2006-03-16 Thread Xavier Bestel
On Thu, 2006-03-16 at 16:52, Keith Whitwell wrote: > 2) Interactivity. It is quite possible to have one application which > does so little rendering per frame that it can run at 3000fps while > another eg, video-based application does a lot more and can just > about keep up a 30fps fr

Re: DRM radeon i2c support and GPL

2004-09-21 Thread Xavier Bestel
Le mar 21/09/2004 Ã 09:58, Kean Johnston a Ãcrit : > > I picked a very simple piece of code to start out with as a test case. > > The I2C code is only a hundred lines and could be rewritten. But > > what's the point, BSD doesn't have Linux's I2C driver system. This > > code has no value anywhere bu

Re: [Dri-devel] Re: radeon problem

2004-01-13 Thread Xavier Hienne
t structure's data - copy the 32 bit structure into userspace 32 bit backward compatibility in ioctl calls is a pb that has already been dealt with in other parts of the kernel. As a start, see for example: /usr/src/linux/include/lin

Re: [Dri-devel] Re: radeon problem

2004-01-12 Thread Xavier Hienne
bit version without DRI. Regards, Xavier PS: Michel, since you're involve in DRM development, i'd like to bring to your attention that two email addresses (given in several radeon drm files) are obsolete : according to Va Software postmaster, Kevin E. Martin <[EMAIL PROTECTED]>

Re: R200 DOT3 EXT problems (was Re: [Dri-devel] mesa 4.1 branch /NO go on 2.5.48)

2002-11-21 Thread Xavier Hosxe
spaceship...See screen shot above. GL_EXT_texture_env_combine is used to merge the 3D bumpmap effect with a flat texture. Xavier --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf