[PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread David Fries
Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?), drm_kms_helper is loaded because of the module dependency, but fbcon isn't loaded leaving the console unusable. Since fbcon is required and there isn't an

Re: [PATCH] load fbcon from drm_kms_helper

2010-12-13 Thread David Fries
On Sat, Dec 11, 2010 at 03:05:48PM -0600, David Fries wrote: + const char *namue = fbcon; Typo, 'namue' see the next patch. -- David Fries da...@fries.net http://fries.net/~david/ (PGP encryption key available) ___ dri-devel mailing list

Re: [PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread Florian Mickler
On Sun, 12 Dec 2010 12:39:22 -0600 David Fries da...@fries.net wrote: Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?), drm_kms_helper is loaded because of the module dependency, but fbcon isn't loaded

Re: [PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread David Fries
On Sun, Dec 12, 2010 at 11:01:28PM +0100, Florian Mickler wrote: On Sun, 12 Dec 2010 12:39:22 -0600 David Fries da...@fries.net wrote: Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?),

Re: 2.6.37-rc2-git7 regression: wine fails to start

2010-12-13 Thread Jean Delvare
Hi Alex, On Sun, 12 Dec 2010 23:33:42 -0500, Alex Deucher wrote: On Sun, Dec 12, 2010 at 7:31 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Fri, Dec 10, 2010 at 7:01 AM, Jean Delvare kh...@linux-fr.org wrote: Any progress on this? Linus' latest kernel (2.6.37-rc5-git3) still has the

Re: 2.6.37-rc2-git7 regression: wine fails to start

2010-12-13 Thread Dave Airlie
On Mon, Dec 13, 2010 at 7:12 PM, Jean Delvare kh...@linux-fr.org wrote: Hi Alex, On Sun, 12 Dec 2010 23:33:42 -0500, Alex Deucher wrote: On Sun, Dec 12, 2010 at 7:31 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Fri, Dec 10, 2010 at 7:01 AM, Jean Delvare kh...@linux-fr.org wrote: Any

Re: [stable] [PATCH] drm/kms: remove spaces from connector names

2010-12-13 Thread Sergej Pupykin
At Fri, 10 Dec 2010 19:05:13 +0100, Peter Stuge pe...@stuge.se wrote: append can contain any arbitrary string, which will be parsed by the kernel. I e.g. use: append=root=/dev/sda2 snd_ac97_codec.power_save=1 usbcore.autosuspend=1 hpet=force quiet drm_kms_helper.poll=0 And grub also

Re: [PATCH] drm/radeon/kms: disable ss fixed ref divide

2010-12-13 Thread Luca Tettamanti
On Mon, Dec 13, 2010 at 5:27 AM, Alex Deucher alexdeuc...@gmail.com wrote: Seems to cause problems on certain laptops Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=24462 Signed-off-by: Alex Deucher alexdeuc...@gmail.com Tested-by: Luca Tettamanti kronos...@gmail.com ---  

Re: [stable] [PATCH] drm/kms: remove spaces from connector names

2010-12-13 Thread Sergej Pupykin
At Mon, 13 Dec 2010 13:43:48 +0300, Sergej Pupykin m...@sergej.pp.ru wrote: video=9-pin DIN:1024x768...@60e, but lilo uses doublequotes as r-value bounds. in_quote variable in next_arg() is set only for character. Sorry, biggest part of this problem is in my linux distribution (in /init

Re: 2.6.37-rc2-git7 regression: wine fails to start

2010-12-13 Thread Jean Delvare
On Mon, 13 Dec 2010 19:37:27 +1000, Dave Airlie wrote: No its a problem with developing GPU drivers, you write some code in userspace that seems correct, it gets rolled out, you later add a new feature like tiling, find a bug in the kernel checker code, realise the userspace code is wrong, and

[Bug 24802] Graphics errors with Radeon KMS driver on RV770

2010-12-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24802 Reiner Herrmann r_her...@informatik.uni-kl.de changed: What|Removed |Added CC|

Re: Freescale Linux BSP review

2010-12-13 Thread Arnd Bergmann
On Monday 13 December 2010, Jammy Zhou wrote: On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij linus.wall...@linaro.orgwrote: On 11 December 2010 22:41, Arnd Bergmann a...@arndb.de wrote: * amd-gpu -- a single but huge driver for the GPU. As is normally the case with GPU

[Bug 31943] drm EDID checking is too strict

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31943 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Summary|[drm:radeon_dvi_detect] |drm EDID checking is too

[Bug 24802] Graphics errors with Radeon KMS driver on RV770

2010-12-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24802 --- Comment #3 from Alex Deucher alexdeuc...@gmail.com 2010-12-13 15:37:41 --- This is actually a bug in mesa. It's fixed by this commit: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b15b5f4a8fffa07d8051e6cd4cd0a6c9288fc9f --

[Bug 24802] Graphics errors with Radeon KMS driver on RV770

2010-12-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=24802 --- Comment #4 from Alex Deucher alexdeuc...@gmail.com 2010-12-13 15:48:01 --- Unfortunately, there's no way to support both old and new mesa at the same time properly because the group size calculation happens when the GPU is initialized

Re: Freescale Linux BSP review

2010-12-13 Thread Jerome Glisse
On Mon, Dec 13, 2010 at 10:18 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 13 December 2010, Jammy Zhou wrote: On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij linus.wall...@linaro.orgwrote: On 11 December 2010 22:41, Arnd Bergmann a...@arndb.de wrote: * amd-gpu -- a single but huge

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #11 from boris64 bugs.x...@boris64.net 2010-12-13 08:12:12 PST --- (In reply to comment #8) Did this used to work previously? If so what kernel version? This laptop ist brandnew, so i just used kernel-2.6.35.? (Ubuntu LiveCD),

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #12 from boris64 bugs.x...@boris64.net 2010-12-13 08:14:03 PST --- Created an attachment (id=41065) -- (https://bugs.freedesktop.org/attachment.cgi?id=41065) vbios.rom -- Configure bugmail:

[Bug 32188] segfault caused by Komodo Edit, r600c

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32188 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Product|DRI |xorg

[Bug 32350] New: Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 Summary: Radeon laptop screen goes crazy after unplugging hardware Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #1 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 09:01:16 PST --- Created an attachment (id=41067) -- (https://bugs.freedesktop.org/attachment.cgi?id=41067) dmessage log -- Configure bugmail:

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 Edgar Villanueva evillanu...@roundbox.com changed: What|Removed |Added Severity|normal |major

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #3 from Alex Deucher ag...@yahoo.com 2010-12-13 09:06:45 PST --- Is this only an issue after resume or always? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #4 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 09:14:26 PST --- Rebooted machine to make sure. Definitely after resume. I made a change to the hal quirks as suspend was not working. I added s3_bios and s3_mode and that

Re: [PATCH] drm-vblank: Always return true vblank count of scheduled vblank event.

2010-12-13 Thread Mario Kleiner
On Dec 10, 2010, at 6:45 PM, Jesse Barnes wrote: On Fri, 10 Dec 2010 16:00:19 +0100 Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: Original Message Subject: [PATCH] drm-vblank: Always return true vblank count of scheduled vblank event. Date: Fri, 10 Dec 2010 15:58:10

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #5 from Jerome Glisse gli...@freedesktop.org 2010-12-13 09:36:29 PST --- Don't add s3_bios s3_mode this breaks KMS, real issue here is to make your resume works with KMS. -- Configure bugmail:

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #6 from Jerome Glisse gli...@freedesktop.org 2010-12-13 09:38:18 PST --- What's the issue with suspend without the s3* ? Black screen ? if so can you log in through ssh and get kernel log ? for kernel log please boot with

Re: [PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread Florian Mickler
On Sun, 12 Dec 2010 18:34:11 -0600 David Fries da...@fries.net wrote: On Sun, Dec 12, 2010 at 11:01:28PM +0100, Florian Mickler wrote: On Sun, 12 Dec 2010 12:39:22 -0600 David Fries da...@fries.net wrote: Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, and

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #7 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 10:19:38 PST --- Tried a few experiments and here is what I found so far. - My problem with suspend is only when I switch between dual and single monitor setups. If I

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #8 from Jerome Glisse gli...@freedesktop.org 2010-12-13 10:34:51 PST --- Please no vbe* stuff it's the same it breaks kms, don't change default fedora configuration it designed to work if it doesn't explain the issue. -- Configure

[PATCH] drm/radeon/kms: disable the r600 cb offset checker for linear surfaces

2010-12-13 Thread Alex Deucher
There are too many strange corner cases triggered in old userspace drivers out there to that it's nearly impossible to not break some obscure app. Cc: Jean Delvare kh...@linux-fr.org Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/r600_cs.c |9 - 1 files

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #9 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 11:07:35 PST --- Created an attachment (id=41079) -- (https://bugs.freedesktop.org/attachment.cgi?id=41079) dmsg without any quirks dmesg after setting debug to 15 right

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #15 from Holger Lenz holger.l...@onlinehome.de 2010-12-13 19:56:36 --- Did some more homework: Compiled kernel 2.6.37 rc5, taking care to enable KMS (new driver) by setting DRM_MODESET_KMS=ON. Unpatched and patched drivers show

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #16 from Alex Deucher alexdeuc...@gmail.com 2010-12-13 20:13:12 --- Holger, your issue may not be the same as Duncan's. I'd suggest changing the AGP mode in your bios or adjusting it or disabling it via the kernel command line

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #11 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 13:12:23 PST --- Created an attachment (id=41085) -- (https://bugs.freedesktop.org/attachment.cgi?id=41085) dmesg output after resume dmesg output for the following

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #12 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 13:13:40 PST --- One more piece of info. I tried to go to nomodeset in the kernel on bootup but that causes X to crash. If this isn't normal let me know and I'll file a

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #13 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 13:46:08 PST --- More updates with nomodeset and radeon.modeset=0 - Power adapter problem is still there, so it looks like the problem is independent of KMS. -

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #14 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 13:48:33 PST --- With no modeset firefox and thunderbird have rendering issues. When you scroll the screen only updates partially or doesn't update at all. -- Configure

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #18 from Holger Lenz holger.l...@onlinehome.de 2010-12-13 21:52:09 --- (In reply to comment #17) (In reply to comment #16) Holger, your issue may not be the same as Duncan's. I'd suggest changing the AGP mode in your

[Bug 32366] [r600g] SIGSEGV src/gallium/drivers/r600/r600_state.c:143

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32366 --- Comment #1 from Vinson Lee v...@vmware.com 2010-12-13 17:44:01 PST --- fa86fc564aea4e40c89f6fc889e6a5bf817634b3 is the first bad commit commit fa86fc564aea4e40c89f6fc889e6a5bf817634b3 Author: Jerome Glisse jgli...@redhat.com Date: Fri Dec 3

[Bug 32367] New: [r600g] src/gallium/auxiliary/util/u_inlines.h:81:pipe_reference_described: Assertion `pipe_is_referenced(reference)' failed.

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32367 Summary: [r600g] src/gallium/auxiliary/util/u_inlines.h:81:pipe_referen ce_described: Assertion `pipe_is_referenced(reference)' failed. Product: Mesa

Re: Freescale Linux BSP review

2010-12-13 Thread Jerome Glisse
On Mon, Dec 13, 2010 at 9:04 PM, Jammy Zhou jammy.z...@linaro.org wrote: On Tue, Dec 14, 2010 at 12:11 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Dec 13, 2010 at 10:18 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 13 December 2010, Jammy Zhou wrote: On Mon, Dec 13, 2010 at

Re: Freescale Linux BSP review

2010-12-13 Thread Jerome Glisse
On Mon, Dec 13, 2010 at 9:30 PM, Jammy Zhou jammy.z...@linaro.org wrote: On Tue, Dec 14, 2010 at 10:06 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Dec 13, 2010 at 9:04 PM, Jammy Zhou jammy.z...@linaro.org wrote: On Tue, Dec 14, 2010 at 12:11 AM, Jerome Glisse j.gli...@gmail.com

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #19 from Duncan 1i5t5.dun...@cox.net 2010-12-14 03:05:58 --- Some additional notes, FWIW. May help compare the two installations, mine now working with either the original reversion or the new patch, his, not. 1) I've been using

[Bug 32370] New: [r600g] src/gallium/auxiliary/util/u_blitter.c:742:util_blitter_copy_region: Assertion `util_is_format_compatible(util_format_description(dst-format), util_format_description(src-fo

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32370 Summary: [r600g] src/gallium/auxiliary/util/u_blitter.c:742:util_blitte r_copy_region: Assertion `util_is_format_compatible(util_format_description(dst

RE: Intel DRM driver for SNB

2010-12-13 Thread Segovia, Benjamin
I have been keeping on reading DRM driver. I am not sure I need to modify the driver (I would like to avoid it) The application does the following: 1/ I pin a buffer in gtt space 2/ I map the buffer in user space using MMAP ioctl or dri_bo_map 3/ I directly use the GTT offset with no relocation

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #15 from Edgar Villanueva evillanu...@roundbox.com 2010-12-13 22:17:00 PST --- Tried some more experiments. - Hibernate doesn't cause the crazyness problem after unplugging the power. I guess it fully resets the video. - Tried the

Re: Freescale Linux BSP review

2010-12-13 Thread Jammy Zhou
On Mon, Dec 13, 2010 at 11:18 PM, Arnd Bergmann a...@arndb.de wrote: On Monday 13 December 2010, Jammy Zhou wrote: On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij linus.wall...@linaro.org wrote: On 11 December 2010 22:41, Arnd Bergmann a...@arndb.de wrote: * amd-gpu -- a single but

Re: Freescale Linux BSP review

2010-12-13 Thread Jammy Zhou
On Tue, Dec 14, 2010 at 12:11 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Dec 13, 2010 at 10:18 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 13 December 2010, Jammy Zhou wrote: On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij linus.wall...@linaro.orgwrote: On 11 December

Re: Freescale Linux BSP review

2010-12-13 Thread Jammy Zhou
On Tue, Dec 14, 2010 at 10:06 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Dec 13, 2010 at 9:04 PM, Jammy Zhou jammy.z...@linaro.org wrote: On Tue, Dec 14, 2010 at 12:11 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Dec 13, 2010 at 10:18 AM, Arnd Bergmann a...@arndb.de

[Bug 24802] New: Graphics errors with Radeon KMS driver on RV770

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=24802 Summary: Graphics errors with Radeon KMS driver on RV770 Product: Drivers Version: 2.5 Kernel Version: 2.6.36.2 Platform: All OS/Version: Linux Tree: Mainline Status:

[Bug 24802] Graphics errors with Radeon KMS driver on RV770

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=24802 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment

[Nouveau] vga switcheroo not working / crashing the machine on i915/nvidia hybrid. (ASUS U30JC)

2010-12-13 Thread Dave Airlie
On Sun, Dec 12, 2010 at 12:05 AM, Giacomo wrote: > Hello. > > In my double-carded ASUS U30JC (nvidia + intel i915) I do the following: You might want to try the branch in my drm-testing repo

[Bug 16140] Suspend To RAM/ Resume broken - Radeon KMS on RV250

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=16140 Keivan Moradi changed: What|Removed |Added CC||k.moradi at gmail.com --- Comment

2.6.37-rc2-git7 regression: wine fails to start

2010-12-13 Thread Jean Delvare
Hi Alex, On Sun, 12 Dec 2010 23:33:42 -0500, Alex Deucher wrote: > On Sun, Dec 12, 2010 at 7:31 PM, Alex Deucher > wrote: > > On Fri, Dec 10, 2010 at 7:01 AM, Jean Delvare wrote: > >> Any progress on this? Linus' latest kernel (2.6.37-rc5-git3) still has > >> the problem. And this is a

2.6.37-rc2-git7 regression: wine fails to start

2010-12-13 Thread Dave Airlie
On Mon, Dec 13, 2010 at 7:12 PM, Jean Delvare wrote: > Hi Alex, > > On Sun, 12 Dec 2010 23:33:42 -0500, Alex Deucher wrote: >> On Sun, Dec 12, 2010 at 7:31 PM, Alex Deucher >> wrote: >> > On Fri, Dec 10, 2010 at 7:01 AM, Jean Delvare >> > wrote: >> >> Any progress on this? Linus' latest

[stable] [PATCH] drm/kms: remove spaces from connector names

2010-12-13 Thread Sergej Pupykin
At Fri, 10 Dec 2010 19:05:13 +0100, Peter Stuge wrote: > append can contain any arbitrary string, which will be parsed by the > kernel. I e.g. use: > > append="root=/dev/sda2 snd_ac97_codec.power_save=1 usbcore.autosuspend=1 > hpet=force quiet drm_kms_helper.poll=0" > > And grub also supports an

[PATCH] drm/radeon/kms: disable ss fixed ref divide

2010-12-13 Thread Luca Tettamanti
On Mon, Dec 13, 2010 at 5:27 AM, Alex Deucher wrote: > Seems to cause problems on certain laptops > > Fixes: > https://bugzilla.kernel.org/show_bug.cgi?id=24462 > > Signed-off-by: Alex Deucher Tested-by: Luca Tettamanti > --- > ?drivers/gpu/drm/radeon/atombios_crtc.c | ? ?4 ++-- > ?1 files

[stable] [PATCH] drm/kms: remove spaces from connector names

2010-12-13 Thread Sergej Pupykin
At Mon, 13 Dec 2010 13:43:48 +0300, Sergej Pupykin wrote: > video="9-pin DIN:1024x768-24 at 60e", but lilo uses doublequotes as > r-value bounds. > > in_quote variable in next_arg() is set only for " character. Sorry, biggest part of this problem is in my linux distribution (in /init

2.6.37-rc2-git7 regression: wine fails to start

2010-12-13 Thread Jean Delvare
On Mon, 13 Dec 2010 19:37:27 +1000, Dave Airlie wrote: > No its a problem with developing GPU drivers, you write some code in > userspace that seems correct, it gets rolled out, you later add a new > feature like tiling, find a bug in the kernel checker code, realise > the userspace code is wrong,

[Bug 32188] segfault caused by Komodo Edit, r600c

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32188 Chris Bandy changed: What|Removed |Added Product|xorg|DRI Version|git

[Bug 24802] Graphics errors with Radeon KMS driver on RV770

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=24802 Reiner Herrmann changed: What|Removed |Added CC||r_herrma at informatik.uni-kl.

Freescale Linux BSP review

2010-12-13 Thread Arnd Bergmann
On Monday 13 December 2010, Jammy Zhou wrote: > On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij linaro.org>wrote: > > > On 11 December 2010 22:41, Arnd Bergmann wrote: > > > > * amd-gpu -- a single but huge driver for the GPU. As is normally the > >> case with GPU drivers, we can

[Bug 31943] drm EDID checking is too strict

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31943 Alex Deucher changed: What|Removed |Added Summary|[drm:radeon_dvi_detect] |drm EDID checking is too

[Bug 24802] Graphics errors with Radeon KMS driver on RV770

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=24802 --- Comment #3 from Alex Deucher 2010-12-13 15:37:41 --- This is actually a bug in mesa. It's fixed by this commit: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b15b5f4a8fffa07d8051e6cd4cd0a6c9288fc9f -- Configure bugmail:

[Bug 24802] Graphics errors with Radeon KMS driver on RV770

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=24802 --- Comment #4 from Alex Deucher 2010-12-13 15:48:01 --- Unfortunately, there's no way to support both old and new mesa at the same time properly because the group size calculation happens when the GPU is initialized prior to any userspace

Freescale Linux BSP review

2010-12-13 Thread Jerome Glisse
On Mon, Dec 13, 2010 at 10:18 AM, Arnd Bergmann wrote: > On Monday 13 December 2010, Jammy Zhou wrote: >> On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij > linaro.org>wrote: >> >> > On 11 December 2010 22:41, Arnd Bergmann wrote: >> > >> > * amd-gpu -- a single but huge driver for the GPU. As is

No subject

2010-12-13 Thread
would allow easy abuse of the GPU to access any system ram. There is a reason we do expensive command checking in the other amd gpu driver (drivers/gpu/drm/radeon/*cs.c files) Cheers, Jerome

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #11 from boris64 2010-12-13 08:12:12 PST --- (In reply to comment #8) > Did this used to work previously? If so what kernel version? This laptop ist brandnew, so i just used kernel-2.6.35.? (Ubuntu LiveCD), kernel-2.6.31.1 and

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32319 --- Comment #12 from boris64 2010-12-13 08:14:03 PST --- Created an attachment (id=41065) --> (https://bugs.freedesktop.org/attachment.cgi?id=41065) vbios.rom -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 32188] segfault caused by Komodo Edit, r600c

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32188 Alex Deucher changed: What|Removed |Added Product|DRI |xorg Version|DRI CVS

[Bug 32350] New: Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 Summary: Radeon laptop screen goes crazy after unplugging hardware Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #1 from Edgar Villanueva 2010-12-13 09:01:16 PST --- Created an attachment (id=41067) --> (https://bugs.freedesktop.org/attachment.cgi?id=41067) dmessage log -- Configure bugmail:

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 Edgar Villanueva changed: What|Removed |Added Severity|normal |major Priority|medium

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 Alex Deucher changed: What|Removed |Added Attachment #41066|application/octet-stream|text/plain mime type|

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #3 from Alex Deucher 2010-12-13 09:06:45 PST --- Is this only an issue after resume or always? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[PATCH] drm-vblank: Always return true vblank count of scheduled vblank event.

2010-12-13 Thread Mario Kleiner
On Dec 10, 2010, at 6:45 PM, Jesse Barnes wrote: > On Fri, 10 Dec 2010 16:00:19 +0100 > Mario Kleiner wrote: > >> >> >> Original Message >> Subject: [PATCH] drm-vblank: Always return true vblank count of >> scheduled vblank event. >> Date: Fri, 10 Dec 2010 15:58:10 +0100 >>

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #5 from Jerome Glisse 2010-12-13 09:36:29 PST --- Don't add s3_bios & s3_mode this breaks KMS, real issue here is to make your resume works with KMS. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[PATCH] drm-vblank: Always return true vblank count of scheduled vblank event.

2010-12-13 Thread Jesse Barnes
On Mon, 13 Dec 2010 18:21:20 +0100 Mario Kleiner wrote: > On Dec 10, 2010, at 6:45 PM, Jesse Barnes wrote: > > > On Fri, 10 Dec 2010 16:00:19 +0100 > > Mario Kleiner wrote: > > > >> > >> > >> Original Message > >> Subject: [PATCH] drm-vblank: Always return true vblank count

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #6 from Jerome Glisse 2010-12-13 09:38:18 PST --- What's the issue with suspend without the s3* ? Black screen ? if so can you log in through ssh and get kernel log ? for kernel log please boot with drm.debug=15 or echo 15 to

[PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread Florian Mickler
On Sun, 12 Dec 2010 18:34:11 -0600 David Fries wrote: > On Sun, Dec 12, 2010 at 11:01:28PM +0100, Florian Mickler wrote: > > On Sun, 12 Dec 2010 12:39:22 -0600 > > David Fries wrote: > > > > > Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, > > > and drm_kms_helper are all

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #7 from Edgar Villanueva 2010-12-13 10:19:38 PST --- Tried a few experiments and here is what I found so far. - My problem with suspend is only when I switch between dual and single monitor setups. If I don't switch pm-suspend

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #8 from Jerome Glisse 2010-12-13 10:34:51 PST --- Please no vbe* stuff it's the same it breaks kms, don't change default fedora configuration it designed to work if it doesn't explain the issue. -- Configure bugmail:

[PATCH] drm/radeon/kms: disable the r600 cb offset checker for linear surfaces

2010-12-13 Thread Alex Deucher
There are too many strange corner cases triggered in old userspace drivers out there to that it's nearly impossible to not break some obscure app. Cc: Jean Delvare Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600_cs.c |9 - 1 files changed, 4 insertions(+), 5

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #9 from Edgar Villanueva 2010-12-13 11:07:35 PST --- Created an attachment (id=41079) --> (https://bugs.freedesktop.org/attachment.cgi?id=41079) dmsg without any quirks dmesg after setting debug to 15 right after reboot. no quirks

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #10 from Jerome Glisse 2010-12-13 11:32:45 PST --- drm.debug=15 is too verbose. do drm.debug=4 and please describe the issue with suspend resume & attach _full_ dmesg after resume -- Configure bugmail:

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #15 from Holger Lenz 2010-12-13 19:56:36 --- Did some more homework: Compiled kernel 2.6.37 rc5, taking care to enable KMS (new driver) by setting DRM_MODESET_KMS=ON. Unpatched and patched drivers show the same behavior: 1. Boot

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #16 from Alex Deucher 2010-12-13 20:13:12 --- Holger, your issue may not be the same as Duncan's. I'd suggest changing the AGP mode in your bios or adjusting it or disabling it via the kernel command line (radeon.agpmode=-1 to

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #17 from Holger Lenz 2010-12-13 21:00:06 --- (In reply to comment #16) > Holger, your issue may not be the same as Duncan's. I'd suggest changing the > AGP mode in your bios or adjusting it or disabling it via the kernel

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #11 from Edgar Villanueva 2010-12-13 13:12:23 PST --- Created an attachment (id=41085) --> (https://bugs.freedesktop.org/attachment.cgi?id=41085) dmesg output after resume dmesg output for the following problem. - startup laptop

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #12 from Edgar Villanueva 2010-12-13 13:13:40 PST --- One more piece of info. I tried to go to nomodeset in the kernel on bootup but that causes X to crash. If this isn't normal let me know and I'll file a bug. -- Configure

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #13 from Edgar Villanueva 2010-12-13 13:46:08 PST --- More updates with nomodeset and radeon.modeset=0 - Power adapter problem is still there, so it looks like the problem is independent of KMS. - Suspend/resume works

[Bug 32350] Radeon laptop screen goes crazy after unplugging hardware

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #14 from Edgar Villanueva 2010-12-13 13:48:33 PST --- With no modeset firefox and thunderbird have rendering issues. When you scroll the screen only updates partially or doesn't update at all. -- Configure bugmail:

[Bug 19002] Radeon rv730 AGP/KMS/DRM kernel lockup

2010-12-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=19002 --- Comment #18 from Holger Lenz 2010-12-13 21:52:09 --- (In reply to comment #17) > (In reply to comment #16) > > Holger, your issue may not be the same as Duncan's. I'd suggest changing > > the > > AGP mode in your bios or adjusting it

[Bug 32366] New: [r600g] SIGSEGV src/gallium/drivers/r600/r600_state.c:143

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32366 Summary: [r600g] SIGSEGV src/gallium/drivers/r600/r600_state.c:143 Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 32366] [r600g] SIGSEGV src/gallium/drivers/r600/r600_state.c:143

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32366 --- Comment #1 from Vinson Lee 2010-12-13 17:44:01 PST --- fa86fc564aea4e40c89f6fc889e6a5bf817634b3 is the first bad commit commit fa86fc564aea4e40c89f6fc889e6a5bf817634b3 Author: Jerome Glisse Date: Fri Dec 3 20:47:02 2010 -0500 r600g:

[Bug 32367] New: [r600g] src/gallium/auxiliary/util/u_inlines.h:81:pipe_reference_described: Assertion `pipe_is_referenced(reference)' failed.

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32367 Summary: [r600g] src/gallium/auxiliary/util/u_inlines.h:81:pipe_referen ce_described: Assertion `pipe_is_referenced(reference)' failed. Product: Mesa

Freescale Linux BSP review

2010-12-13 Thread Jerome Glisse
On Mon, Dec 13, 2010 at 9:04 PM, Jammy Zhou wrote: > > > On Tue, Dec 14, 2010 at 12:11 AM, Jerome Glisse wrote: >> >> On Mon, Dec 13, 2010 at 10:18 AM, Arnd Bergmann wrote: >> > On Monday 13 December 2010, Jammy Zhou wrote: >> >> On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij >> >> wrote: >> >>

Freescale Linux BSP review

2010-12-13 Thread Jerome Glisse
On Mon, Dec 13, 2010 at 9:30 PM, Jammy Zhou wrote: > > > On Tue, Dec 14, 2010 at 10:06 AM, Jerome Glisse wrote: >> >> On Mon, Dec 13, 2010 at 9:04 PM, Jammy Zhou wrote: >> > >> > >> > On Tue, Dec 14, 2010 at 12:11 AM, Jerome Glisse >> > wrote: >> >> >> >> On Mon, Dec 13, 2010 at 10:18 AM, Arnd

[Bug 32370] New: [r600g] src/gallium/auxiliary/util/u_blitter.c:742:util_blitter_copy_region: Assertion `util_is_format_compatible(util_format_description(dst->format), util_format_description(src->fo

2010-12-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32370 Summary: [r600g] src/gallium/auxiliary/util/u_blitter.c:742:util_blitte r_copy_region: Assertion `util_is_format_compatible(util_format_description(dst

  1   2   >