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 dan...@fooishbar.org 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

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 p...@hendrik-sattler.de wrote: Hi, I have a ATI HD2400XT in my notebook and tried the radeon.ko module with

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 recloking

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. */ +

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 it merged

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 your case

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 device id

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 listens

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

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

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 other

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 do direct rendering to redirected windows

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

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

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 but on