[PATCH] drm: Add a driver for kvm emulated Cirrus

2011-04-18 Thread Matthew Garrett
On Mon, Apr 18, 2011 at 10:03:06PM +0100, Alan Cox wrote: > So has this been benchmarked - intuitively I'd agree and expect that a > shadowfb driver ought to give best performance. No, but it's noticably nicer to use under virt-manager. I'll try to come up with some numbers. > > +/* Map the

[Bug 29495] [r300g] Shadowgrounds: character portraits rendered wrong

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29495 --- Comment #3 from Tom Stellard 2011-04-18 22:20:07 PDT --- Can you try this again with the latest git version of mesa (commit ffc1d166d24532aeaa4dcf06a431e43ab7e7e315 or newer)? -- Configure bugmail:

[Bug 34218] [r300g] Unigine Sanctuary: some surfaces are reflecting too much light

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34218 --- Comment #6 from Tom Stellard 2011-04-18 22:04:20 PDT --- Can you try this again with the latest git version of mesa (commit ffc1d166d24532aeaa4dcf06a431e43ab7e7e315 or newer)? -- Configure bugmail:

[PATCH] drm: Add a driver for kvm emulated Cirrus

2011-04-18 Thread Alan Cox
So has this been benchmarked - intuitively I'd agree and expect that a shadowfb driver ought to give best performance. > +/* Map the framebuffer from the card and configure the core */ > +static int cirrus_vram_init(struct cirrus_device *cdev) > +{ > + int ret; > + > + /* BAR 0 is VRAM */

2.6.39-rc1 nouveau(?) regression (bisected)

2011-04-18 Thread Marcin Slusarz
On Sun, Apr 17, 2011 at 06:49:20PM +0200, Marcin Slusarz wrote: > On Sun, Apr 17, 2011 at 12:24:27PM -0400, Kyle Spaans wrote: > > On Sun, Apr 17, 2011 at 05:45:57PM +0200, Marcin Slusarz wrote: > > > On Sun, Apr 17, 2011 at 11:12:04AM -0400, Kyle Spaans wrote: > > > > On Sat, Apr 16, 2011 at

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #16 from imamdxl8805 at gmail.com 2011-04-18 21:10:55 PDT --- Tested as of today 19 April 2011, cloned mesa git glxinfo | grep OpenGL OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Mobile Intel? GM45

[Bug 35434] [RADEON:KMS:R600G] etqw: broken ground textures

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35434 --- Comment #8 from Benjamin Bellec 2011-04-18 17:19:15 PDT --- Here is a screencast of these textures problems. The first part show especially the texture corruption, and the second part the artifacts. http://dl.free.fr/hUqycZ1Qo

[PATCH] drm: Add a driver for kvm emulated Cirrus

2011-04-18 Thread Matt Turner
On Mon, Apr 18, 2011 at 4:04 PM, Matthew Garrett wrote: > qemu-kvm emulates a Cirrus GPU, including its acceleration engine. We > typically then run a Cirrus-specific X driver on top of this, which > turns requests into commands and sends them to the emulated accelerator. > This all seems to be

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36327 ??? ?. changed: What|Removed |Added Attachment #45792|lspci -vnn on my Toshiba on |lspci -vnn on my Toshiba

[Bug 33582] New: unable to hibernate with nouveau and NV11

2011-04-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33582 Summary: unable to hibernate with nouveau and NV11 Product: Drivers Version: 2.5 Kernel Version: 2.6. Platform: All OS/Version: Linux Tree: Mainline Status: NEW

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #10 from ??? ?. 2011-04-18 16:19:55 PDT --- Created an attachment (id=45792) --> (https://bugs.freedesktop.org/attachment.cgi?id=45792) lspci -vnn on my Toshiba on my Satellite L35-S2366 This bug has been around for more than

[PATCH 2/2] drm: Verify debug message arguments

2011-04-18 Thread Joe Perches
On Mon, 2011-04-18 at 16:01 -0700, Ian Romanick wrote: > > @@ -214,9 +214,9 @@ parse_lfp_panel_data(struct drm_i915_private *dev_priv, > > i915_lvds_downclock) { > > dev_priv->lvds_downclock_avail = 1; > > dev_priv->lvds_downclock = temp_downclock; > > -

[PATCH 1/2] drm: Create and use drm_err

2011-04-18 Thread Joe Perches
On Mon, 2011-04-18 at 15:56 -0700, Ian Romanick wrote: > I believe that DRM_NAME is a define, and drm_stub.c is in common code. > As a result, won't this change cause something different to get logged? Nope. DRM_NAME is #defined only once. include/drm/drm.h:#define DRM_NAME "drm" The

[PATCH] drm: Add a driver for kvm emulated Cirrus

2011-04-18 Thread Matthew Garrett
); + +MODULE_DEVICE_TABLE(pci, pciidlist); +MODULE_AUTHOR(DRIVER_AUTHOR); +MODULE_DESCRIPTION(DRIVER_DESC); +MODULE_LICENSE("GPL"); diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.h b/drivers/gpu/drm/cirrus/cirrus_drv.h new file mode 100644 index 000..7a93f3e --- /dev/null +++ b/drive

[PATCH 2/2] drm: Verify debug message arguments

2011-04-18 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/17/2011 08:35 PM, Joe Perches wrote: > Add __attribute__((format (printf, 4, 5))) to drm_ut_debug_printk > and fix fallout. > > Signed-off-by: Joe Perches Aside from the comment below about intel_bios.c, Reviewed-by: Ian Romanick

[PATCH 1/2] drm: Create and use drm_err

2011-04-18 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/17/2011 08:35 PM, Joe Perches wrote: > Reduce drm text size ~1% by using drm_err and > printf extension %pV to emit error messages. > > Remove unused macro DRM_MEM_ERROR. > > $ size drivers/gpu/drm/built-in.o* >text data bss

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36371 Nicolas Kaiser changed: What|Removed |Added Attachment #45790|45789: readPixSanity|readPixSanity git-699ecec

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #5 from Nicolas Kaiser 2011-04-18 15:46:14 PDT --- Created an attachment (id=45790) --> (https://bugs.freedesktop.org/attachment.cgi?id=45790) 45789: readPixSanity git-699ecec #3 -- Configure bugmail:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #4 from Nicolas Kaiser 2011-04-18 15:45:28 PDT --- Created an attachment (id=45789) --> (https://bugs.freedesktop.org/attachment.cgi?id=45789) readPixSanity git-699ecec #2 -- Configure bugmail:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #3 from Nicolas Kaiser 2011-04-18 15:44:31 PDT --- Created an attachment (id=45788) --> (https://bugs.freedesktop.org/attachment.cgi?id=45788) readPixSanity git-699ecec #1 -- Configure bugmail:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #2 from Nicolas Kaiser 2011-04-18 15:43:08 PDT --- Created an attachment (id=45787) --> (https://bugs.freedesktop.org/attachment.cgi?id=45787) readPixSanity 7.9.2 #3 -- Configure bugmail:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #1 from Nicolas Kaiser 2011-04-18 15:42:20 PDT --- Created an attachment (id=45786) --> (https://bugs.freedesktop.org/attachment.cgi?id=45786) readPixSanity 7.9.2 #2 -- Configure bugmail:

[Bug 36371] New: r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36371 Summary: r200: piglit readPixSanity failure Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority:

[Bug 26999] _mesa_reference_renderbuffer: Assertion `oldRb->Magic == 0xaabbccdd' failed

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26999 --- Comment #11 from Julien Viard de Galbert 2011-04-18 14:50:47 PDT --- Unfortunately, I didn't get time to work on that yet... I still plan too, but I really don't know when ;) -- Configure bugmail:

[Bug 33392] suspend/resume stopped working

2011-04-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33392 --- Comment #4 from Sergey Senozhatsky 2011-04-18 13:34:24 --- On (04/17/11 18:08), bugzilla-daemon at bugzilla.kernel.org wrote: > Also please try the current Linus' tree in case the underlying bug has been > fixed already. > Hello, Had

2.6.39-rc1 nouveau(?) regression (bisected)

2011-04-18 Thread Linus Torvalds
On Mon, Apr 18, 2011 at 1:02 PM, Marcin Slusarz wrote: > > It's some nasty corruption: Looks like something wrote 0x to free'd memory. Enabling DEBUG_PAGEALLOC *might* show where it happens. > > [ ? ?6.523867] >

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #9 from Karesz L. 2011-04-18 12:51:22 PDT --- I've made a custom kernel, and applied this (I modified the nx6125's patch a bit): --- a/drivers/gpu/drm/radeon/radeon_combios.c +++ b/drivers/gpu/drm/radeon/radeon_combios.c @@ -3171,6

[Bug 31782] nouveau: lockdep spew

2011-04-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31782 --- Comment #8 from Johannes Berg 2011-04-18 12:50:17 --- Actually, that was wrong -- I wasn't booting the kernel I was compiling, 2.6.39-rc3 doesn't work at all, I only get a garbled screen :-( -- Configure bugmail:

Linux 2.6.39-rc3

2011-04-18 Thread Alex Deucher
On Mon, Apr 18, 2011 at 11:59 AM, Jerome Glisse wrote: > On Mon, Apr 18, 2011 at 11:33 AM, Alex Deucher > wrote: >> On Mon, Apr 18, 2011 at 11:29 AM, Jerome Glisse >> wrote: >>> On Mon, Apr 18, 2011 at 11:23 AM, Alex Deucher >>> wrote: On Sun, Apr 17, 2011 at 10:09 AM, Joerg Roedel

Linux 2.6.39-rc3

2011-04-18 Thread Jerome Glisse
On Mon, Apr 18, 2011 at 11:33 AM, Alex Deucher wrote: > On Mon, Apr 18, 2011 at 11:29 AM, Jerome Glisse wrote: >> On Mon, Apr 18, 2011 at 11:23 AM, Alex Deucher >> wrote: >>> On Sun, Apr 17, 2011 at 10:09 AM, Joerg Roedel wrote: On Sat, Apr 16, 2011 at 02:54:04PM -0400, Jerome Glisse

Linux 2.6.39-rc3

2011-04-18 Thread Alex Deucher
On Mon, Apr 18, 2011 at 11:29 AM, Jerome Glisse wrote: > On Mon, Apr 18, 2011 at 11:23 AM, Alex Deucher > wrote: >> On Sun, Apr 17, 2011 at 10:09 AM, Joerg Roedel wrote: >>> On Sat, Apr 16, 2011 at 02:54:04PM -0400, Jerome Glisse wrote: >>> If you want to go the printk way you can add

Linux 2.6.39-rc3

2011-04-18 Thread Jerome Glisse
On Mon, Apr 18, 2011 at 11:23 AM, Alex Deucher wrote: > On Sun, Apr 17, 2011 at 10:09 AM, Joerg Roedel wrote: >> On Sat, Apr 16, 2011 at 02:54:04PM -0400, Jerome Glisse wrote: >> >>> If you want to go the printk way you can add printk before each test >>> ring_test, ib_test in r600.c this 2

Linux 2.6.39-rc3

2011-04-18 Thread Alex Deucher
On Sun, Apr 17, 2011 at 10:09 AM, Joerg Roedel wrote: > On Sat, Apr 16, 2011 at 02:54:04PM -0400, Jerome Glisse wrote: > >> If you want to go the printk way you can add printk before each test >> ring_test, ib_test in r600.c this 2 functions are the own that might >> trigger the first GPU gart

[PATCH] drm: Recover DPMS properly after XRandr re-enablement

2011-04-18 Thread Takashi Iwai
At Sun, 17 Apr 2011 18:26:54 +0200, Florian Mickler wrote: > > On Wed, 22 Dec 2010 12:53:07 + > Chris Wilson wrote: > > > On Wed, 22 Dec 2010 12:42:32 +, Chris Wilson > chris-wilson.co.uk> wrote: > > > From: Takashi Iwai > > > > > This patch adds a new helper function to manage the

[Bug 31782] nouveau: lockdep spew

2011-04-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31782 --- Comment #7 from Johannes Berg 2011-04-18 09:56:16 --- I'm now on 2.6.39-rc3 and while the issue persists, the patch doesn't apply. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving

Problems caused by commit 6803ed69994a14824081adbf1b58fd21a9966215 to 2.6.38-rc5

2011-04-18 Thread Ben Skeggs
On Sun, 2011-04-17 at 15:40 -0400, Bob Gleitsmann wrote: > Good day, night, or whatever, Hey, I've pushed a fix for this (solution 2 that you mentioned) to nouveau's git tree. I'll get it to Dave with the next batch of fixes for .39-rc. Ben. > > The above mentioned commit which changed the

Embedded Linux memory management interest group list

2011-04-18 Thread Jesse Barker
Hi all, One of the big issues we've been faced with at Linaro is around GPU and multimedia device integration, in particular the memory management requirements for supporting them on ARM. ?This next cycle, we'll be focusing on driving consensus around a unified memory management solution for

[Bug 36318] r600g segfaults

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36318 --- Comment #4 from Ian Milligan 2011-04-18 07:33:20 PDT --- Interesting, I'm using LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH I don't think that is the problem. It's only glxgears having this problem, however, so that problem may be with it. --

[Bug 33542] radeon: Don't read BIOS in VRAM on SPARC64

2011-04-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33542 Jason Detring changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 26999] _mesa_reference_renderbuffer: Assertion `oldRb->Magic == 0xaabbccdd' failed

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26999 --- Comment #10 from Peter 2011-04-18 04:11:47 PDT --- Julien, I'm unable to build mesa with provided patch too. Any pointers? Thank you! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 33755] System hangs with x-testing and gtkperf tests

2011-04-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33755 KavithaReddy changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] fix mesa tarball creation again

2011-04-18 Thread Marek Olšák
Pushed, thanks. Marek On Sat, Apr 16, 2011 at 10:11 AM, Thierry Vignaud wrote: > Hi > > The following patch fixes mesa tarball creation again > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attac

[Bug 33542] New: radeon: Don't read BIOS in VRAM on SPARC64

2011-04-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33542 Summary: radeon: Don't read BIOS in VRAM on SPARC64 Product: Drivers Version: 2.5 Kernel Version: 2.6.39-rc3 Platform: All OS/Version: Linux Tree: Mainline Status:

[Bug 33542] radeon: Don't read BIOS in VRAM on SPARC64

2011-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33542 Jason Detring detri...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 33755] System hangs with x-testing and gtkperf tests

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33755 KavithaReddy mrgkavi...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: 2.6.39-rc1 nouveau regression (bisected)

2011-04-18 Thread Kyle Spaans
On Sat, Apr 16, 2011 at 07:50:28PM -0400, Kyle Spaans wrote: On Sun, Apr 17, 2011 at 08:12:35AM +1000, Nigel Cunningham wrote: On 15/04/11 16:11, Dominik Brodowski wrote: On Thu, Apr 14, 2011 at 09:02:01PM +0200, Marcin Slusarz wrote: On Thu, Apr 14, 2011 at 07:05:59PM +0200, Dominik

Re: 2.6.39-rc1 nouveau regression (bisected)

2011-04-18 Thread Kyle Spaans
On Sun, Apr 17, 2011 at 05:45:57PM +0200, Marcin Slusarz wrote: On Sun, Apr 17, 2011 at 11:12:04AM -0400, Kyle Spaans wrote: On Sat, Apr 16, 2011 at 07:50:28PM -0400, Kyle Spaans wrote: On Sun, Apr 17, 2011 at 08:12:35AM +1000, Nigel Cunningham wrote: On 15/04/11 16:11, Dominik Brodowski

Re: [PATCH] drm: Recover DPMS properly after XRandr re-enablement

2011-04-18 Thread Takashi Iwai
At Sun, 17 Apr 2011 18:26:54 +0200, Florian Mickler wrote: On Wed, 22 Dec 2010 12:53:07 + Chris Wilson ch...@chris-wilson.co.uk wrote: On Wed, 22 Dec 2010 12:42:32 +, Chris Wilson ch...@chris-wilson.co.uk wrote: From: Takashi Iwai ti...@suse.de This patch adds a new

[Bug 31782] nouveau: lockdep spew

2011-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31782 --- Comment #7 from Johannes Berg johan...@sipsolutions.net 2011-04-18 09:56:16 --- I'm now on 2.6.39-rc3 and while the issue persists, the patch doesn't apply. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email

[Bug 26999] _mesa_reference_renderbuffer: Assertion `oldRb-Magic == 0xaabbccdd' failed

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26999 --- Comment #10 from Peter p...@gentoo.org 2011-04-18 04:11:47 PDT --- Julien, I'm unable to build mesa with provided patch too. Any pointers? Thank you! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 31782] nouveau: lockdep spew

2011-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31782 --- Comment #8 from Johannes Berg johan...@sipsolutions.net 2011-04-18 12:50:17 --- Actually, that was wrong -- I wasn't booting the kernel I was compiling, 2.6.39-rc3 doesn't work at all, I only get a garbled screen :-( -- Configure

[Bug 33392] suspend/resume stopped working

2011-04-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33392 --- Comment #4 from Sergey Senozhatsky sergey.senozhat...@gmail.com 2011-04-18 13:34:24 --- On (04/17/11 18:08), bugzilla-dae...@bugzilla.kernel.org wrote: Also please try the current Linus' tree in case the underlying bug has been fixed

[Bug 36318] r600g segfaults

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36318 --- Comment #4 from Ian Milligan ianml...@gmail.com 2011-04-18 07:33:20 PDT --- Interesting, I'm using LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH I don't think that is the problem. It's only glxgears having this problem, however, so that problem may

Embedded Linux memory management interest group list

2011-04-18 Thread Jesse Barker
Hi all, One of the big issues we've been faced with at Linaro is around GPU and multimedia device integration, in particular the memory management requirements for supporting them on ARM.  This next cycle, we'll be focusing on driving consensus around a unified memory management solution for

Re: Linux 2.6.39-rc3

2011-04-18 Thread Alex Deucher
On Sun, Apr 17, 2011 at 10:09 AM, Joerg Roedel j...@8bytes.org wrote: On Sat, Apr 16, 2011 at 02:54:04PM -0400, Jerome Glisse wrote: If you want to go the printk way you can add printk before each test ring_test, ib_test in r600.c this 2 functions are the own that might trigger the first GPU

Re: Linux 2.6.39-rc3

2011-04-18 Thread Jerome Glisse
On Mon, Apr 18, 2011 at 11:23 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Sun, Apr 17, 2011 at 10:09 AM, Joerg Roedel j...@8bytes.org wrote: On Sat, Apr 16, 2011 at 02:54:04PM -0400, Jerome Glisse wrote: If you want to go the printk way you can add printk before each test ring_test,

Re: Linux 2.6.39-rc3

2011-04-18 Thread Jerome Glisse
On Mon, Apr 18, 2011 at 11:33 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Mon, Apr 18, 2011 at 11:29 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Apr 18, 2011 at 11:23 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Sun, Apr 17, 2011 at 10:09 AM, Joerg Roedel j...@8bytes.org wrote:

Re: Linux 2.6.39-rc3

2011-04-18 Thread Alex Deucher
On Mon, Apr 18, 2011 at 11:59 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Apr 18, 2011 at 11:33 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Mon, Apr 18, 2011 at 11:29 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Apr 18, 2011 at 11:23 AM, Alex Deucher alexdeuc...@gmail.com

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #9 from Karesz L. lengyel.kar...@gmail.com 2011-04-18 12:51:22 PDT --- I've made a custom kernel, and applied this (I modified the nx6125's patch a bit): --- a/drivers/gpu/drm/radeon/radeon_combios.c +++

Re: 2.6.39-rc1 nouveau(?) regression (bisected)

2011-04-18 Thread Marcin Slusarz
On Sun, Apr 17, 2011 at 06:49:20PM +0200, Marcin Slusarz wrote: On Sun, Apr 17, 2011 at 12:24:27PM -0400, Kyle Spaans wrote: On Sun, Apr 17, 2011 at 05:45:57PM +0200, Marcin Slusarz wrote: On Sun, Apr 17, 2011 at 11:12:04AM -0400, Kyle Spaans wrote: On Sat, Apr 16, 2011 at 07:50:28PM

[PATCH] drm: Add a driver for kvm emulated Cirrus

2011-04-18 Thread Matthew Garrett
Cirrus emulation +#define DRIVER_DATE20110418 + +#define DRIVER_MAJOR 1 +#define DRIVER_MINOR 0 +#define DRIVER_PATCHLEVEL 0 + +#define CIRRUS_INFO(fmt, arg...) DRM_INFO(DRIVER_NAME : fmt, ##arg) +#define CIRRUS_ERROR(fmt, arg...) DRM_ERROR(DRIVER_NAME : fmt

Re: [PATCH] drm: Add a driver for kvm emulated Cirrus

2011-04-18 Thread Matt Turner
On Mon, Apr 18, 2011 at 4:04 PM, Matthew Garrett m...@redhat.com wrote: qemu-kvm emulates a Cirrus GPU, including its acceleration engine. We typically then run a Cirrus-specific X driver on top of this, which turns requests into commands and sends them to the emulated accelerator. This all

Re: 2.6.39-rc1 nouveau(?) regression (bisected)

2011-04-18 Thread Linus Torvalds
On Mon, Apr 18, 2011 at 1:02 PM, Marcin Slusarz marcin.slus...@gmail.com wrote: It's some nasty corruption: Looks like something wrote 0x to free'd memory. Enabling DEBUG_PAGEALLOC *might* show where it happens. [    6.523867]

Re: [PATCH] drm: Add a driver for kvm emulated Cirrus

2011-04-18 Thread Alan Cox
So has this been benchmarked - intuitively I'd agree and expect that a shadowfb driver ought to give best performance. +/* Map the framebuffer from the card and configure the core */ +static int cirrus_vram_init(struct cirrus_device *cdev) +{ + int ret; + + /* BAR 0 is VRAM */ +

Re: [PATCH] drm: Add a driver for kvm emulated Cirrus

2011-04-18 Thread Matthew Garrett
On Mon, Apr 18, 2011 at 10:03:06PM +0100, Alan Cox wrote: So has this been benchmarked - intuitively I'd agree and expect that a shadowfb driver ought to give best performance. No, but it's noticably nicer to use under virt-manager. I'll try to come up with some numbers. +/* Map the

[Bug 26999] _mesa_reference_renderbuffer: Assertion `oldRb-Magic == 0xaabbccdd' failed

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26999 --- Comment #11 from Julien Viard de Galbert jul...@vdg.blogsite.org 2011-04-18 14:50:47 PDT --- Unfortunately, I didn't get time to work on that yet... I still plan too, but I really don't know when ;) -- Configure bugmail:

[Bug 36371] New: r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36371 Summary: r200: piglit readPixSanity failure Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #1 from Nicolas Kaiser ni...@nikai.net 2011-04-18 15:42:20 PDT --- Created an attachment (id=45786) -- (https://bugs.freedesktop.org/attachment.cgi?id=45786) readPixSanity 7.9.2 #2 -- Configure bugmail:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #2 from Nicolas Kaiser ni...@nikai.net 2011-04-18 15:43:08 PDT --- Created an attachment (id=45787) -- (https://bugs.freedesktop.org/attachment.cgi?id=45787) readPixSanity 7.9.2 #3 -- Configure bugmail:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #3 from Nicolas Kaiser ni...@nikai.net 2011-04-18 15:44:31 PDT --- Created an attachment (id=45788) -- (https://bugs.freedesktop.org/attachment.cgi?id=45788) readPixSanity git-699ecec #1 -- Configure bugmail:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #4 from Nicolas Kaiser ni...@nikai.net 2011-04-18 15:45:28 PDT --- Created an attachment (id=45789) -- (https://bugs.freedesktop.org/attachment.cgi?id=45789) readPixSanity git-699ecec #2 -- Configure bugmail:

[Bug 36371] r200: piglit readPixSanity failure

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #5 from Nicolas Kaiser ni...@nikai.net 2011-04-18 15:46:14 PDT --- Created an attachment (id=45790) -- (https://bugs.freedesktop.org/attachment.cgi?id=45790) 45789: readPixSanity git-699ecec #3 -- Configure bugmail:

Re: [PATCH 1/2] drm: Create and use drm_err

2011-04-18 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/17/2011 08:35 PM, Joe Perches wrote: Reduce drm text size ~1% by using drm_err and printf extension %pV to emit error messages. Remove unused macro DRM_MEM_ERROR. $ size drivers/gpu/drm/built-in.o* text data bss dec

Re: [PATCH 1/2] drm: Create and use drm_err

2011-04-18 Thread Dave Airlie
On Mon, 2011-04-18 at 15:56 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/17/2011 08:35 PM, Joe Perches wrote: Reduce drm text size ~1% by using drm_err and printf extension %pV to emit error messages. Remove unused macro DRM_MEM_ERROR. $ size

Re: [PATCH 2/2] drm: Verify debug message arguments

2011-04-18 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/17/2011 08:35 PM, Joe Perches wrote: Add __attribute__((format (printf, 4, 5))) to drm_ut_debug_printk and fix fallout. Signed-off-by: Joe Perches j...@perches.com Aside from the comment below about intel_bios.c, Reviewed-by: Ian Romanick

Re: [PATCH 1/2] drm: Create and use drm_err

2011-04-18 Thread Joe Perches
On Mon, 2011-04-18 at 15:56 -0700, Ian Romanick wrote: I believe that DRM_NAME is a define, and drm_stub.c is in common code. As a result, won't this change cause something different to get logged? Nope. DRM_NAME is #defined only once. include/drm/drm.h:#define DRM_NAME drm The only

Re: [PATCH 2/2] drm: Verify debug message arguments

2011-04-18 Thread Joe Perches
On Mon, 2011-04-18 at 16:01 -0700, Ian Romanick wrote: @@ -214,9 +214,9 @@ parse_lfp_panel_data(struct drm_i915_private *dev_priv, i915_lvds_downclock) { dev_priv-lvds_downclock_avail = 1; dev_priv-lvds_downclock = temp_downclock; -

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36327 Евгений М. eumos...@gmail.com changed: What|Removed |Added Attachment #45792|lspci -vnn on my Toshiba on |lspci -vnn on my Toshiba

[Bug 35434] [RADEON:KMS:R600G] etqw: broken ground textures

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35434 --- Comment #8 from Benjamin Bellec b.bel...@gmail.com 2011-04-18 17:19:15 PDT --- Here is a screencast of these textures problems. The first part show especially the texture corruption, and the second part the artifacts.

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #16 from imamdxl8...@gmail.com 2011-04-18 21:10:55 PDT --- Tested as of today 19 April 2011, cloned mesa git glxinfo | grep OpenGL OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Mobile Intel® GM45

[Bug 34218] [r300g] Unigine Sanctuary: some surfaces are reflecting too much light

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34218 --- Comment #6 from Tom Stellard tstel...@gmail.com 2011-04-18 22:04:20 PDT --- Can you try this again with the latest git version of mesa (commit ffc1d166d24532aeaa4dcf06a431e43ab7e7e315 or newer)? -- Configure bugmail:

[Bug 29495] [r300g] Shadowgrounds: character portraits rendered wrong

2011-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29495 --- Comment #3 from Tom Stellard tstel...@gmail.com 2011-04-18 22:20:07 PDT --- Can you try this again with the latest git version of mesa (commit ffc1d166d24532aeaa4dcf06a431e43ab7e7e315 or newer)? -- Configure bugmail:

[PATCH] drm/radeon/kms: adjust eDP handling

2011-04-18 Thread Alex Deucher
eDP is usually used as an LVDS replacement, so treat it more like LVDS from the user perspective. Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/radeon_connectors.c | 30 +++ 1 files changed, 25 insertions(+), 5 deletions(-) diff --git