[Bug 40952] R100 firmware no longer loads

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #10 from Linus Torvalds 2011-08-25 22:43:53 --- On Thu, Aug 25, 2011 at 2:25 PM, wrote: > > Interestingly, the RS780 managed to load its firmware (also all compiled into > the kernel) even w/o this patch. Does the R600+

[Bug 38792] Radeon HD 5750: GPU lockup CP stall while browsing in Firefox

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=38792 --- Comment #8 from Alex Deucher 2011-08-25 22:07:08 --- As I said before, this is most likely a bug in the ddx or 3D driver. The drm is doing what it's supposed to do: resetting the GPU when it detects a hang. Does upgrading mesa or

[Bug 38792] Radeon HD 5750: GPU lockup CP stall while browsing in Firefox

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=38792 Jonathon Reinhart changed: What|Removed |Added CC||Jonathon.Reinhart at gmail.com

[Bug 40952] R100 firmware no longer loads

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 James Cloos changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 13902] ARB_texture_rectangle segment fault when teximage's height is 0

2011-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=13902 Gordon Jin changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail:

[RFC PATCH] TTM DMA pool v1

2011-08-25 Thread Michel Dänzer
On Mit, 2011-08-24 at 13:16 -0400, Konrad Rzeszutek Wilk wrote: > > My PowerPC has issues with booting a virgin 3.0 kernel (something about > "ELF image not correct") so I don't have that yet covered. I tested your patches on my PowerBook with a Radeon. Tested-by: Michel D?nzer -- Earthling

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #3 from Niels Ole Salscheider 2011-08-25 17:01:00 --- Created an attachment (id=70182) --> (https://bugzilla.kernel.org/attachment.cgi?id=70182) xorg log -- Configure bugmail:

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #2 from Niels Ole Salscheider 2011-08-25 16:59:42 --- Created an attachment (id=70172) --> (https://bugzilla.kernel.org/attachment.cgi?id=70172) dmesg output -- Configure bugmail:

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

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

[Bug 41732] New: [radeon] KMS (and X.org) detect wrong outputs

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41732 Summary: [radeon] KMS (and X.org) detect wrong outputs Product: Drivers Version: 2.5 Kernel Version: 3.1-rc3 Platform: All OS/Version: Linux Tree: Mainline Status:

[PATCH] nouveau/radeon: Set coherent DMA mask

2011-08-25 Thread Konrad Rzeszutek Wilk
All the storage devices that use the dmapool set the coherent DMA mask so they can properly use the dmapool. Since the TTM DMA pool code is based on that and dma_alloc_coherent checks the 'coherent_dma_mask' and not 'dma_mask' we want to set it. Reviewed-by: Jerome Glisse Signed-off-by: Konrad

[PATCH] Fix wrong initializer for "locked" variable

2011-08-25 Thread Thomas Jarosch
Otherwise it just contains random memory. Issue detected by cppcheck. Signed-off-by: Thomas Jarosch --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c

[Bug 39145] screen goes dark when the graphics driver (radeon) is loaded

2011-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39145 --- Comment #6 from Jonathan Nieder 2011-08-25 10:59:49 PDT --- bugzilla-daemon at freedesktop.org wrote: > After this when my system has broken with updated kernel I decide > reinstall system. Now I have system only with new unworkable

[Bug 39145] screen goes dark when the graphics driver (radeon) is loaded

2011-08-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39145 --- Comment #5 from mikhail.v.gavrilov at gmail.com 2011-08-25 10:49:18 PDT --- > --- Comment #4 from Jonathan Nieder 2011-08-14 > 19:13:05 PDT --- > Sorry I missed your message before. ?Do you mean that you don't have a working > kernel

[PATCH] Fix wrong initializer for "locked" variable

2011-08-25 Thread Jesse Barnes
On Thu, 25 Aug 2011 15:37:45 +0200 Thomas Jarosch wrote: > Otherwise it just contains random memory. > > Issue detected by cppcheck. > > Signed-off-by: Thomas Jarosch > --- > drivers/gpu/drm/i915/intel_display.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git

[Bug 40952] R100 firmware no longer loads

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #8 from Anonymous Emailer 2011-08-25 01:07:40 --- Reply-To: gregkh at suse.de On Wed, Aug 24, 2011 at 02:22:27PM -0700, Linus Torvalds wrote: > On Wed, Aug 24, 2011 at 2:04 PM, > wrote: > > > > --- Comment #3 from Michel

[Bug 40952] R100 firmware no longer loads

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #7 from Linus Torvalds 2011-08-25 00:00:21 --- James Cloos ?2011-08-24 23:54:29: > > Will do, just as soon as it hits hera. ?(Not there yet.) Duh. I forgot to push. Done, Linus -- Configure bugmail:

[Bug 40952] R100 firmware no longer loads

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #6 from James Cloos 2011-08-24 23:54:29 --- > Ok, that fix is committed as caca9510ff4e ("firmware loader: allow > builtin firmware load even if usermodehelper is disabled"). > Please verify that it does fix it, and close this

[Bug 40952] R100 firmware no longer loads

2011-08-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #5 from Linus Torvalds 2011-08-24 23:05:19 --- Ok, that fix is committed as caca9510ff4e ("firmware loader: allow builtin firmware load even if usermodehelper is disabled"). Please verify that it does fix it, and close this

RE: [PATCH 7/8] w1: ds2760 and ds2780, use ida for id and ida_simple_get to get it.

2011-08-25 Thread Barnes, Clifton A.
On Fri 7/22/2011 12:41 PM, Jonathan Cameron wrote: Straight forward. As an aside, the ida_init calls are not needed as far as I can see needed. (DEFINE_IDA does the same already). Signed-off-by: Jonathan Cameron ji...@cam.ac.uk Checked out ok here for ds2780. Acked-by: Clifton Barnes

[PATCH] Fix wrong initializer for locked variable

2011-08-25 Thread Thomas Jarosch
Otherwise it just contains random memory. Issue detected by cppcheck. Signed-off-by: Thomas Jarosch thomas.jaro...@intra2net.com --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c

Re: [RFC PATCH] TTM DMA pool v1

2011-08-25 Thread Michel Dänzer
On Mit, 2011-08-24 at 13:16 -0400, Konrad Rzeszutek Wilk wrote: My PowerPC has issues with booting a virgin 3.0 kernel (something about ELF image not correct) so I don't have that yet covered. I tested your patches on my PowerBook with a Radeon. Tested-by: Michel Dänzer mic...@daenzer.net

Re: [PATCH] Fix wrong initializer for locked variable

2011-08-25 Thread Jesse Barnes
On Thu, 25 Aug 2011 15:37:45 +0200 Thomas Jarosch thomas.jaro...@intra2net.com wrote: Otherwise it just contains random memory. Issue detected by cppcheck. Signed-off-by: Thomas Jarosch thomas.jaro...@intra2net.com --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 files changed, 1

[Bug 41732] New: [radeon] KMS (and X.org) detect wrong outputs

2011-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41732 Summary: [radeon] KMS (and X.org) detect wrong outputs Product: Drivers Version: 2.5 Kernel Version: 3.1-rc3 Platform: All OS/Version: Linux Tree: Mainline Status:

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #2 from Niels Ole Salscheider niels_...@salscheider-online.de 2011-08-25 16:59:42 --- Created an attachment (id=70172) -- (https://bugzilla.kernel.org/attachment.cgi?id=70172) dmesg output -- Configure bugmail:

[Bug 41732] [radeon] KMS (and X.org) detect wrong outputs

2011-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #3 from Niels Ole Salscheider niels_...@salscheider-online.de 2011-08-25 17:01:00 --- Created an attachment (id=70182) -- (https://bugzilla.kernel.org/attachment.cgi?id=70182) xorg log -- Configure bugmail:

[Bug 39145] screen goes dark when the graphics driver (radeon) is loaded

2011-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39145 --- Comment #5 from mikhail.v.gavri...@gmail.com 2011-08-25 10:49:18 PDT --- --- Comment #4 from Jonathan Nieder jrnie...@gmail.com 2011-08-14 19:13:05 PDT --- Sorry I missed your message before.  Do you mean that you don't have a working

[Bug 39145] screen goes dark when the graphics driver (radeon) is loaded

2011-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39145 --- Comment #6 from Jonathan Nieder jrnie...@gmail.com 2011-08-25 10:59:49 PDT --- bugzilla-dae...@freedesktop.org wrote: After this when my system has broken with updated kernel I decide reinstall system. Now I have system only with new

[Bug 40952] R100 firmware no longer loads

2011-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40952 James Cloos cl...@jhcloos.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 38792] Radeon HD 5750: GPU lockup CP stall while browsing in Firefox

2011-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38792 Jonathon Reinhart jonathon.reinh...@gmail.com changed: What|Removed |Added CC|

[Bug 38792] Radeon HD 5750: GPU lockup CP stall while browsing in Firefox

2011-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38792 --- Comment #8 from Alex Deucher alexdeuc...@gmail.com 2011-08-25 22:07:08 --- As I said before, this is most likely a bug in the ddx or 3D driver. The drm is doing what it's supposed to do: resetting the GPU when it detects a hang. Does

[Bug 40952] R100 firmware no longer loads

2011-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40952 --- Comment #10 from Linus Torvalds torva...@linux-foundation.org 2011-08-25 22:43:53 --- On Thu, Aug 25, 2011 at 2:25 PM, bugzilla-dae...@bugzilla.kernel.org wrote: Interestingly, the RS780 managed to load its firmware (also all compiled

[Bug 13902] ARB_texture_rectangle segment fault when teximage's height is 0

2011-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=13902 Gordon Jin gordon@intel.com changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure