Re: (Short?) merge window reminder

2011-05-26 Thread Boaz Harrosh
On 05/23/2011 11:52 PM, Alexey Zaytsev wrote: > On Tue, May 24, 2011 at 00:33, Linus Torvalds > wrote: >> On Mon, May 23, 2011 at 12:20 PM, Ingo Molnar wrote: >>> >>> I really hope there's also a voice that tells you to wait until .42 before >>> cutting 3.0.0! :-) >> >> So I'm toying with 3.0 (an

Re: (Short?) merge window reminder

2011-05-26 Thread Martin Nybo Andersen
On Tue, 24 May 2011, Zimny Lech wrote: Hi, 2011/5/24 Lisa Milne : So I'm toying with 3.0 (and in that case, it really would be "3.0", not "3.0.0" - the stable team would get the third digit rather than the fourth one. How about stardates? This is a wonderful idea! :) I'd rather go for a g

Re: [PATCH 2/2] drm/radeon/kms: add blit support for cayman

2011-05-26 Thread Nils Wallménius
>@@ -582,11 +588,17 @@ int evergreen_blit_init(struct radeon_device *rdev) > obj_size = ALIGN(obj_size, 256); > > rdev->r600_blit.vs_offset = obj_size; >- obj_size += evergreen_vs_size * 4; >+ if (rdev->family < CHIP_CAYMAN) >+ obj_size += evergreen_vs_size * 4; >

Re: (Short?) merge window reminder

2011-05-26 Thread Tony Luck
On Wed, May 25, 2011 at 7:12 AM, Boaz Harrosh wrote: > So if you combine all the above: > > D. Y. N > D - Is the decade since birth (1991 not 1990) > Y - is the year in the decade so you have 3.1.x, 3.2.x, .. 3.10.x, 4.1.X and > so on >    Nice incremental number. > N - The Linus release of this

Re: BUG: unable to handle kernel paging request at 6b6b6b6b in radeon_read_ring_rptr()

2011-05-26 Thread Frank van Maarseveen
After enabling CONFIG_DRM_RADEON_KMS in 2.6.39 the problem disappeared. -- Frank ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Bug 37603] r600g with LLVM enabled makes Heroes of Newerth game unplayable

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37603 Damien Grassart changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30901 Damien Grassart changed: What|Removed |Added CC||dam...@grassart.com --- Comment #8 fro

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

2011-05-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #7 from Alex Deucher 2011-05-26 15:45:37 --- There is initial support for DP bridges in drm-radeon-testing: http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=shortlog;h=refs/heads/drm-radeon-testing -- Configure b

Re: [PATCH] drm/radeon/kms: fix thermal sensor reading on juniper

2011-05-26 Thread Roland Scheidegger
Am 26.05.2011 00:45, schrieb Alex Deucher: > Uses a different method than other evergreen asics. Strange the temps displayed always seemed to make sense here even with the wrong method :-). Roland ___ dri-devel mailing list dri-devel@lists.freedesktop.o

Re: [PATCH] drm/radeon/kms: fix thermal sensor reading on juniper

2011-05-26 Thread Alex Deucher
On Thu, May 26, 2011 at 11:43 AM, Roland Scheidegger wrote: > Am 26.05.2011 00:45, schrieb Alex Deucher: >> Uses a different method than other evergreen asics. > > Strange the temps displayed always seemed to make sense here even with > the wrong method :-). Yeah, I got the same results from both

Re: (Short?) merge window reminder

2011-05-26 Thread Sérgio Basto
On Tue, 2011-05-24 at 11:07 -0400, jonsm...@gmail.com wrote: > On Tue, May 24, 2011 at 10:43 AM, Alan Cox > wrote: > > Can we drop most of MCA, EISA and ISA bus if we are going to have a > big > > version change ? A driver spring clean is much overdue and it's all > in > > git in case someone wish

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

2011-05-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822 Anisse Astier changed: What|Removed |Added Attachment #57162|0 |1 is obsolete|

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

2011-05-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #9 from Alex Deucher 2011-05-26 17:10:03 --- (In reply to comment #8) > Would it be possible that the radeon_encoder->encoder_id information is wrong? > And that there is no DP bridge ? No it's correct. You can see the DPCD for

[Bug 36602] Hierarchical Z support for R600

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #6 from Alex Deucher 2011-05-26 11:03:48 PDT --- The htile buffer needs to be bound for the life of the Z/S buffer(s) to be effective. I just put together a set of patches to allocate the htile buffer in the ddx along with the Z and

[PATCH] drm/radeon/kms: remove duplicate reg from r600 safe regs

2011-05-26 Thread Alex Deucher
It got added twice by accident. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/reg_srcs/r600 |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/reg_srcs/r600 b/drivers/gpu/drm/radeon/reg_srcs/r600 index a4b0aed..8337548 100644 --- a/drivers/g

Re: BUG: unable to handle kernel paging request at 6b6b6b6b in radeon_read_ring_rptr()

2011-05-26 Thread Matt Turner
On Wed, May 25, 2011 at 8:12 PM, Thierry Vignaud wrote: > On 25 May 2011 17:43, Alex Deucher wrote: >>> Xorg from FC14 plus linux kernel 2.6.37, 2.6.38 and 2.6.39 on x86 crashes >>> immediately upon start. >> >> Any reason you are not using kms? > > Any reason you are not respecting the netiquett

[Bug 36563] Unity locks up with latest xorg/mesa/dri/drm

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36563 --- Comment #7 from Rune K. Svendsen 2011-05-26 12:35:15 PDT --- I have found a reliable way of reproducing this bug on this computer at least. Compiz must be enabled. 1. Go to CompizConfig Settings Manager (ccsm) 2. Under "Window Management"->

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

2011-05-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #10 from Alex Deucher 2011-05-26 21:52:25 --- Can you attach your xorg log and the output of xrandr --verbose from the new kernel? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiv

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

2011-05-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #11 from Alex Deucher 2011-05-26 22:19:20 --- Created an attachment (id=59622) --> (https://bugzilla.kernel.org/attachment.cgi?id=59622) fix handling of DP to LVDS bridges This patch on top of drm-radeon-testing should get you

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

2011-05-26 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #12 from Alex Deucher 2011-05-26 23:43:54 --- Created an attachment (id=59642) --> (https://bugzilla.kernel.org/attachment.cgi?id=59642) additional patch If the patch in comment 11 doesn't work, you can try this one as well on

[Bug 37652] New: [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37652 Summary: [r300g] No texture shadow in ogre3d Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medi

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #1 from Sven-Hendrik Haase 2011-05-26 22:55:05 PDT --- Created an attachment (id=47204) --> (https://bugs.freedesktop.org/attachment.cgi?id=47204) r300g glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #2 from Sven-Hendrik Haase 2011-05-26 22:56:03 PDT --- Created an attachment (id=47205) --> (https://bugs.freedesktop.org/attachment.cgi?id=47205) r300g ogrelog -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #3 from Sven-Hendrik Haase 2011-05-26 22:58:18 PDT --- Created an attachment (id=47206) --> (https://bugs.freedesktop.org/attachment.cgi?id=47206) llvmpipe glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #4 from Sven-Hendrik Haase 2011-05-26 22:58:35 PDT --- Created an attachment (id=47207) --> (https://bugs.freedesktop.org/attachment.cgi?id=47207) llvmpipe ogrelog -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #5 from Sven-Hendrik Haase 2011-05-26 23:05:34 PDT --- The warnings about libtxc_dxtn.so might be irritating so I installed the required library but to no avail. After all, it would be fairly strange if ogre's texture shadows used S3

BUG: unable to handle kernel paging request at 6b6b6b6b in radeon_read_ring_rptr()

2011-05-26 Thread Thierry Vignaud
On 25 May 2011 17:43, Alex Deucher wrote: >> Xorg from FC14 plus linux kernel 2.6.37, 2.6.38 and 2.6.39 on x86 crashes >> immediately upon start. > > Any reason you are not using kms? Any reason you are not respecting the netiquette ? Quoting nearly 1000 lines unrelated to your one line answer is

BUG: unable to handle kernel paging request at 6b6b6b6b in radeon_read_ring_rptr()

2011-05-26 Thread Dave Airlie
>> Any reason you are not using kms? > > Any reason you are not respecting the netiquette ? > Quoting nearly 1000 lines unrelated to your one line answer is quite rude :-( Yeah we knows that only acceptable if you put, Pardon my ignorance I sent this from my phone at the top ;-) Sorry couldn't r

BUG: unable to handle kernel paging request at 6b6b6b6b in radeon_read_ring_rptr()

2011-05-26 Thread Frank van Maarseveen
After enabling CONFIG_DRM_RADEON_KMS in 2.6.39 the problem disappeared. -- Frank

[Bug 37603] r600g with LLVM enabled makes Heroes of Newerth game unplayable

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37603 Damien Grassart changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 30901] Heroes of Newerth won't start when mesa is compiled with --enable-gallium-llvm

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30901 Damien Grassart changed: What|Removed |Added CC||damien at grassart.com --- Comment #8

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

2011-05-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #7 from Alex Deucher 2011-05-26 15:45:37 --- There is initial support for DP bridges in drm-radeon-testing: http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=shortlog;h=refs/heads/drm-radeon-testing -- Configure b

[PATCH] drm/radeon/kms: fix thermal sensor reading on juniper

2011-05-26 Thread Roland Scheidegger
Am 26.05.2011 00:45, schrieb Alex Deucher: > Uses a different method than other evergreen asics. Strange the temps displayed always seemed to make sense here even with the wrong method :-). Roland

[PATCH] drm/radeon/kms: fix thermal sensor reading on juniper

2011-05-26 Thread Alex Deucher
On Thu, May 26, 2011 at 11:43 AM, Roland Scheidegger wrote: > Am 26.05.2011 00:45, schrieb Alex Deucher: >> Uses a different method than other evergreen asics. > > Strange the temps displayed always seemed to make sense here even with > the wrong method :-). Yeah, I got the same results from both

(Short?) merge window reminder

2011-05-26 Thread Sérgio Basto
On Tue, 2011-05-24 at 11:07 -0400, jonsmirl at gmail.com wrote: > On Tue, May 24, 2011 at 10:43 AM, Alan Cox > wrote: > > Can we drop most of MCA, EISA and ISA bus if we are going to have a > big > > version change ? A driver spring clean is much overdue and it's all > in > > git in case someone w

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

2011-05-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34822 Anisse Astier changed: What|Removed |Added Attachment #57162|0 |1 is obsolete|

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

2011-05-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #9 from Alex Deucher 2011-05-26 17:10:03 --- (In reply to comment #8) > Would it be possible that the radeon_encoder->encoder_id information is wrong? > And that there is no DP bridge ? No it's correct. You can see the DPCD for

[Bug 36602] Hierarchical Z support for R600

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #6 from Alex Deucher 2011-05-26 11:03:48 PDT --- The htile buffer needs to be bound for the life of the Z/S buffer(s) to be effective. I just put together a set of patches to allocate the htile buffer in the ddx along with the Z and

[PATCH] drm/radeon/kms: remove duplicate reg from r600 safe regs

2011-05-26 Thread Alex Deucher
It got added twice by accident. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/reg_srcs/r600 |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/reg_srcs/r600 b/drivers/gpu/drm/radeon/reg_srcs/r600 index a4b0aed..8337548 100644 --- a/drivers/g

BUG: unable to handle kernel paging request at 6b6b6b6b in radeon_read_ring_rptr()

2011-05-26 Thread Matt Turner
On Wed, May 25, 2011 at 8:12 PM, Thierry Vignaud wrote: > On 25 May 2011 17:43, Alex Deucher wrote: >>> Xorg from FC14 plus linux kernel 2.6.37, 2.6.38 and 2.6.39 on x86 crashes >>> immediately upon start. >> >> Any reason you are not using kms? > > Any reason you are not respecting the netiquett

[Bug 36563] Unity locks up with latest xorg/mesa/dri/drm

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36563 --- Comment #7 from Rune K. Svendsen 2011-05-26 12:35:15 PDT --- I have found a reliable way of reproducing this bug on this computer at least. Compiz must be enabled. 1. Go to CompizConfig Settings Manager (ccsm) 2. Under "Window Management"->

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

2011-05-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #10 from Alex Deucher 2011-05-26 21:52:25 --- Can you attach your xorg log and the output of xrandr --verbose from the new kernel? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiv

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

2011-05-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #11 from Alex Deucher 2011-05-26 22:19:20 --- Created an attachment (id=59622) --> (https://bugzilla.kernel.org/attachment.cgi?id=59622) fix handling of DP to LVDS bridges This patch on top of drm-radeon-testing should get you

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

2011-05-26 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34822 --- Comment #12 from Alex Deucher 2011-05-26 23:43:54 --- Created an attachment (id=59642) --> (https://bugzilla.kernel.org/attachment.cgi?id=59642) additional patch If the patch in comment 11 doesn't work, you can try this one as well on

[Bug 37652] New: [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37652 Summary: [r300g] No texture shadow in ogre3d Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medi

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #1 from Sven-Hendrik Haase 2011-05-26 22:55:05 PDT --- Created an attachment (id=47204) --> (https://bugs.freedesktop.org/attachment.cgi?id=47204) r300g glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #2 from Sven-Hendrik Haase 2011-05-26 22:56:03 PDT --- Created an attachment (id=47205) --> (https://bugs.freedesktop.org/attachment.cgi?id=47205) r300g ogrelog -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #3 from Sven-Hendrik Haase 2011-05-26 22:58:18 PDT --- Created an attachment (id=47206) --> (https://bugs.freedesktop.org/attachment.cgi?id=47206) llvmpipe glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #4 from Sven-Hendrik Haase 2011-05-26 22:58:35 PDT --- Created an attachment (id=47207) --> (https://bugs.freedesktop.org/attachment.cgi?id=47207) llvmpipe ogrelog -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 37652] [r300g] No texture shadow in ogre3d

2011-05-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37652 --- Comment #5 from Sven-Hendrik Haase 2011-05-26 23:05:34 PDT --- The warnings about libtxc_dxtn.so might be irritating so I installed the required library but to no avail. After all, it would be fairly strange if ogre's texture shadows used S3

[PATCH v1] drivers: Use kzalloc instead of 'kmalloc+memset', where possible

2011-05-26 Thread Rakib Mullick
A previous patch was sent to address this issue at, https://lkml.org/lkml/2011/5/23/305. Joe Perches suggest that, its best to use kcalloc for array allocation instead of kzalloc. This version addresses this issue. Changes since V0: Use kcalloc instead of kzalloc for array allocation. Sig