Linux 2.6.39-rc3

2011-04-15 Thread Ingo Molnar
* Alexandre Demers wrote: > On 11-04-15 10:27 AM, Joerg Roedel wrote: > > On Fri, Apr 15, 2011 at 10:16:59AM -0400, Alexandre Demers wrote: > >> Ok, I'll test it today. Should I apply it on a clean rc3 without any of > >> the other patches? > > Yes, apply it just on -rc3 without any other

[PATCH] Big endian support for RV730 (Gallium r600g)

2011-04-15 Thread Cédric Cano
of the patch would be greatly appreciated. Regards, Cedric -- next part -- A non-text attachment was scrubbed... Name: rv730_gallium_be_support.patch Type: text/x-patch Size: 14868 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110

Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Fri, Apr 15, 2011 at 03:16:50PM +0200, Ingo Molnar wrote: > Ok, but how did the allocation changes start triggering this error in > v2.6.39-rc1? There must still be some layout specific thing here, right? > Do we understand the details of that as well? Well, thinking again about this, the GPU

Linux 2.6.39-rc3

2011-04-15 Thread Andreas Herrmann
On Thu, Apr 14, 2011 at 05:34:46PM -0400, Alex Deucher wrote: > On Thu, Apr 14, 2011 at 5:09 PM, Joerg Roedel wrote: > > On Thu, Apr 14, 2011 at 10:28:43AM -0400, Alex Deucher wrote: > >> On Thu, Apr 14, 2011 at 4:56 AM, Joerg Roedel wrote: > >> > And this makes a difference, with this change

Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Fri, Apr 15, 2011 at 03:16:50PM +0200, Ingo Molnar wrote: > Ok, but how did the allocation changes start triggering this error in > v2.6.39-rc1? There must still be some layout specific thing here, right? > Do we understand the details of that as well? No, I must admit that I lack enough

Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Fri, Apr 15, 2011 at 04:04:45PM +0200, Andreas Herrmann wrote: > What about tagging this patch for stable/longterm releases? > > Potentially there are other cases where certain combinations of > hardware(GPUs)/drivers/whatsoever might trigger a GartTlbWlkErr. If > the BIOS doesn't follow the

Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Fri, Apr 15, 2011 at 10:16:59AM -0400, Alexandre Demers wrote: > Ok, I'll test it today. Should I apply it on a clean rc3 without any of > the other patches? Yes, apply it just on -rc3 without any other patch. > > BTW, may I suggest adding the info under bug 33012 in kernel bugzilla? > This

Linux 2.6.39-rc3

2011-04-15 Thread Andreas Herrmann
On Fri, Apr 15, 2011 at 03:11:52PM +0200, Joerg Roedel wrote: > On Wed, Apr 13, 2011 at 07:33:40PM -0700, Linus Torvalds wrote: > > we definitely want to also understand the reason for things not > > working, even if we do revert.. > > Okay, here it is. > > After experimenting with different

[PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Adam Jackson
On 4/15/11 3:19 PM, Jesse Barnes wrote: > Or is there a CEA block extension that allows for more granularity? CEA has bits for the two YCbCr formats too, which we should also parse since there's plenty of 1.3+CEA blocks in the world thanks to HDMI. For CEA blocks version 2 and up (version

Linux 2.6.39-rc3

2011-04-15 Thread Ingo Molnar
* Joerg Roedel wrote: > On Wed, Apr 13, 2011 at 07:33:40PM -0700, Linus Torvalds wrote: > > we definitely want to also understand the reason for things not > > working, even if we do revert.. > > Okay, here it is. > > After experimenting with different configurations for the north-bridge >

[PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Adam Jackson
On 4/15/11 2:40 PM, Jesse Barnes wrote: > @@ -1461,6 +1462,15 @@ static void drm_add_display_info(struct edid *edid, > info->bpp = 0; > break; > } > + > + if (edid->features & DRM_EDID_FEATURE_RGB) > + info->color_formats =

Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Wed, Apr 13, 2011 at 07:33:40PM -0700, Linus Torvalds wrote: > we definitely want to also understand the reason for things not > working, even if we do revert.. Okay, here it is. After experimenting with different configurations for the north-bridge it turned out that a GART related MCE

Linux 2.6.39-rc3

2011-04-15 Thread Alexandre Demers
On 11-04-15 10:27 AM, Joerg Roedel wrote: > On Fri, Apr 15, 2011 at 10:16:59AM -0400, Alexandre Demers wrote: >> Ok, I'll test it today. Should I apply it on a clean rc3 without any of >> the other patches? > Yes, apply it just on -rc3 without any other patch. > >> BTW, may I suggest adding the

[PATCH] x86/amd: Disable GartTlbWlkErr when BIOS forgets it

2011-04-15 Thread Joerg Roedel
This patch disables GartTlbWlk errors on AMD Fam10h CPUs if the BIOS forgets to do is (or is just too old). Letting these errors enabled can cause a sync-flood on the CPU causing a reboot. This patch is the fix for https://bugzilla.kernel.org/show_bug.cgi?id=33012 on my machine.

[PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
EDID 1.4 digital displays report the color spaces they support in the features block. Add support for grabbing this data and stuffing it into the display_info struct for driver use. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_edid.c |6 ++ include/drm/drm_crtc.h |5

[PATCH 2/2] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Sat, 16 Apr 2011 06:42:44 +1000 Dave Airlie wrote: > On Sat, Apr 16, 2011 at 6:39 AM, Jesse Barnes > wrote: > > On Sat, 16 Apr 2011 06:10:07 +1000 > > Dave Airlie wrote: > > > >> > - > >> > +#define DRM_COLOR_FORMAT_RGB444 ? ? ? ? ? ? ? ?(1<<0) > >> > +#define DRM_COLOR_FORMAT_YCRCB444 ? ?

[PATCH 2/2] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Sat, 16 Apr 2011 06:10:07 +1000 Dave Airlie wrote: > > - > > +#define DRM_COLOR_FORMAT_RGB444 ? ? ? ? ? ? ? ?(1<<0) > > +#define DRM_COLOR_FORMAT_YCRCB444 ? ? ?(1<<1) > > +#define DRM_COLOR_FORMAT_YCRCB422 ? ? ?(1<<2) > > ?/* > > ?* Describes a given display (e.g. CRT or flat panel) and its

[Bug 35367] RV670 AGP lodbias regression since st/mesa: remove unnecessary flushes

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35367 --- Comment #2 from Marek Ol??k 2011-04-15 13:27:28 PDT --- (In reply to comment #1) > (In reply to comment #0) > > rv670 AGP but running agpmode=-1 as agpgart + gallium locks on this box. > > kernel d-r-t, git ddx with tiling enabled in

Linux 2.6.39-rc3

2011-04-15 Thread H. Peter Anvin
On 04/15/2011 12:18 PM, Yinghai Lu wrote: > On 04/15/2011 12:06 PM, Ingo Molnar wrote: > >> >> Joerg, mind submitting it with a changelog that includes everything we >> learned >> about this bug and all the Tested-by's in place? >> >> Is anyone of the opinion that we should try to revert the

[PATCH 2/2] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
EDID 1.4 digital displays report the color spaces they support in the features block. Add support for grabbing this data and stuffing it into the display_info struct for driver use. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_edid.c |6 ++ include/drm/drm_crtc.h |5

[PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 15:36:22 -0400 Adam Jackson wrote: > On 4/15/11 3:19 PM, Jesse Barnes wrote: > > > Or is there a CEA block extension that allows for more granularity? > > CEA has bits for the two YCbCr formats too, which we should also parse > since there's plenty of 1.3+CEA blocks in the

[PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 12:19:31 -0700 Jesse Barnes wrote: > On Fri, 15 Apr 2011 15:13:02 -0400 > Adam Jackson wrote: > > info->color_formats = DRM_COLOR_FORMAT_RGB444; > > if (edid->features & DRM_EDID_FEATURE_YCRCB444) > > info->color_formats |= DRM_COLOR_FORMAT_YCBCR444; > >

[PATCH] drm: add bit depth parsing

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 14:29:50 -0400 Adam Jackson wrote: > On 4/15/11 2:22 PM, Jesse Barnes wrote: > > EDID 1.4 digital monitors report the bit depth supported in the input > > field. Add support for parsing this out and storing the info in the > > display_info structure for use by drivers. > > >

[PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 15:13:02 -0400 Adam Jackson wrote: > On 4/15/11 2:40 PM, Jesse Barnes wrote: > > > @@ -1461,6 +1462,15 @@ static void drm_add_display_info(struct edid *edid, > > info->bpp = 0; > > break; > > } > > + > > + if (edid->features &

Linux 2.6.39-rc3

2011-04-15 Thread Yinghai Lu
On 04/15/2011 12:06 PM, Ingo Molnar wrote: > > Joerg, mind submitting it with a changelog that includes everything we > learned > about this bug and all the Tested-by's in place? > > Is anyone of the opinion that we should try to revert the allocation > order/alignment changes in addition to

Linux 2.6.39-rc3

2011-04-15 Thread Jerome Glisse
On Fri, Apr 15, 2011 at 11:46 AM, Joerg Roedel wrote: > On Fri, Apr 15, 2011 at 03:16:50PM +0200, Ingo Molnar wrote: >> Ok, but how did the allocation changes start triggering this error in >> v2.6.39-rc1? There must still be some layout specific thing here, right? >> Do we understand the details

Linux 2.6.39-rc3

2011-04-15 Thread Alex Deucher
On Fri, Apr 15, 2011 at 10:33 AM, Joerg Roedel wrote: > On Fri, Apr 15, 2011 at 03:16:50PM +0200, Ingo Molnar wrote: >> Ok, but how did the allocation changes start triggering this error in >> v2.6.39-rc1? There must still be some layout specific thing here, right? >> Do we understand the details

[Bug 36270] New: [r300g] Light sources are checkered in Unigine Sanctuary when HDR is used

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36270 Summary: [r300g] Light sources are checkered in Unigine Sanctuary when HDR is used Product: Mesa Version: git Platform: x86 (IA32) URL:

[PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
EDID 1.4 digital displays report the color spaces they support in the features block. Add support for grabbing this data and stuffing it into the display_info struct for driver use. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_edid.c | 10 ++ include/drm/drm_crtc.h |6

[Bug 36268] New: [r300g, bisected] minor flickering in Unigine Sanctuary

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36268 Summary: [r300g, bisected] minor flickering in Unigine Sanctuary Product: Mesa Version: git Platform: Other URL: http://unigine.com/download/#sanctuary

[PATCH] i2c-algo-bit: make sure to call pre/post_xfer for bit_test

2011-04-15 Thread Jean Delvare
Hi Alex, On Thu, 14 Apr 2011 19:47:06 -0400, Alex Deucher wrote: > Apparently some distros set i2c-algo-bit.bit_test to 1 by > default. In some cases this causes i2c_bit_add_bus > to fail and prevents the i2c bus from being added. In the > radeon case, we fail to add the ddc i2c buses which

Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Fri, Apr 15, 2011 at 10:26:34AM +0200, Michel D?nzer wrote: > On Don, 2011-04-14 at 23:09 +0200, Joerg Roedel wrote: > > On Thu, Apr 14, 2011 at 10:28:43AM -0400, Alex Deucher wrote: > > > On Thu, Apr 14, 2011 at 4:56 AM, Joerg Roedel wrote: > > > > And this makes a difference, with this

Linux 2.6.39-rc3

2011-04-15 Thread Michel Dänzer
On Don, 2011-04-14 at 23:09 +0200, Joerg Roedel wrote: > On Thu, Apr 14, 2011 at 10:28:43AM -0400, Alex Deucher wrote: > > On Thu, Apr 14, 2011 at 4:56 AM, Joerg Roedel wrote: > > > And this makes a difference, with this change on-top of -rc3 the box boots > > > fine. So there seems to be some

[Bug 32982] Kernel locks up a few minutes after boot

2011-04-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32982 Bart Van Assche changed: What|Removed |Added Component|Video(DRI - non Intel) |Block Layer

Linux 2.6.39-rc3

2011-04-15 Thread Alexandre Demers
On 11-04-15 09:11 AM, Joerg Roedel wrote: > On Wed, Apr 13, 2011 at 07:33:40PM -0700, Linus Torvalds wrote: >> we definitely want to also understand the reason for things not >> working, even if we do revert.. > Okay, here it is. > > After experimenting with different configurations for the

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #14 from Christoph Bumiller 2011-04-15 09:34:15 PDT --- Interesting, I have this with llvmpipe too, but it looks correct with nvc0, so I'd look for a driver specific issue. -- Configure bugmail:

[RFC] drm: emit change events when mode config changes

2011-04-15 Thread Chris Bandy
On 04/14/2011 12:42 PM, Jesse Barnes wrote: > We've already seen that apps want to monitor the display config, and > some (like upowerd) poll for changes since we don't provide a > notification for general mode config changes, just hotplug events. So > add a new drm event, with CHANGE=1 set in

[RFC] drm: emit change events when mode config changes

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 09:23:38 -0500 Chris Bandy wrote: > On 04/14/2011 12:42 PM, Jesse Barnes wrote: > > /** > > + * drm_sysfs_change_event - generate a DRM uevent indicating a display > > config change > > + * @dev: DRM device > > + * > > + * Send a uevent for the DRM device specified by @dev.

Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Thu, Apr 14, 2011 at 05:34:46PM -0400, Alex Deucher wrote: > On Thu, Apr 14, 2011 at 5:09 PM, Joerg Roedel wrote: > > Actually, the nb gart is part of the cpu. It is part of the cpu north > > bridge and can translate io and cpu accesses. In fact, it is a remapper > > of physical memory

2.6.39-rc1 nouveau regression (bisected)

2011-04-15 Thread Dominik Brodowski
On Thu, Apr 14, 2011 at 09:02:01PM +0200, Marcin Slusarz wrote: > On Thu, Apr 14, 2011 at 07:05:59PM +0200, Dominik Brodowski wrote: > > Thought about CCing Linus to show him that 2.6.39-rcX isn't as "calm" > > to everyone, but then chose to CC Maciej instead: Would you be so kind and > > add this

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #13 from Fryderyk Dziarmagowski 2011-04-15 07:06:58 PDT --- I got exactly same problem on Intel G45/G43 (Mesa HEAD) like on the screenshot from #7 (using beta version) -- Configure bugmail:

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #12 from Krzysztof A. Sobiecki 2011-04-15 06:35:39 PDT --- Created an attachment (id=45667) --> (https://bugs.freedesktop.org/attachment.cgi?id=45667) RADEON_DEBUG=vp,tex without mesa patch -- Configure bugmail:

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #11 from Krzysztof A. Sobiecki 2011-04-15 06:19:41 PDT --- Created an attachment (id=45666) --> (https://bugs.freedesktop.org/attachment.cgi?id=45666) RADEON_DEBUG=vp and patch on r300g I will post also log without patched mesa.

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #10 from Sven Arvidsson 2011-04-15 05:57:58 PDT --- Created an attachment (id=45665) --> (https://bugs.freedesktop.org/attachment.cgi?id=45665) r300g with patch I have added logs from my system, both from the debug build of Trine

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #9 from Sven Arvidsson 2011-04-15 05:56:05 PDT --- Created an attachment (id=45664) --> (https://bugs.freedesktop.org/attachment.cgi?id=45664) Trine debug log -- Configure bugmail:

No subject

2011-04-15 Thread
logout is being done with libICE. I know it is not being done with Hal, Consolekit or the XKillClient Xlib function. I will update this bug report as soon as I know which function causes this and have a testcase ready. If you think it will lead to a fix I would be willing to use a pencil and paper

[Bug 35367] RV670 AGP lodbias regression since st/mesa: remove unnecessary flushes

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35367 --- Comment #1 from Andy Furniss 2011-04-15 04:43:15 PDT --- (In reply to comment #0) > rv670 AGP but running agpmode=-1 as agpgart + gallium locks on this box. > kernel d-r-t, git ddx with tiling enabled in xorg.conf. > Does not affect my PCIE

[Bug 35312] r600g: Automatic mipmap generation doesn't work properly

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35312 --- Comment #3 from Andy Furniss 2011-04-15 04:30:30 PDT --- (In reply to comment #1) > Created an attachment (id=45598) View: https://bugs.freedesktop.org/attachment.cgi?id=45598 Review: https://bugs.freedesktop.org/review?bug=35312=45598 >

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #8 from Turo Lamminen 2011-04-15 03:37:30 PDT --- (In reply to comment #5) > Created an attachment (id=45654) --> (https://bugs.freedesktop.org/attachment.cgi?id=45654) > Log from beta game on r300g Get the mesa log too so we can

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #7 from Krzysztof A. Sobiecki 2011-04-15 03:29:51 PDT --- Created an attachment (id=45659) --> (https://bugs.freedesktop.org/attachment.cgi?id=45659) Screenshot from beta game on r300g Game looks very similar on llvmpipe and

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #6 from Krzysztof A. Sobiecki 2011-04-15 03:26:49 PDT --- Created an attachment (id=45657) --> (https://bugs.freedesktop.org/attachment.cgi?id=45657) Log from beta game on llvmpipe -- Configure bugmail:

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #5 from Krzysztof A. Sobiecki 2011-04-15 03:24:05 PDT --- Created an attachment (id=45654) --> (https://bugs.freedesktop.org/attachment.cgi?id=45654) Log from beta game on r300g -- Configure bugmail:

[Bug 35312] r600g: Automatic mipmap generation doesn't work properly

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35312 --- Comment #2 from Gustaw Smolarczyk 2011-04-15 00:40:53 PDT --- Indeed it helps. Piglit test fbo-generatemipmap-formats is still failing, but may be unrelated problem. Basic functionality now works properly. -- Configure bugmail:

[Bug 36256] New: Return to tty after leaving X problematic if using multiple cards since 2.6.32

2011-04-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36256 Summary: Return to tty after leaving X problematic if using multiple cards since 2.6.32 Product: DRI Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All)

Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Thu, Apr 14, 2011 at 10:28:43AM -0400, Alex Deucher wrote: > On Thu, Apr 14, 2011 at 4:56 AM, Joerg Roedel wrote: > > And this makes a difference, with this change on-top of -rc3 the box boots > > fine. So there seems to be some dependency between the GART base and the GTT > > base even when

Re: 2.6.39-rc1 nouveau regression (bisected)

2011-04-15 Thread Dominik Brodowski
On Thu, Apr 14, 2011 at 09:02:01PM +0200, Marcin Slusarz wrote: On Thu, Apr 14, 2011 at 07:05:59PM +0200, Dominik Brodowski wrote: Thought about CCing Linus to show him that 2.6.39-rcX isn't as calm to everyone, but then chose to CC Maciej instead: Would you be so kind and add this to your

Re: Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Thu, Apr 14, 2011 at 05:34:46PM -0400, Alex Deucher wrote: On Thu, Apr 14, 2011 at 5:09 PM, Joerg Roedel j...@8bytes.org wrote: Actually, the nb gart is part of the cpu. It is part of the cpu north bridge and can translate io and cpu accesses. In fact, it is a remapper of physical

[Bug 36256] New: Return to tty after leaving X problematic if using multiple cards since 2.6.32

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36256 Summary: Return to tty after leaving X problematic if using multiple cards since 2.6.32 Product: DRI Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 35312] r600g: Automatic mipmap generation doesn't work properly

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35312 --- Comment #2 from Gustaw Smolarczyk wielkie...@gmail.com 2011-04-15 00:40:53 PDT --- Indeed it helps. Piglit test fbo-generatemipmap-formats is still failing, but may be unrelated problem. Basic functionality now works properly. -- Configure

Re: Linux 2.6.39-rc3

2011-04-15 Thread Michel Dänzer
On Don, 2011-04-14 at 23:09 +0200, Joerg Roedel wrote: On Thu, Apr 14, 2011 at 10:28:43AM -0400, Alex Deucher wrote: On Thu, Apr 14, 2011 at 4:56 AM, Joerg Roedel j...@8bytes.org wrote: And this makes a difference, with this change on-top of -rc3 the box boots fine. So there seems to be

Re: Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Fri, Apr 15, 2011 at 10:26:34AM +0200, Michel Dänzer wrote: On Don, 2011-04-14 at 23:09 +0200, Joerg Roedel wrote: On Thu, Apr 14, 2011 at 10:28:43AM -0400, Alex Deucher wrote: On Thu, Apr 14, 2011 at 4:56 AM, Joerg Roedel j...@8bytes.org wrote: And this makes a difference, with this

Re: [PATCH] i2c-algo-bit: make sure to call pre/post_xfer for bit_test

2011-04-15 Thread Jean Delvare
Hi Alex, On Thu, 14 Apr 2011 19:47:06 -0400, Alex Deucher wrote: Apparently some distros set i2c-algo-bit.bit_test to 1 by default. In some cases this causes i2c_bit_add_bus to fail and prevents the i2c bus from being added. In the radeon case, we fail to add the ddc i2c buses which

[Bug 32982] Kernel locks up a few minutes after boot

2011-04-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32982 Bart Van Assche bart.vanass...@gmail.com changed: What|Removed |Added Component|Video(DRI - non Intel) |Block Layer

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #5 from Krzysztof A. Sobiecki sob...@gmail.com 2011-04-15 03:24:05 PDT --- Created an attachment (id=45654) -- (https://bugs.freedesktop.org/attachment.cgi?id=45654) Log from beta game on r300g -- Configure bugmail:

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #6 from Krzysztof A. Sobiecki sob...@gmail.com 2011-04-15 03:26:49 PDT --- Created an attachment (id=45657) -- (https://bugs.freedesktop.org/attachment.cgi?id=45657) Log from beta game on llvmpipe -- Configure bugmail:

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #7 from Krzysztof A. Sobiecki sob...@gmail.com 2011-04-15 03:29:51 PDT --- Created an attachment (id=45659) -- (https://bugs.freedesktop.org/attachment.cgi?id=45659) Screenshot from beta game on r300g Game looks very similar on

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #8 from Turo Lamminen t...@alternativegames.net 2011-04-15 03:37:30 PDT --- (In reply to comment #5) Created an attachment (id=45654) -- (https://bugs.freedesktop.org/attachment.cgi?id=45654) Log from beta game on r300g Get the

[Bug 35312] r600g: Automatic mipmap generation doesn't work properly

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35312 --- Comment #3 from Andy Furniss li...@andyfurniss.entadsl.com 2011-04-15 04:30:30 PDT --- (In reply to comment #1) Created an attachment (id=45598) View: https://bugs.freedesktop.org/attachment.cgi?id=45598 Review:

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #9 from Sven Arvidsson s...@whiz.se 2011-04-15 05:56:05 PDT --- Created an attachment (id=45664) -- (https://bugs.freedesktop.org/attachment.cgi?id=45664) Trine debug log -- Configure bugmail:

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #10 from Sven Arvidsson s...@whiz.se 2011-04-15 05:57:58 PDT --- Created an attachment (id=45665) -- (https://bugs.freedesktop.org/attachment.cgi?id=45665) r300g with patch I have added logs from my system, both from the debug build

Re: Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Wed, Apr 13, 2011 at 07:33:40PM -0700, Linus Torvalds wrote: we definitely want to also understand the reason for things not working, even if we do revert.. Okay, here it is. After experimenting with different configurations for the north-bridge it turned out that a GART related MCE fires

Re: Linux 2.6.39-rc3

2011-04-15 Thread Ingo Molnar
* Joerg Roedel j...@8bytes.org wrote: On Wed, Apr 13, 2011 at 07:33:40PM -0700, Linus Torvalds wrote: we definitely want to also understand the reason for things not working, even if we do revert.. Okay, here it is. After experimenting with different configurations for the

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #11 from Krzysztof A. Sobiecki sob...@gmail.com 2011-04-15 06:19:41 PDT --- Created an attachment (id=45666) -- (https://bugs.freedesktop.org/attachment.cgi?id=45666) RADEON_DEBUG=vp and patch on r300g I will post also log without

Re: Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Fri, Apr 15, 2011 at 04:04:45PM +0200, Andreas Herrmann wrote: What about tagging this patch for stable/longterm releases? Potentially there are other cases where certain combinations of hardware(GPUs)/drivers/whatsoever might trigger a GartTlbWlkErr. If the BIOS doesn't follow the BKDG

Re: Linux 2.6.39-rc3

2011-04-15 Thread Joerg Roedel
On Fri, Apr 15, 2011 at 03:16:50PM +0200, Ingo Molnar wrote: Ok, but how did the allocation changes start triggering this error in v2.6.39-rc1? There must still be some layout specific thing here, right? Do we understand the details of that as well? Well, thinking again about this, the GPU

Re: Linux 2.6.39-rc3

2011-04-15 Thread Alex Deucher
On Fri, Apr 15, 2011 at 10:33 AM, Joerg Roedel j...@8bytes.org wrote: On Fri, Apr 15, 2011 at 03:16:50PM +0200, Ingo Molnar wrote: Ok, but how did the allocation changes start triggering this error in v2.6.39-rc1? There must still be some layout specific thing here, right? Do we understand the

Re: Linux 2.6.39-rc3

2011-04-15 Thread Jerome Glisse
On Fri, Apr 15, 2011 at 11:46 AM, Joerg Roedel j...@8bytes.org wrote: On Fri, Apr 15, 2011 at 03:16:50PM +0200, Ingo Molnar wrote: Ok, but how did the allocation changes start triggering this error in v2.6.39-rc1? There must still be some layout specific thing here, right? Do we understand the

Re: Linux 2.6.39-rc3

2011-04-15 Thread Andreas Herrmann
On Fri, Apr 15, 2011 at 03:11:52PM +0200, Joerg Roedel wrote: On Wed, Apr 13, 2011 at 07:33:40PM -0700, Linus Torvalds wrote: we definitely want to also understand the reason for things not working, even if we do revert.. Okay, here it is. After experimenting with different

Re: Linux 2.6.39-rc3

2011-04-15 Thread Andreas Herrmann
On Thu, Apr 14, 2011 at 05:34:46PM -0400, Alex Deucher wrote: On Thu, Apr 14, 2011 at 5:09 PM, Joerg Roedel j...@8bytes.org wrote: On Thu, Apr 14, 2011 at 10:28:43AM -0400, Alex Deucher wrote: On Thu, Apr 14, 2011 at 4:56 AM, Joerg Roedel j...@8bytes.org wrote: And this makes a difference,

[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36236 --- Comment #14 from Christoph Bumiller e0425...@student.tuwien.ac.at 2011-04-15 09:34:15 PDT --- Interesting, I have this with llvmpipe too, but it looks correct with nvc0, so I'd look for a driver specific issue. -- Configure bugmail:

[PATCH] Big endian support for RV730 (Gallium r600g)

2011-04-15 Thread Cédric Cano
Hi Here you are a patch that adds big endian support for rv730 in r600 gallium driver. I used the mesa-demos to test the driver status on big endian platform. Except with demos using accumulation buffer, the rendering is the same as on Intel platform. Albeit there are still some artefacts

[Bug 36268] New: [r300g, bisected] minor flickering in Unigine Sanctuary

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36268 Summary: [r300g, bisected] minor flickering in Unigine Sanctuary Product: Mesa Version: git Platform: Other URL: http://unigine.com/download/#sanctuary

[PATCH] drm: add bit depth parsing

2011-04-15 Thread Jesse Barnes
EDID 1.4 digital monitors report the bit depth supported in the input field. Add support for parsing this out and storing the info in the display_info structure for use by drivers. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/drm_edid.c | 54

Re: [PATCH] drm: add bit depth parsing

2011-04-15 Thread Adam Jackson
On 4/15/11 2:22 PM, Jesse Barnes wrote: EDID 1.4 digital monitors report the bit depth supported in the input field. Add support for parsing this out and storing the info in the display_info structure for use by drivers. Signed-off-by: Jesse Barnesjbar...@virtuousgeek.org Very nice.

Re: [RFC] drm: emit change events when mode config changes

2011-04-15 Thread Adam Jackson
On 4/14/11 1:42 PM, Jesse Barnes wrote: We've already seen that apps want to monitor the display config, and some (like upowerd) poll for changes since we don't provide a notification for general mode config changes, just hotplug events. So add a new drm event, with CHANGE=1 set in the event,

[PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
EDID 1.4 digital displays report the color spaces they support in the features block. Add support for grabbing this data and stuffing it into the display_info struct for driver use. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/drm_edid.c | 10 ++

Re: Linux 2.6.39-rc3

2011-04-15 Thread Alexandre Demers
On 11-04-15 10:27 AM, Joerg Roedel wrote: On Fri, Apr 15, 2011 at 10:16:59AM -0400, Alexandre Demers wrote: Ok, I'll test it today. Should I apply it on a clean rc3 without any of the other patches? Yes, apply it just on -rc3 without any other patch. BTW, may I suggest adding the info under

[Bug 36270] New: [r300g] Light sources are checkered in Unigine Sanctuary when HDR is used

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36270 Summary: [r300g] Light sources are checkered in Unigine Sanctuary when HDR is used Product: Mesa Version: git Platform: x86 (IA32) URL:

Re: Linux 2.6.39-rc3

2011-04-15 Thread Ingo Molnar
* Alexandre Demers alexandre.f.dem...@gmail.com wrote: On 11-04-15 10:27 AM, Joerg Roedel wrote: On Fri, Apr 15, 2011 at 10:16:59AM -0400, Alexandre Demers wrote: Ok, I'll test it today. Should I apply it on a clean rc3 without any of the other patches? Yes, apply it just on -rc3

Re: [PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Adam Jackson
On 4/15/11 2:40 PM, Jesse Barnes wrote: @@ -1461,6 +1462,15 @@ static void drm_add_display_info(struct edid *edid, info-bpp = 0; break; } + + if (edid-features DRM_EDID_FEATURE_RGB) + info-color_formats = DRM_COLOR_FORMAT_RGB444; +

Re: [PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 15:13:02 -0400 Adam Jackson a...@redhat.com wrote: On 4/15/11 2:40 PM, Jesse Barnes wrote: @@ -1461,6 +1462,15 @@ static void drm_add_display_info(struct edid *edid, info-bpp = 0; break; } + + if (edid-features

Re: Linux 2.6.39-rc3

2011-04-15 Thread Yinghai Lu
On 04/15/2011 12:06 PM, Ingo Molnar wrote: Joerg, mind submitting it with a changelog that includes everything we learned about this bug and all the Tested-by's in place? Is anyone of the opinion that we should try to revert the allocation order/alignment changes in addition to this

Re: [PATCH] drm: add bit depth parsing

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 14:29:50 -0400 Adam Jackson a...@redhat.com wrote: On 4/15/11 2:22 PM, Jesse Barnes wrote: EDID 1.4 digital monitors report the bit depth supported in the input field. Add support for parsing this out and storing the info in the display_info structure for use by

Re: [PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 12:19:31 -0700 Jesse Barnes jbar...@virtuousgeek.org wrote: On Fri, 15 Apr 2011 15:13:02 -0400 Adam Jackson a...@redhat.com wrote: info-color_formats = DRM_COLOR_FORMAT_RGB444; if (edid-features DRM_EDID_FEATURE_YCRCB444) info-color_formats |=

Re: [PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Adam Jackson
On 4/15/11 3:19 PM, Jesse Barnes wrote: Or is there a CEA block extension that allows for more granularity? CEA has bits for the two YCbCr formats too, which we should also parse since there's plenty of 1.3+CEA blocks in the world thanks to HDMI. For CEA blocks version 2 and up (version

Re: [PATCH] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Fri, 15 Apr 2011 15:36:22 -0400 Adam Jackson a...@redhat.com wrote: On 4/15/11 3:19 PM, Jesse Barnes wrote: Or is there a CEA block extension that allows for more granularity? CEA has bits for the two YCbCr formats too, which we should also parse since there's plenty of 1.3+CEA

[PATCH 1/2] drm: add bit depth parsing

2011-04-15 Thread Jesse Barnes
EDID 1.4 digital monitors report the bit depth supported in the input field. Add support for parsing this out and storing the info in the display_info structure for use by drivers. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/drm_edid.c | 55

Re: [PATCH 2/2] drm: parse color format support for digital displays

2011-04-15 Thread Dave Airlie
- +#define DRM_COLOR_FORMAT_RGB444                (10) +#define DRM_COLOR_FORMAT_YCRCB444      (11) +#define DRM_COLOR_FORMAT_YCRCB422      (12)  /*  * Describes a given display (e.g. CRT or flat panel) and its limitations.  */ @@ -201,6 +203,7 @@ struct drm_display_info {        unsigned

[Bug 35367] RV670 AGP lodbias regression since st/mesa: remove unnecessary flushes

2011-04-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35367 --- Comment #2 from Marek Olšák mar...@gmail.com 2011-04-15 13:27:28 PDT --- (In reply to comment #1) (In reply to comment #0) rv670 AGP but running agpmode=-1 as agpgart + gallium locks on this box. kernel d-r-t, git ddx with tiling enabled

Re: [PATCH 2/2] drm: parse color format support for digital displays

2011-04-15 Thread Jesse Barnes
On Sat, 16 Apr 2011 06:10:07 +1000 Dave Airlie airl...@gmail.com wrote: - +#define DRM_COLOR_FORMAT_RGB444                (10) +#define DRM_COLOR_FORMAT_YCRCB444      (11) +#define DRM_COLOR_FORMAT_YCRCB422      (12)  /*  * Describes a given display (e.g. CRT or flat panel) and its

  1   2   >