Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 08:16:53PM +0200, Peter Zijlstra wrote: > On Mon, 2011-08-29 at 20:09 +0200, Peter Zijlstra wrote: > > > That would suck, suppose this radeon thing is the only console you've > > > got (ppc64/sparc64 don't have text mode iirc) and userspace doesn't come > > > up? > > > > Sa

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Henrique de Moraes Holschuh
On Mon, 29 Aug 2011, Borislav Petkov wrote: > So, hypothetically speaking, hpa suggested then that we could pass > firmware blobs over the linked list setup_data thing in the real-mode > kernel header and parse_setup_data() can look at them and map them > somewhere later for the driver to find. Thi

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Henrique de Moraes Holschuh
On Mon, 29 Aug 2011, Borislav Petkov wrote: > So, hypothetically speaking, hpa suggested then that we could pass > firmware blobs over the linked list setup_data thing in the real-mode > kernel header and parse_setup_data() can look at them and map them > somewhere later for the driver to find. Thi

RE: Review request to DRM Driver for Samsung SoC Exynos4210.

2011-08-29 Thread Inki Dae
Hello Dave. Thank you for your comments. Below is my answers and questions. > -Original Message- > From: Dave Airlie [mailto:airl...@gmail.com] > Sent: Monday, August 29, 2011 11:27 PM > To: Inki Dae > Cc: airl...@linux.ie; kyungmin.p...@samsung.com; dri- > de...@lists.freedesktop.org > Su

[Bug 34822] Blank display on Toshiba laptop C670D-10C using AMD E-240 Palm chip

2011-08-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #20 from Alex Deucher 2011-08-29 21:06:20 --- Does the patch from comment 12 help with a newer kernel (3.1)? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because:

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Mon, 2011-08-29 at 20:09 +0200, Peter Zijlstra wrote: > > That would suck, suppose this radeon thing is the only console you've > > got (ppc64/sparc64 don't have text mode iirc) and userspace doesn't come > > up? > > Same is true for NICs and netconsole of course. Not being able to stick > blob

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Mon, 2011-08-29 at 19:50 +0200, Peter Zijlstra wrote: > On Mon, 2011-08-29 at 19:17 +0200, Borislav Petkov wrote: > > On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > > > do you want something ala: > > > > > > config EXTRA_FIRMWARE > > > string > > > default "" > > >

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Mon, 2011-08-29 at 19:21 +0200, Borislav Petkov wrote: > > Yeah, sounds much better than Kconfig actually aiding and abetting > firmware blobs in the kernel and users needing to do stuff. > I would very much like to retain that option.. and having to manually figure out what blob goes with wha

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Mon, 2011-08-29 at 19:17 +0200, Borislav Petkov wrote: > On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > > do you want something ala: > > > > config EXTRA_FIRMWARE > > string > > default "" > > append "FOO" if BAR > > append "FOZ" if BAZ > > > > or maybe a new

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Michel Dänzer
On Mon, 2011-08-29 at 19:17 +0200, Borislav Petkov wrote: > On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > > do you want something ala: > > > > config EXTRA_FIRMWARE > > string > > default "" > > append "FOO" if BAR > > append "FOZ" if BAZ > > > > or maybe a ne

Review request to DRM Driver for Samsung SoC Exynos4210.

2011-08-29 Thread Inki Dae
t part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110829/6b0efc23/attachment.htm>

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 12:28:31PM -0400, Kyle Moffett wrote: > No, Linus pushed back really hard last time this issue came up with > something; a network driver if I recall correctly. r8169 probably. > The issue is that this happens *EVEN FOR MODULAR DRIVERS* during > suspend/resume. The firmwa

radeon power_profile "default" causes laptop overheating and crashes

2011-08-29 Thread Pasi Kärkkäinen
Hello, I have a laptop with Mobility Radeon HD 3650, and the opensource radeon driver makes the laptop overheat and crash (or kernel does thermal emergency shutdowns). Even when the laptop is totally *idle* the system overheats! As a default power_profile "default" is in use (and causes problems

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > do you want something ala: > > config EXTRA_FIRMWARE > string > default "" > append "FOO" if BAR > append "FOZ" if BAZ > > or maybe a new type "list" which would behave as a comma/space separated > value. > > conf

RE: Review request to DRM Driver for Samsung SoC Exynos4210.

2011-08-29 Thread Kyungmin Park
CC Eric (freescale), Rob (TI) who working the DRM with other ARM SoCs. As Dave mentioned, Please review Samsung DRM codes. Thank you, Kyungmin Park -Original Message- From: Dave Airlie [mailto:airl...@gmail.com] Sent: Monday, August 29, 2011 11:27 PM To: Inki Dae Cc: airl...@linux.ie; k

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 11:47:24AM -0400, David Airlie wrote: > > On Mon, Aug 29, 2011 at 09:48:22AM -0400, Alex Deucher wrote: > > > >> Should we make Kconfig pop up a dialog and ask for the > > > >> whereabouts of > > > >> these firmware thingies when you mark the driver =y? > > > >> > > > >> Thi

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 09:48:22AM -0400, Alex Deucher wrote: > >> Should we make Kconfig pop up a dialog and ask for the whereabouts of > >> these firmware thingies when you mark the driver =y? > >> > >> This all sounds like magic to me, having to know you need to add to > >> EXTRA_FIRMWARE, havin

[Bug 40423] Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40423 --- Comment #6 from Jure Repinc 2011-08-29 15:43:47 PDT --- Looks like this crash report came from me. With Nightly from today and Mesa 7.12-devel (git-110f846) I still get "GLXtest process failed (received signal 11)" in about:support. But if I

[Bug 40423] Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40423 --- Comment #6 from Jure Repinc 2011-08-29 15:43:47 PDT --- Looks like this crash report came from me. With Nightly from today and Mesa 7.12-devel (git-110f846) I still get "GLXtest process failed (received signal 11)" in about:support. But if I

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 03:20:21PM +0200, Peter Zijlstra wrote: > On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: > > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be > > > > loaded from userspace, so it needs to be built into the kernel as well. > > > > > > How sho

Review request to DRM Driver for Samsung SoC Exynos4210.

2011-08-29 Thread Dave Airlie
> I had sent DRM Driver for Samsung SoC Exynos4210 over the three times. > > But I didn?t received any comments from you. I was sort of hoping someone else would take a look at these ARM drivers before me, it might be worth getting some inter-company review between the vendors submitting drm compo

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be > > > loaded from userspace, so it needs to be built into the kernel as well. > > > > How should I do that? I've tried to set all "m"s to "y" in .config and > > still

[Bug 40128] GPU lockup (waiting for 0x0002F05C last fence id 0x0002F05A), oops in radeon_ring_write, and screen turns off

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40128 Jonathan Nieder changed: What|Removed |Added Summary|RV635 (Radeon HD 3600) |GPU lockup (waiting for

[Bug 40128] GPU lockup (waiting for 0x0002F05C last fence id 0x0002F05A), oops in radeon_ring_write, and screen turns off

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40128 Jonathan Nieder changed: What|Removed |Added Summary|RV635 (Radeon HD 3600) |GPU lockup (waiting for

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Dave Airlie
2011/8/29 Borislav Petkov : > On Mon, Aug 29, 2011 at 03:20:21PM +0200, Peter Zijlstra wrote: >> On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: >> > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be >> > > > loaded from userspace, so it needs to be built into the ker

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 08:16:53PM +0200, Peter Zijlstra wrote: > On Mon, 2011-08-29 at 20:09 +0200, Peter Zijlstra wrote: > > > That would suck, suppose this radeon thing is the only console you've > > > got (ppc64/sparc64 don't have text mode iirc) and userspace doesn't come > > > up? > > > > Sa

[Bug 34822] Blank display on Toshiba laptop C670D-10C using AMD E-240 Palm chip

2011-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #20 from Alex Deucher 2011-08-29 21:06:20 --- Does the patch from comment 12 help with a newer kernel (3.1)? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because:

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

2011-08-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #4 from Niels Ole Salscheider 2011-08-29 12:44:23 --- When I run rmmod radeon and insmod radeon after standby via ssh the screen stays black, too. It seems that the radeon module cannot find any edid information at all. Is ther

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Kyle Moffett
On Mon, Aug 29, 2011 at 09:48, Alex Deucher wrote: > 2011/8/29 Borislav Petkov : >> On Mon, Aug 29, 2011 at 03:20:21PM +0200, Peter Zijlstra wrote: >>> On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: >>> > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be >>> > > > l

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Mon, 2011-08-29 at 20:09 +0200, Peter Zijlstra wrote: > > That would suck, suppose this radeon thing is the only console you've > > got (ppc64/sparc64 don't have text mode iirc) and userspace doesn't come > > up? > > Same is true for NICs and netconsole of course. Not being able to stick > blob

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Mon, 2011-08-29 at 19:50 +0200, Peter Zijlstra wrote: > On Mon, 2011-08-29 at 19:17 +0200, Borislav Petkov wrote: > > On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > > > do you want something ala: > > > > > > config EXTRA_FIRMWARE > > > string > > > default "" > > >

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Mon, 2011-08-29 at 19:21 +0200, Borislav Petkov wrote: > > Yeah, sounds much better than Kconfig actually aiding and abetting > firmware blobs in the kernel and users needing to do stuff. > I would very much like to retain that option.. and having to manually figure out what blob goes with wha

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Mon, 2011-08-29 at 19:17 +0200, Borislav Petkov wrote: > On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > > do you want something ala: > > > > config EXTRA_FIRMWARE > > string > > default "" > > append "FOO" if BAR > > append "FOZ" if BAZ > > > > or maybe a new

[Bug 40440] glibc error with i965b gallium driver under a intel gm45 graphic

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40440 Toralf Förster changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 40440] glibc error with i965b gallium driver under a intel gm45 graphic

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40440 Toralf F?rster changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Arnaud Lacombe
Hi, On Mon, Aug 29, 2011 at 11:55 AM, Borislav Petkov wrote: > On Mon, Aug 29, 2011 at 11:47:24AM -0400, David Airlie wrote: >> > On Mon, Aug 29, 2011 at 09:48:22AM -0400, Alex Deucher wrote: >> > > >> Should we make Kconfig pop up a dialog and ask for the >> > > >> whereabouts of >> > > >> these

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread David Airlie
- Original Message - > From: "Borislav Petkov" > To: "Alex Deucher" , "Dave Airlie" gmail.com> > Cc: "Peter Zijlstra" , "Michel D?nzer" daenzer.net>, "linux-kernel" > , dri-devel at lists.freedesktop.org, "Pavel > Ivanov" > Sent: Monday, 29 August, 2011 3:16:12 PM > Subject: Re: Kern

[Bug 40423] Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40423 --- Comment #5 from Ian Romanick 2011-08-29 11:31:41 PDT --- Created an attachment (id=50665) --> (https://bugs.freedesktop.org/attachment.cgi?id=50665) Stand-alone version of Mozilla's glxtext -- Configure bugmail: https://bugs.freedesktop.o

[Bug 40423] Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40423 --- Comment #5 from Ian Romanick 2011-08-29 11:31:41 PDT --- Created an attachment (id=50665) --> (https://bugs.freedesktop.org/attachment.cgi?id=50665) Stand-alone version of Mozilla's glxtext -- Configure bugmail: https://bugs.freedesktop.o

[Bug 40423] Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40423 --- Comment #4 from Ian Romanick 2011-08-29 11:31:07 PDT --- (In reply to comment #3) > (In reply to comment #3) > > You can find the source code of this test here: > > http://hg.mozilla.org/mozilla-central/file/d0700ba932b4/toolkit/xre/glxtest.

[Bug 40423] Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40423 --- Comment #4 from Ian Romanick 2011-08-29 11:31:07 PDT --- (In reply to comment #3) > (In reply to comment #3) > > You can find the source code of this test here: > > http://hg.mozilla.org/mozilla-central/file/d0700ba932b4/toolkit/xre/glxtest.

[Bug 40423] Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40423 Michel Dänzer changed: What|Removed |Added Component|Drivers/DRI/Radeon |Drivers/Gallium/r600 --- Comment #3 from

[Bug 40423] Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40423 Michel D?nzer changed: What|Removed |Added Component|Drivers/DRI/Radeon |Drivers/Gallium/r600 --- Comment #3 from

[PATCH] drm/radeon/kms: add s/r quirk for Compaq Presario V5245EU

2011-08-29 Thread alexdeuc...@gmail.com
From: Alex Deucher Fixes resume on Compaq Presario V5245EU. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=41642 Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/radeon_combios.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Michel Dänzer
On Mon, 2011-08-29 at 19:17 +0200, Borislav Petkov wrote: > On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > > do you want something ala: > > > > config EXTRA_FIRMWARE > > string > > default "" > > append "FOO" if BAR > > append "FOZ" if BAZ > > > > or maybe a ne

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 12:28:31PM -0400, Kyle Moffett wrote: > No, Linus pushed back really hard last time this issue came up with > something; a network driver if I recall correctly. r8169 probably. > The issue is that this happens *EVEN FOR MODULAR DRIVERS* during > suspend/resume. The firmwa

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 12:10:45PM -0400, Arnaud Lacombe wrote: > do you want something ala: > > config EXTRA_FIRMWARE > string > default "" > append "FOO" if BAR > append "FOZ" if BAZ > > or maybe a new type "list" which would behave as a comma/space separated > value. > > conf

radeon power_profile "default" causes laptop overheating and crashes

2011-08-29 Thread Pasi Kärkkäinen
Hello, I have a laptop with Mobility Radeon HD 3650, and the opensource radeon driver makes the laptop overheat and crash (or kernel does thermal emergency shutdowns). Even when the laptop is totally *idle* the system overheats! As a default power_profile "default" is in use (and causes problems

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Alex Deucher
2011/8/29 Borislav Petkov : > On Mon, Aug 29, 2011 at 03:20:21PM +0200, Peter Zijlstra wrote: >> On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: >> > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be >> > > > loaded from userspace, so it needs to be built into the ker

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Kyle Moffett
On Mon, Aug 29, 2011 at 09:48, Alex Deucher wrote: > 2011/8/29 Borislav Petkov : >> On Mon, Aug 29, 2011 at 03:20:21PM +0200, Peter Zijlstra wrote: >>> On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: >>> > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be >>> > > > l

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Arnaud Lacombe
Hi, On Mon, Aug 29, 2011 at 11:55 AM, Borislav Petkov wrote: > On Mon, Aug 29, 2011 at 11:47:24AM -0400, David Airlie wrote: >> > On Mon, Aug 29, 2011 at 09:48:22AM -0400, Alex Deucher wrote: >> > > >> Should we make Kconfig pop up a dialog and ask for the >> > > >> whereabouts of >> > > >> these

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 11:47:24AM -0400, David Airlie wrote: > > On Mon, Aug 29, 2011 at 09:48:22AM -0400, Alex Deucher wrote: > > > >> Should we make Kconfig pop up a dialog and ask for the > > > >> whereabouts of > > > >> these firmware thingies when you mark the driver =y? > > > >> > > > >> Thi

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread David Airlie
- Original Message - > From: "Borislav Petkov" > To: "Alex Deucher" , "Dave Airlie" > Cc: "Peter Zijlstra" , "Michel Dänzer" > , "linux-kernel" > , dri-devel@lists.freedesktop.org, "Pavel > Ivanov" > Sent: Monday, 29 August, 2011 3:16:12 PM > Subject: Re: Kernel almost hangs when CON

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 09:48:22AM -0400, Alex Deucher wrote: > >> Should we make Kconfig pop up a dialog and ask for the whereabouts of > >> these firmware thingies when you mark the driver =y? > >> > >> This all sounds like magic to me, having to know you need to add to > >> EXTRA_FIRMWARE, havin

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Michel Dänzer
On Mon, 2011-08-29 at 07:49 +0200, Borislav Petkov wrote: > On Sun, Aug 28, 2011 at 05:47:59PM -0400, Pavel Ivanov wrote: > > On Sun, Aug 28, 2011 at 1:36 AM, Borislav Petkov wrote: > > >> > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be > > >> > loaded from userspace, so it n

[PATCH] drm/radeon/kms: add s/r quirk for Compaq Presario V5245EU

2011-08-29 Thread alexdeucher
From: Alex Deucher Fixes resume on Compaq Presario V5245EU. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=41642 Signed-off-by: Alex Deucher Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/radeon_combios.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/dr

Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Sun, Aug 28, 2011 at 05:47:59PM -0400, Pavel Ivanov wrote: > On Sun, Aug 28, 2011 at 1:36 AM, Borislav Petkov wrote: > >> > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be > >> > loaded from userspace, so it needs to be built into the kernel as well. > >> > >> How should I do

Re: Review request to DRM Driver for Samsung SoC Exynos4210.

2011-08-29 Thread Dave Airlie
> I had sent DRM Driver for Samsung SoC Exynos4210 over the three times. > > But I didn’t received any comments from you. I was sort of hoping someone else would take a look at these ARM drivers before me, it might be worth getting some inter-company review between the vendors submitting drm compo

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Borislav Petkov
On Mon, Aug 29, 2011 at 03:20:21PM +0200, Peter Zijlstra wrote: > On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: > > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be > > > > loaded from userspace, so it needs to be built into the kernel as well. > > > > > > How sho

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Peter Zijlstra
On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be > > > loaded from userspace, so it needs to be built into the kernel as well. > > > > How should I do that? I've tried to set all "m"s to "y" in .config and > > still

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Alex Deucher
2011/8/29 Borislav Petkov : > On Mon, Aug 29, 2011 at 03:20:21PM +0200, Peter Zijlstra wrote: >> On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: >> > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be >> > > > loaded from userspace, so it needs to be built into the ker

Re: Kernel almost hangs when CONFIG_DRM_RADEON=y

2011-08-29 Thread Dave Airlie
2011/8/29 Borislav Petkov : > On Mon, Aug 29, 2011 at 03:20:21PM +0200, Peter Zijlstra wrote: >> On Sun, 2011-08-28 at 07:36 +0200, Borislav Petkov wrote: >> > > > With CONFIG_DRM_RADEON=y, the microcode is needed before it can be >> > > > loaded from userspace, so it needs to be built into the ker

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

2011-08-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=41732 --- Comment #4 from Niels Ole Salscheider 2011-08-29 12:44:23 --- When I run rmmod radeon and insmod radeon after standby via ssh the screen stays black, too. It seems that the radeon module cannot find any edid information at all. Is ther

[Bug 16140] [RADEON:KMS:RV250:RESUME] suspend to RAM resume broken

2011-08-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=16140 list at phuk.ath.cx changed: What|Removed |Added CC||list at phuk.ath.cx Bryan Raney ch

Review request to DRM Driver for Samsung SoC Exynos4210.

2011-08-29 Thread Inki Dae
Hello, David Airlie I had sent DRM Driver for Samsung SoC Exynos4210 over the three times. But I didn't received any comments from you. You can refer to these patches I sent from links below. v1: < https://lwn.net/Articles/454380/ > v2: < http://www.spinics.net/lists/kernel/msg1224275.ht

[Bug 36723] [r300g, bisected] Unigine Sanctuary: fog is not rendered properly

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36723 --- Comment #1 from Pavel Ondračka 2011-08-29 02:44:41 PDT --- Since "linker: Reject shaders that use too many varyings" most of the fog is not rendered at all and the rest is fine. Terminal output: GLShader::compile(): error: shader uses too m

[Bug 36723] [r300g, bisected] Unigine Sanctuary: fog is not rendered properly

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36723 --- Comment #1 from Pavel Ondra?ka 2011-08-29 02:44:41 PDT --- Since "linker: Reject shaders that use too many varyings" most of the fog is not rendered at all and the rest is fine. Terminal output: GLShader::compile(): error: shader uses too m

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

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34218 Pavel Ondračka changed: What|Removed |Added CC||hverb...@gmail.com --- Comment #8 from

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

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34218 Pavel Ondra?ka changed: What|Removed |Added CC||hverbeet at gmail.com --- Comment #8 fr

[Bug 40440] glibc error with i965b gallium driver under a intel gm45 graphic

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40440 Toralf Förster changed: What|Removed |Added URL||http://bugs.winehq.org/show

[Bug 40440] glibc error with i965b gallium driver under a intel gm45 graphic

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40440 Toralf F?rster changed: What|Removed |Added URL||http://bugs.winehq.org/show

[Bug 40443] gbm.h not included when it should be.

2011-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40443 Benjamin Franzke changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 40443] gbm.h not included when it should be.

2011-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40443 Benjamin Franzke changed: What|Removed |Added Status|NEW |RESOLVED Resolution|