Re: [PATCH 00/12] Fix various section mismatches and build errors.

2011-06-27 Thread David Miller
See commit: commit 948252cb9e01d65a89ecadf67be5018351eee15e Author: David S. Miller Date: Tue May 31 19:27:48 2011 -0700 Revert "net: fix section mismatches" This reverts commit e5cb966c0838e4da43a3b0751bdcac7fe719f7b4. It causes new build regressions with gcc-4.2 which

[PATCH] DRM: remove drm_pci_device_is_pcie

2011-06-27 Thread Jon Mason
drm_pci_device_is_pcie duplicates the funcationality of pci_is_pcie. Convert callers of the former to the latter. This has the side benefit of removing an unnecessary search in the PCI configuration space due to using a saved PCIe capability offset. Signed-off-by: Jon Mason --- drivers/gpu/drm/

[PATCH 00/12] Fix various section mismatches and build errors.

2011-06-27 Thread Ralf Baechle
I'm getting screen and screens full of section mismatches from my test builds of the current kernel to the point where it's sometimes more meaningful messages get hidden by the bulk of mismatches. This is the first round of fixes with more to come. Ralf drivers/gpu/drm/radeon/radeon_clocks.c

[PATCH 12/12] DRM: Radeon: Fix section mismatch.

2011-06-27 Thread Ralf Baechle
WARNING: drivers/gpu/drm/radeon/radeon.o(.text+0x5d1fc): Section mismatch in reference from the function radeon_get_clock_info() to the function .devinit.text:radeon_read_clocks_OF() The function radeon_get_clock_info() references the function __devinit radeon_read_clocks_OF(). This is often beca

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

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #18 from Karesz L. 2011-06-27 23:32:24 PDT --- Any news on this one? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

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

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #18 from Karesz L. 2011-06-27 23:32:24 PDT --- Any news on this one? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[PATCH] drm/radeon/kms: Shorten buffers in radeon_ddc_probe

2011-06-27 Thread Jean Delvare
No need for 2-byte buffers, we only send one byte and receive one byte. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Alex Deucher --- drivers/gpu/drm/radeon/radeon_i2c.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- linux-3.0-rc4.orig/drivers/gpu/drm/radeon/radeon_i2

[PATCH 00/12] Fix various section mismatches and build errors.

2011-06-27 Thread David Miller
See commit: commit 948252cb9e01d65a89ecadf67be5018351eee15e Author: David S. Miller Date: Tue May 31 19:27:48 2011 -0700 Revert "net: fix section mismatches" This reverts commit e5cb966c0838e4da43a3b0751bdcac7fe719f7b4. It causes new build regressions with gcc-4.2 which is p

[Bug 38232] kernel bug at drivers/gpu/drm/ttm/ttm_bo.c:272

2011-06-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=38232 Rafael J. Wysocki changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail: htt

[Bug 38232] kernel bug at drivers/gpu/drm/ttm/ttm_bo.c:272

2011-06-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=38232 Rafael J. Wysocki changed: What|Removed |Added CC||florian at mickler.org,

[PATCH] drm: Fix EDID dump format

2011-06-27 Thread Tormod Volden
On Mon, Jun 27, 2011 at 3:32 PM, Jean Delvare wrote: > * print_hex_dump_bytes() already includes a log level, so we shouldn't > ?add one. That log level is KERN_DEBUG so use the same for our header > ?for consistency. > * print_hex_dump_bytes() properly puts a newline at the end of the > ?last line

[Bug 29842] Radeon runs very hot

2011-06-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29842 Rafael J. Wysocki changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #12 from Raf

[PATCH] drm: Fix EDID dump format

2011-06-27 Thread Jean Delvare
* print_hex_dump_bytes() already includes a log level, so we shouldn't add one. That log level is KERN_DEBUG so use the same for our header for consistency. * print_hex_dump_bytes() properly puts a newline at the end of the last line, so there is no reason why we would add another one. Signe

[Bug 38232] kernel bug at drivers/gpu/drm/ttm/ttm_bo.c:272

2011-06-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38232 Rafael J. Wysocki changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail: htt

[Bug 38232] kernel bug at drivers/gpu/drm/ttm/ttm_bo.c:272

2011-06-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=38232 Rafael J. Wysocki changed: What|Removed |Added CC||flor...@mickler.org,

[PATCH 12/12] DRM: Radeon: Fix section mismatch.

2011-06-27 Thread Ralf Baechle
WARNING: drivers/gpu/drm/radeon/radeon.o(.text+0x5d1fc): Section mismatch in reference from the function radeon_get_clock_info() to the function .devinit.text:radeon_read_clocks_OF() The function radeon_get_clock_info() references the function __devinit radeon_read_clocks_OF(). This is often beca

[Bug 32651] [RADEON:KMS:R600G] earth's oceans are wrong colour in celestia

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32651 --- Comment #5 from Chris Rankin 2011-06-27 14:32:13 PDT --- I've just tested celestia against Mesa-git, with the following commit as HEAD: commit d2c6cef18aa37d197eb323a0795969d271d02819 Author: Ian Romanick Date: Thu Jun 2 12:42:48 2011 -0

[Bug 32651] [RADEON:KMS:R600G] earth's oceans are wrong colour in celestia

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32651 --- Comment #5 from Chris Rankin 2011-06-27 14:32:13 PDT --- I've just tested celestia against Mesa-git, with the following commit as HEAD: commit d2c6cef18aa37d197eb323a0795969d271d02819 Author: Ian Romanick Date: Thu Jun 2 12:42:48 2011 -0

[PATCH] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem

2011-06-27 Thread Jean Delvare
On Fri, 24 Jun 2011 09:36:56 -0400, Alex Deucher wrote: > On Fri, Jun 24, 2011 at 12:02 AM, Thomas Reim > wrote: > >> > diff --git a/drivers/gpu/drm/radeon/radeon_i2c.c > >> > b/drivers/gpu/drm/radeon/radeon_i2c.c > >> > index 781196d..7e93cf9 100644 > >> > --- a/drivers/gpu/drm/radeon/radeon_i2

[Bug 38163] Gnome Shell Display Bug

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38163 --- Comment #4 from Rui Tiago Matos 2011-06-27 14:02:38 PDT --- According to https://bugzilla.gnome.org/show_bug.cgi?id=653523, seems to be happening on Gallium 0.4 on AMD RV635 too. -- Configure bugmail: https://bugs.freedesktop.org/userprefs

[Bug 38163] Gnome Shell Display Bug

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38163 --- Comment #4 from Rui Tiago Matos 2011-06-27 14:02:38 PDT --- According to https://bugzilla.gnome.org/show_bug.cgi?id=653523, seems to be happening on Gallium 0.4 on AMD RV635 too. -- Configure bugmail: https://bugs.freedesktop.org/userprefs

[PATCH] drm/radeon/kms: Shorten buffers in radeon_ddc_probe

2011-06-27 Thread Jean Delvare
No need for 2-byte buffers, we only send one byte and receive one byte. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Alex Deucher --- drivers/gpu/drm/radeon/radeon_i2c.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- linux-3.0-rc4.orig/drivers/gpu/drm/radeon/radeon_i2

[Bug 29842] Radeon runs very hot

2011-06-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29842 --- Comment #11 from Igor Rudchenko 2011-06-27 12:44:42 --- High temperature of mobile radeon is back to normal with pcie_aspm=force. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 29842] Radeon runs very hot

2011-06-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29842 Rafael J. Wysocki changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #12 from Raf

[PATCH] DRM: remove drm_pci_device_is_pcie

2011-06-27 Thread Jon Mason
drm_pci_device_is_pcie duplicates the funcationality of pci_is_pcie. Convert callers of the former to the latter. This has the side benefit of removing an unnecessary search in the PCI configuration space due to using a saved PCIe capability offset. Signed-off-by: Jon Mason --- drivers/gpu/drm/

Re: [PATCH] drm: Fix EDID dump format

2011-06-27 Thread Tormod Volden
On Mon, Jun 27, 2011 at 3:32 PM, Jean Delvare wrote: > * print_hex_dump_bytes() already includes a log level, so we shouldn't >  add one. That log level is KERN_DEBUG so use the same for our header >  for consistency. > * print_hex_dump_bytes() properly puts a newline at the end of the >  last line

[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34495 --- Comment #17 from Pierre-Eric Pelloux-Prayer 2011-06-27 07:38:42 PDT --- The massive slowdown observed when selecting an object seems to come from Blender's usage of GL_SELECT rendering mode, which AFAIK is software-rendering. Hardware suppo

[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34495 --- Comment #17 from Pierre-Eric Pelloux-Prayer 2011-06-27 07:38:42 PDT --- The massive slowdown observed when selecting an object seems to come from Blender's usage of GL_SELECT rendering mode, which AFAIK is software-rendering. Hardware suppo

[PATCH] drm: Fix EDID dump format

2011-06-27 Thread Jean Delvare
* print_hex_dump_bytes() already includes a log level, so we shouldn't add one. That log level is KERN_DEBUG so use the same for our header for consistency. * print_hex_dump_bytes() properly puts a newline at the end of the last line, so there is no reason why we would add another one. Signe

[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34495 --- Comment #16 from Sergei T 2011-06-27 06:23:44 PDT --- patch fix problem here (Fedora 15, blender/cycles from svn, mesa trunk+patch, x86_64, radeon 5670) Many thanks, I almost gave up to find solution several last months. (for some reason cr

[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34495 --- Comment #16 from Sergei T 2011-06-27 06:23:44 PDT --- patch fix problem here (Fedora 15, blender/cycles from svn, mesa trunk+patch, x86_64, radeon 5670) Many thanks, I almost gave up to find solution several last months. (for some reason cr

[Bug 29842] Radeon runs very hot

2011-06-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29842 --- Comment #11 from Igor Rudchenko 2011-06-27 12:44:42 --- High temperature of mobile radeon is back to normal with pcie_aspm=force. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this m

[Bug 38675] Recompiled kernel crash on KMS loading

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38675 --- Comment #4 from muzi...@email.it 2011-06-27 05:24:28 PDT --- Created an attachment (id=48463) --> (https://bugs.freedesktop.org/attachment.cgi?id=48463) old and new config file of my custom kernel -- Configure bugmail: https://bugs.freedesk

[Bug 38675] Recompiled kernel crash on KMS loading

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38675 --- Comment #4 from muziofg at email.it 2011-06-27 05:24:28 PDT --- Created an attachment (id=48463) --> (https://bugs.freedesktop.org/attachment.cgi?id=48463) old and new config file of my custom kernel -- Configure bugmail: https://bugs.freed

[Bug 38675] Recompiled kernel crash on KMS loading

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38675 muzi...@email.it changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 38675] Recompiled kernel crash on KMS loading

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38675 muziofg at email.it changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 38710] GTA Vice City hangs in initial menu

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38710 José Suárez changed: What|Removed |Added Platform|Other |x86 (IA32) OS/Version|All

[Bug 38710] GTA Vice City hangs in initial menu

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38710 Jos? Su?rez changed: What|Removed |Added Platform|Other |x86 (IA32) OS/Version|All

[Bug 38710] New: GTA Vice City hangs in initial menu

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38710 Summary: GTA Vice City hangs in initial menu Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Compo

[Bug 38710] New: GTA Vice City hangs in initial menu

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38710 Summary: GTA Vice City hangs in initial menu Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Compo

Re: [PATCH] drm/radeon: Fix Asus M2A-VM HDMI EDID error flooding problem

2011-06-27 Thread Jean Delvare
On Fri, 24 Jun 2011 09:36:56 -0400, Alex Deucher wrote: > On Fri, Jun 24, 2011 at 12:02 AM, Thomas Reim wrote: > >> > diff --git a/drivers/gpu/drm/radeon/radeon_i2c.c > >> > b/drivers/gpu/drm/radeon/radeon_i2c.c > >> > index 781196d..7e93cf9 100644 > >> > --- a/drivers/gpu/drm/radeon/radeon_i2c.c

[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34495 --- Comment #15 from Micael Dias 2011-06-27 03:10:09 PDT --- I just uploaded the "fix llvm_pipeline_generic" attachment which is a patch that seems to fix it. Can anyone please test? -- Configure bugmail: https://bugs.freedesktop.org/userpref

[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34495 --- Comment #15 from Micael Dias 2011-06-27 03:10:09 PDT --- I just uploaded the "fix llvm_pipeline_generic" attachment which is a patch that seems to fix it. Can anyone please test? -- Configure bugmail: https://bugs.freedesktop.org/userpref

[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34495 --- Comment #14 from Micael Dias 2011-06-27 03:09:02 PDT --- Created an attachment (id=48457) View: https://bugs.freedesktop.org/attachment.cgi?id=48457 Review: https://bugs.freedesktop.org/review?bug=34495&attachment=48457 fix llvm_pipeline_

[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34495 --- Comment #14 from Micael Dias 2011-06-27 03:09:02 PDT --- Created an attachment (id=48457) View: https://bugs.freedesktop.org/attachment.cgi?id=48457 Review: https://bugs.freedesktop.org/review?bug=34495&attachment=48457 fix llvm_pipeline_

[Bug 38473] [egl] When program ends, monitor is switched off leaving system unusable

2011-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38473 --- Comment #7 from Benjamin Franzke 2011-06-27 02:10:14 PDT --- Screen turning off should be fixed for src/egl/opengl/eglkms.c by http://cgit.freedesktop.org/mesa/demos/commit/?id=0e83890b5eae0236537d844c60375072210995d9 Note: you need mesa gi

[Bug 38473] [egl] When program ends, monitor is switched off leaving system unusable

2011-06-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38473 --- Comment #7 from Benjamin Franzke 2011-06-27 02:10:14 PDT --- Screen turning off should be fixed for src/egl/opengl/eglkms.c by http://cgit.freedesktop.org/mesa/demos/commit/?id=0e83890b5eae0236537d844c60375072210995d9 Note: you need mesa gi

3.0-rc4: Reported regressions 2.6.38 -> 2.6.39

2011-06-27 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.38 regressions introduced before 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.38 regressions, please let us kno