[PATCH] fix warning: unused variable ‘dev_priv’ drivers/gpu/drm/nouveau/nv50_vm.c

2011-04-06 Thread helight.xu
fix warning: unused variable ?dev_priv? drivers/gpu/drm/nouveau/nv50_vm.c Signed-off-by: helight --- drivers/gpu/drm/nouveau/nv50_vm.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_vm.c b/drivers/gpu/drm/nouveau/nv50_vm.c index 6144156.

[Bug 20752] [KMS] radeon not working reliable with X1300

2011-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=20752 --- Comment #9 from Torsten Krah 2011-04-06 18:21:51 --- I am using 2.6.38.2 (2.6.38-7 natty build) and things does not work better - monitor still blanks all the time around until coherent is set. Oh i guess its beyond my "skills" to write

[PATCH] drm: Pretty print out the reason for rejecting the mode

2011-04-06 Thread Henri Verbeet
On 5 April 2011 23:06, Marcin ?lusarz wrote: >> +static const char *mode_status_to_string(enum drm_mode_status status) >> +{ >> + ? ? ? const char *strings[] = { > > + static? > You'd probably even want that to be "static const char * const strings[]".

[Bug 35969] with linux 2.6.38 and later resume from suspend (uswsusp) lockups on rv530 kms

2011-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35969 Michal Suchanek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 35969] with linux 2.6.38 and later resume from suspend (uswsusp) lockups on rv530 kms

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

WARNING: at drivers/gpu/drm/ttm/ttm_page_alloc.c:758 .. [GIT PULL] stable/ttm.pci-api-rc2 for 2.6.39-rc2

2011-04-06 Thread Markus Trippelsdorf
On 2011.04.06 at 08:27 -0400, Konrad Rzeszutek Wilk wrote: > On Wed, Apr 06, 2011 at 11:13:59AM +0200, Thomas Hellstrom wrote: > > Dave, Konrad > > > > I think we need to back out this change as soon as possible. I will > > follow up the discussion with Konrad on how we should attempt to > > handl

[Bug 20752] [KMS] radeon not working reliable with X1300

2011-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=20752 --- Comment #8 from Alex Deucher 2011-04-06 14:36:25 --- (In reply to comment #7) > Is there any way to get KMS working without X? Are things working any better with 2.6.38? > Without the coherent option my screen blanks on/off - i cant wo

[Bug 32402] Oops associated with radeon_unpin_work_func

2011-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32402 --- Comment #8 from Alex Deucher 2011-04-06 14:27:43 --- Possibly related to this: http://lists.freedesktop.org/archives/dri-devel/2011-April/009939.html -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You

[Bug 32402] Oops associated with radeon_unpin_work_func

2011-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32402 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #

[PATCH] drm/radeon/kms: make radeon i2c put/get bytes less noisy

2011-04-06 Thread Alex Deucher
Switch some errors to debug output. These are generally harmless and tend to confuse users. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_i2c.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_i2c.c b/drivers/gpu/drm/rade

[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1

2011-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=13170 --- Comment #62 from Gregory Bellier 2011-04-06 12:55:00 --- I now have newer informations. I've been able to boot on Ubuntu 10.10 64 bits with Grub-EFI and Nouveau involved but it needs a 2.6.38.2 (at least, it's the one I have tested). I

[Bug 20752] [KMS] radeon not working reliable with X1300

2011-04-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=20752 --- Comment #9 from Torsten Krah 2011-04-06 18:21:51 --- I am using 2.6.38.2 (2.6.38-7 natty build) and things does not work better - monitor still blanks all the time around until coherent is set. Oh i guess its beyond my "skills" to write

[RFC] drm platform multi-device support

2011-04-06 Thread Dave Airlie
On Tue, Apr 5, 2011 at 1:08 PM, Rob Clark wrote: > On Mon, Apr 4, 2011 at 7:30 PM, Dave Airlie wrote: >> On Wed, Mar 30, 2011 at 2:44 AM, Rob Clark wrote: >>> From: Rob Clark >>> >>> Include the minor device id in the bus-id to give userspace a way to open >>> the correct "cardN" when there are

WARNING: at drivers/gpu/drm/ttm/ttm_page_alloc.c:758

2011-04-06 Thread Thomas Hellstrom
Dave, Konrad I think we need to back out this change as soon as possible. I will follow up the discussion with Konrad on how we should attempt to handle vm passthrough as soon as things settle down a bit over here. Hopefully this week. Thomas On 04/06/2011 10:54 AM, Markus Trippelsdorf wrot

[Bug 20752] [KMS] radeon not working reliable with X1300

2011-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=20752 --- Comment #7 from Torsten Krah 2011-04-06 10:55:40 --- Is there any way to get KMS working without X? Without the coherent option my screen blanks on/off - i cant work with it. I need to run X and hava to issue (via xdg autostart e.g.) the

WARNING: at drivers/gpu/drm/ttm/ttm_page_alloc.c:758

2011-04-06 Thread Markus Trippelsdorf
On 2011.04.05 at 18:31 +0200, Markus Trippelsdorf wrote: > On 2011.03.29 at 16:56 +0200, Markus Trippelsdorf wrote: > > Just came across this WARNING (running latest git kernel): > > > > Mar 29 09:14:39 gentoo kernel: udev[888]: starting version 164 > >

[PATCH] drm/radeon/kms: make radeon i2c put/get bytes less noisy

2011-04-06 Thread Alex Deucher
Switch some errors to debug output. These are generally harmless and tend to confuse users. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_i2c.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_i2c.c b/drivers/gpu/drm/rade

[PATCH] drm: Pretty print out the reason for rejecting the mode

2011-04-06 Thread Alex Deucher
On Tue, Apr 5, 2011 at 5:41 PM, Chris Wilson wrote: > On Tue, 5 Apr 2011 23:39:19 +0200, Julien Cristau > wrote: >> On Tue, Apr ?5, 2011 at 21:50:15 +0100, Chris Wilson wrote: >> >> > + ? if ((unsigned)status > ARRAY_SIZE(strings)) >> >> off by one? > > And didn't check for holes. > > /me wishe

[PATCH] fix warning: unused variable ‘dev_priv’ drivers/gpu/drm/nouveau/nv50_vm.c

2011-04-06 Thread helight.xu
fix warning: unused variable ‘dev_priv’ drivers/gpu/drm/nouveau/nv50_vm.c Signed-off-by: helight --- drivers/gpu/drm/nouveau/nv50_vm.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_vm.c b/drivers/gpu/drm/nouveau/nv50_vm.c index 6144156.

WARNING: at drivers/gpu/drm/ttm/ttm_page_alloc.c:758 .. [GIT PULL] stable/ttm.pci-api-rc2 for 2.6.39-rc2

2011-04-06 Thread Konrad Rzeszutek Wilk
On Wed, Apr 06, 2011 at 11:13:59AM +0200, Thomas Hellstrom wrote: > Dave, Konrad > > I think we need to back out this change as soon as possible. I will > follow up the discussion with Konrad on how we should attempt to > handle vm passthrough as soon as things settle down a bit over here. Ok. I

[Bug 25179] [DRI1] File radeon_dma.c function radeonReleaseDmaRegions line 348 - Leaking dma buffer object!

2011-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25179 Fabio Pedretti changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 25179] [DRI1] File radeon_dma.c function radeonReleaseDmaRegions line 348 - Leaking dma buffer object!

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

[Bug 20752] [KMS] radeon not working reliable with X1300

2011-04-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=20752 --- Comment #8 from Alex Deucher 2011-04-06 14:36:25 --- (In reply to comment #7) > Is there any way to get KMS working without X? Are things working any better with 2.6.38? > Without the coherent option my screen blanks on/off - i cant wo

Re: [PATCH] drm: Pretty print out the reason for rejecting the mode

2011-04-06 Thread Alex Deucher
On Tue, Apr 5, 2011 at 5:41 PM, Chris Wilson wrote: > On Tue, 5 Apr 2011 23:39:19 +0200, Julien Cristau wrote: >> On Tue, Apr  5, 2011 at 21:50:15 +0100, Chris Wilson wrote: >> >> > +   if ((unsigned)status > ARRAY_SIZE(strings)) >> >> off by one? > > And didn't check for holes. > > /me wishes he

[Bug 32402] Oops associated with radeon_unpin_work_func

2011-04-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32402 --- Comment #8 from Alex Deucher 2011-04-06 14:27:43 --- Possibly related to this: http://lists.freedesktop.org/archives/dri-devel/2011-April/009939.html -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You

[Bug 32402] Oops associated with radeon_unpin_work_func

2011-04-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32402 Alex Deucher changed: What|Removed |Added CC||alexdeuc...@gmail.com --- Comment #7 f

Re: [PATCH] drm: Pretty print out the reason for rejecting the mode

2011-04-06 Thread Henri Verbeet
On 5 April 2011 23:06, Marcin Ślusarz wrote: >> +static const char *mode_status_to_string(enum drm_mode_status status) >> +{ >> +       const char *strings[] = { > > + static? > You'd probably even want that to be "static const char * const strings[]". _

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36018 Michel Dänzer changed: What|Removed |Added Product|Mesa|xorg Version|7.9

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36018 Michel D?nzer changed: What|Removed |Added Product|Mesa|xorg Version|7.9

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36018 --- Comment #4 from Torsten Krah 2011-04-06 06:04:23 PDT --- At the moment all are showing fine and nothing is garbled - no kernel messages shown at the moment (don't know how to trigger them). No i am using plain metacity - all effects disabled

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36018 --- Comment #4 from Torsten Krah 2011-04-06 06:04:23 PDT --- At the moment all are showing fine and nothing is garbled - no kernel messages shown at the moment (don't know how to trigger them). No i am using plain metacity - all effects disabled

[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1

2011-04-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=13170 --- Comment #62 from Gregory Bellier 2011-04-06 12:55:00 --- I now have newer informations. I've been able to boot on Ubuntu 10.10 64 bits with Grub-EFI and Nouveau involved but it needs a 2.6.38.2 (at least, it's the one I have tested). I

Re: WARNING: at drivers/gpu/drm/ttm/ttm_page_alloc.c:758 .. [GIT PULL] stable/ttm.pci-api-rc2 for 2.6.39-rc2

2011-04-06 Thread Markus Trippelsdorf
On 2011.04.06 at 08:27 -0400, Konrad Rzeszutek Wilk wrote: > On Wed, Apr 06, 2011 at 11:13:59AM +0200, Thomas Hellstrom wrote: > > Dave, Konrad > > > > I think we need to back out this change as soon as possible. I will > > follow up the discussion with Konrad on how we should attempt to > > handl

Re: WARNING: at drivers/gpu/drm/ttm/ttm_page_alloc.c:758 .. [GIT PULL] stable/ttm.pci-api-rc2 for 2.6.39-rc2

2011-04-06 Thread Konrad Rzeszutek Wilk
On Wed, Apr 06, 2011 at 11:13:59AM +0200, Thomas Hellstrom wrote: > Dave, Konrad > > I think we need to back out this change as soon as possible. I will > follow up the discussion with Konrad on how we should attempt to > handle vm passthrough as soon as things settle down a bit over here. Ok. I

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36018 Michel Dänzer changed: What|Removed |Added Component|Drivers/DRI/Radeon |Drivers/DRI/r300 --- Comment #3 from Mic

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36018 Michel D?nzer changed: What|Removed |Added Component|Drivers/DRI/Radeon |Drivers/DRI/r300 --- Comment #3 from Mic

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36018 --- Comment #2 from Torsten Krah 2011-04-06 04:09:27 PDT --- Created an attachment (id=45340) --> (https://bugs.freedesktop.org/attachment.cgi?id=45340) glxinfo output GlxInfo Output. Sometimes i miss the graphics of my gnome cpufreq applets (

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36018 --- Comment #2 from Torsten Krah 2011-04-06 04:09:27 PDT --- Created an attachment (id=45340) --> (https://bugs.freedesktop.org/attachment.cgi?id=45340) glxinfo output GlxInfo Output. Sometimes i miss the graphics of my gnome cpufreq applets (

[Bug 20752] [KMS] radeon not working reliable with X1300

2011-04-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=20752 --- Comment #7 from Torsten Krah 2011-04-06 10:55:40 --- Is there any way to get KMS working without X? Without the coherent option my screen blanks on/off - i cant work with it. I need to run X and hava to issue (via xdg autostart e.g.) the

Re: WARNING: at drivers/gpu/drm/ttm/ttm_page_alloc.c:758

2011-04-06 Thread Thomas Hellstrom
Dave, Konrad I think we need to back out this change as soon as possible. I will follow up the discussion with Konrad on how we should attempt to handle vm passthrough as soon as things settle down a bit over here. Hopefully this week. Thomas On 04/06/2011 10:54 AM, Markus Trippelsdorf wr

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36018 --- Comment #1 from Michel Dänzer 2011-04-06 02:14:00 PDT --- (In reply to comment #1) > Are these messages serious, any things i can provide to get rid of them? They mean that some rendering operations are dropped, do you notice any visual ele

[Bug 36018] RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36018 --- Comment #1 from Michel D?nzer 2011-04-06 02:14:00 PDT --- (In reply to comment #1) > Are these messages serious, any things i can provide to get rid of them? They mean that some rendering operations are dropped, do you notice any visual ele

Re: WARNING: at drivers/gpu/drm/ttm/ttm_page_alloc.c:758

2011-04-06 Thread Markus Trippelsdorf
On 2011.04.05 at 18:31 +0200, Markus Trippelsdorf wrote: > On 2011.03.29 at 16:56 +0200, Markus Trippelsdorf wrote: > > Just came across this WARNING (running latest git kernel): > > > > Mar 29 09:14:39 gentoo kernel: udev[888]: starting version 164 > >

mesa-7.10.1-libdrm-required.patch

2011-04-06 Thread Alex Buell
The patch below is needed to prevent building mesa with libdrm < 2.4.24. Regards, Alex diff --git a/configure.ac b/configure.ac index 6662b8a..ad9eb01 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR([bin]) AC_CANONICAL_HOST dnl Versions for external dependenci

[Bug 36018] New: RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36018 Summary: RV516 - invalid command stream, forbidden register errors Product: Mesa Version: 7.9 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Bug 36018] New: RV516 - invalid command stream, forbidden register errors

2011-04-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36018 Summary: RV516 - invalid command stream, forbidden register errors Product: Mesa Version: 7.9 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW