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
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
>@@ -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;
>
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=37603
Damien Grassart changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30901
Damien Grassart changed:
What|Removed |Added
CC||dam...@grassart.com
--- Comment #8 fro
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
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
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
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
https://bugzilla.kernel.org/show_bug.cgi?id=34822
Anisse Astier changed:
What|Removed |Added
Attachment #57162|0 |1
is obsolete|
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
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
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
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
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"->
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
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
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
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
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=
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=
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
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
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
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
>> 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
After enabling CONFIG_DRM_RADEON_KMS in 2.6.39 the problem disappeared.
--
Frank
https://bugs.freedesktop.org/show_bug.cgi?id=37603
Damien Grassart changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30901
Damien Grassart changed:
What|Removed |Added
CC||damien at grassart.com
--- Comment #8
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
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
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
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
https://bugzilla.kernel.org/show_bug.cgi?id=34822
Anisse Astier changed:
What|Removed |Added
Attachment #57162|0 |1
is obsolete|
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
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
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
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
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"->
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
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
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
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
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=
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=
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
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
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
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
51 matches
Mail list logo