https://bugzilla.kernel.org/show_bug.cgi?id=34082
Florian Mickler changed:
What|Removed |Added
CC||flor...@mickler.org
--- Comment #3
https://bugzilla.kernel.org/show_bug.cgi?id=34772
Summary: [radeon] [R300] GPU lockups with when KMS is enabled
Product: Drivers
Version: 2.5
Kernel Version: 2.6.38
Platform: All
OS/Version: Linux
Tree: Mainline
Statu
The TCC disable setup was incorrect. This
prevents the GPU from hanging when draw commands
are issued.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/ni.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/radeon/ni.c b/drivers/gpu/drm/radeon/ni.c
https://bugs.freedesktop.org/show_bug.cgi?id=36939
--- Comment #3 from Tom Stellard 2011-05-09 22:11:23 PDT
---
Created an attachment (id=46516)
View: https://bugs.freedesktop.org/attachment.cgi?id=46516
Review: https://bugs.freedesktop.org/review?bug=36939&attachment=46516
Verbose patch
Thi
https://bugs.freedesktop.org/show_bug.cgi?id=36939
--- Comment #3 from Tom Stellard 2011-05-09 22:11:23
PDT ---
Created an attachment (id=46516)
View: https://bugs.freedesktop.org/attachment.cgi?id=46516
Review: https://bugs.freedesktop.org/review?bug=36939&attachment=46516
Verbose patch
Thi
https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #5 from Igor Murzov 2011-05-09 21:56:04 ---
Created an attachment (id=57042)
--> (https://bugzilla.kernel.org/attachment.cgi?id=57042)
dmesg output
This is a full dmesg output after sending IGD to vgaswitcheroo/switch.
--
Conf
https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #4 from Igor Murzov 2011-05-09 21:53:21 ---
@Florian Mickler:
System is not frozen, only screen is black, because active graphical card gets
turned off. I can log into the system via ssh and turn graphics on.
If I do `echo IGD >
On May 9, 2011, Thomas Fjellstrom wrote:
> On May 9, 2011, Alex Deucher wrote:
> > On Mon, May 9, 2011 at 5:04 PM, Thomas Fjellstrom
>
> wrote:
> > > On May 9, 2011, Thomas Fjellstrom wrote:
> > >> On May 9, 2011, Jerome Glisse wrote:
> > >> > On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
> >
https://bugs.freedesktop.org/show_bug.cgi?id=37040
--- Comment #3 from Alex Deucher 2011-05-09 21:16:48 PDT ---
drm_kms_helper.poll=0 will disable the output polling
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
Y
https://bugs.freedesktop.org/show_bug.cgi?id=37040
--- Comment #3 from Alex Deucher 2011-05-09 21:16:48 PDT
---
drm_kms_helper.poll=0 will disable the output polling
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
https://bugs.freedesktop.org/show_bug.cgi?id=37040
--- Comment #2 from Alex Deucher 2011-05-09 21:15:52 PDT ---
RS690 did not support displayport. I'm not sure how you have one on your
board.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving t
https://bugs.freedesktop.org/show_bug.cgi?id=37040
--- Comment #2 from Alex Deucher 2011-05-09 21:15:52 PDT
---
RS690 did not support displayport. I'm not sure how you have one on your
board.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving
https://bugs.freedesktop.org/show_bug.cgi?id=37040
Alex Deucher changed:
What|Removed |Added
Attachment #46512|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=37040
Alex Deucher changed:
What|Removed |Added
Attachment #46512|application/octet-stream|text/plain
mime type|
Melchior,
Could you please try this patch and get the log ? We wonder why
is_backlight_combination_mode () returns false. We all knew that it
returns true during booting (and takashi's fix works to fix the
blackscreen for you) and it's unlikely to become false afterward.
Perhaps it was changed wro
https://bugs.freedesktop.org/show_bug.cgi?id=37040
--- Comment #1 from teu...@cs.uni-frankfurt.de 2011-05-09 20:38:14 PDT ---
Argh, bad typo:
(it was the same with Linux 2.6.32-5-amd64 (2.6.32-31))
should have been:
(it was the same with Linux 2.6.38-2-amd64 (2.6.38-3))
What I wanted to say: It d
https://bugs.freedesktop.org/show_bug.cgi?id=37040
--- Comment #1 from teufel at cs.uni-frankfurt.de 2011-05-09 20:38:14 PDT ---
Argh, bad typo:
(it was the same with Linux 2.6.32-5-amd64 (2.6.32-31))
should have been:
(it was the same with Linux 2.6.38-2-amd64 (2.6.38-3))
What I wanted to say: I
On May 9, 2011, Thomas Fjellstrom wrote:
> On May 9, 2011, Alex Deucher wrote:
> > On Mon, May 9, 2011 at 5:04 PM, Thomas Fjellstrom
>
> wrote:
> > > On May 9, 2011, Thomas Fjellstrom wrote:
> > >> On May 9, 2011, Jerome Glisse wrote:
> > >> > On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
> >
https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #3 from Florian Mickler 2011-05-09
19:18:48 ---
Do you have a guess, why this is happening (for example, any error messages
from the kernel) ? Can you login via ssh when the system freezes with a black
screen? Do you think the sy
The TCC disable setup was incorrect. This
prevents the GPU from hanging when draw commands
are issued.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/ni.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/radeon/ni.c b/drivers/gpu/drm/radeon/ni.c
--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`-GPG Public Key: 0x25BFB848 Please GPG sign your mail.
-- next part --
A n
https://bugzilla.kernel.org/show_bug.cgi?id=34102
Rafael J. Wysocki changed:
What|Removed |Added
Status|NEEDINFO|ASSIGNED
--- Comment #12 from Raf
https://bugs.freedesktop.org/show_bug.cgi?id=37047
Summary: [RADEON:KMS:R600G] broadbandmap.gov crashes
firefox/iceweasel when webgl is enabled
Product: Mesa
Version: git
Platform: All
OS/Version: All
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=37047
Summary: [RADEON:KMS:R600G] broadbandmap.gov crashes
firefox/iceweasel when webgl is enabled
Product: Mesa
Version: git
Platform: All
OS/Version: All
Status: NEW
On Mon, May 9, 2011 at 5:04 PM, Thomas Fjellstrom
wrote:
> On May 9, 2011, Thomas Fjellstrom wrote:
>> On May 9, 2011, Jerome Glisse wrote:
>> > On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
>>
>> wrote:
>> > > On May 7, 2011, Thomas Fjellstrom wrote:
>> > >> I just switched to using HDMI wi
Here are a few very small changes for Intel mode setting.
They should fix the following bugs:
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36314
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36456
References: https://bugs.freedesktop.org/show_bug.cgi?id=36246
The
intel.com
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20110509/02a40ef3/attachment-0001.pgp>
On Mon, May 09, 2011 at 12:24:04PM +1000, Dave Airlie wrote:
> From: Dave Airlie
>
> The Xen changes were using DMA_ERROR_CODE which isn't defined on a few
> platforms, however we reverted the Xen patch that caused use to try and
> use this code path earlier in 2.6.39 cycle, so for now lets just
https://bugzilla.kernel.org/show_bug.cgi?id=34772
Summary: [radeon] [R300] GPU lockups with when KMS is enabled
Product: Drivers
Version: 2.5
Kernel Version: 2.6.38
Platform: All
OS/Version: Linux
Tree: Mainline
Statu
On Sat, May 7, 2011 at 8:15 PM, Thomas Fjellstrom
wrote:
> I just switched to using HDMI with my media center, and its causing a 30+
> second delay in the screen turning on, as well as a 7 second delay in the X
> startup when it tries to fetch the EDID information. Basically I don't get any
> pic
On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
wrote:
> On May 7, 2011, Thomas Fjellstrom wrote:
>> I just switched to using HDMI with my media center, and its causing a 30+
>> second delay in the screen turning on, as well as a 7 second delay in the X
>> startup when it tries to fetch the EDI
https://bugs.freedesktop.org/show_bug.cgi?id=37040
Summary: Radeon driver reports EDID errors every 10 seconds
Product: DRI
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
https://bugs.freedesktop.org/show_bug.cgi?id=37040
Summary: Radeon driver reports EDID errors every 10 seconds
Product: DRI
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
https://bugzilla.kernel.org/show_bug.cgi?id=34102
--- Comment #11 from Martin Steigerwald 2011-05-09
15:59:09 ---
Ok, now it did it! First with 256 MiB reserved_size then also with 128 MiB
reserved_size. Two KDE 4 sessions with compositing enabled. It had some
problems to freeze tasks initi
On May 9, 2011, Alex Deucher wrote:
> On Mon, May 9, 2011 at 5:04 PM, Thomas Fjellstrom
wrote:
> > On May 9, 2011, Thomas Fjellstrom wrote:
> >> On May 9, 2011, Jerome Glisse wrote:
> >> > On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
> >> >
> >>
> >> wrote:
> >> > > On May 7, 2011, Thomas
https://bugzilla.kernel.org/show_bug.cgi?id=34102
--- Comment #10 from Martin Steigerwald 2011-05-09
15:15:49 ---
This wasn't a hang I think, see there.
I tried to hibernate two running KDE 4 sessions with reserved_size upto 64 MiB:
shambhala:/sys/power> cat reserved_size
67108864
Which
On May 9, 2011, Thomas Fjellstrom wrote:
> On May 9, 2011, Jerome Glisse wrote:
> > On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
>
> wrote:
> > > On May 7, 2011, Thomas Fjellstrom wrote:
> > >> I just switched to using HDMI with my media center, and its causing a
> > >> 30+ second delay in t
From: Dave Airlie
We are accessing totally the wrong struct in this case, and putting
uninitialised values into the GPU, which it doesn't like unsurprisingly.
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/radeon/ni.c | 16
1 files changed, 8 insertions(+), 8 deletions(-)
d
https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #5 from Igor Murzov 2011-05-09 21:56:04 ---
Created an attachment (id=57042)
--> (https://bugzilla.kernel.org/attachment.cgi?id=57042)
dmesg output
This is a full dmesg output after sending IGD to vgaswitcheroo/switch.
--
Conf
https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #4 from Igor Murzov 2011-05-09 21:53:21 ---
@Florian Mickler:
System is not frozen, only screen is black, because active graphical card gets
turned off. I can log into the system via ssh and turn graphics on.
If I do `echo IGD >
On May 9, 2011, Jerome Glisse wrote:
> On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
wrote:
> > On May 7, 2011, Thomas Fjellstrom wrote:
> >> I just switched to using HDMI with my media center, and its causing a
> >> 30+ second delay in the screen turning on, as well as a 7 second delay
> >>
On May 9, 2011, Alex Deucher wrote:
> On Mon, May 9, 2011 at 5:04 PM, Thomas Fjellstrom
wrote:
> > On May 9, 2011, Thomas Fjellstrom wrote:
> >> On May 9, 2011, Jerome Glisse wrote:
> >> > On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
> >> >
> >>
> >> wrote:
> >> > > On May 7, 2011, Thomas
On Mon, May 9, 2011 at 5:04 PM, Thomas Fjellstrom wrote:
> On May 9, 2011, Thomas Fjellstrom wrote:
>> On May 9, 2011, Jerome Glisse wrote:
>> > On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
>>
>> wrote:
>> > > On May 7, 2011, Thomas Fjellstrom wrote:
>> > >> I just switched to using HDMI wit
which contradicts with the topic we are discussed. Regardless of the
combination_mode, the log seems to work .. weird.
2011/5/9 Melchior FRANZ
> * Joey Lee -- Monday 09 May 2011:
> > The following is debug patch, and please add kernel parameter
> > drm.debug=0x02 :
>
> The result is with acpi_o
On May 9, 2011, Thomas Fjellstrom wrote:
> On May 9, 2011, Jerome Glisse wrote:
> > On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom
>
> wrote:
> > > On May 7, 2011, Thomas Fjellstrom wrote:
> > >> I just switched to using HDMI with my media center, and its causing a
> > >> 30+ second delay in t
On May 7, 2011, Thomas Fjellstrom wrote:
> I just switched to using HDMI with my media center, and its causing a 30+
> second delay in the screen turning on, as well as a 7 second delay in the X
> startup when it tries to fetch the EDID information. Basically I don't get
> any picture at all once K
On Mon, May 09, 2011 at 12:24:04PM +1000, Dave Airlie wrote:
> From: Dave Airlie
>
> The Xen changes were using DMA_ERROR_CODE which isn't defined on a few
> platforms, however we reverted the Xen patch that caused use to try and
> use this code path earlier in 2.6.39 cycle, so for now lets just
On Sat, May 7, 2011 at 8:15 PM, Thomas Fjellstrom wrote:
> I just switched to using HDMI with my media center, and its causing a 30+
> second delay in the screen turning on, as well as a 7 second delay in the X
> startup when it tries to fetch the EDID information. Basically I don't get any
> pict
On Mon, May 9, 2011 at 3:50 PM, Thomas Fjellstrom wrote:
> On May 7, 2011, Thomas Fjellstrom wrote:
>> I just switched to using HDMI with my media center, and its causing a 30+
>> second delay in the screen turning on, as well as a 7 second delay in the X
>> startup when it tries to fetch the EDID
https://bugs.freedesktop.org/show_bug.cgi?id=37028
Sven Arvidsson changed:
What|Removed |Added
CC||s...@whiz.se
--- Comment #4 from Sven A
https://bugs.freedesktop.org/show_bug.cgi?id=37028
Sven Arvidsson changed:
What|Removed |Added
CC||sa at whiz.se
--- Comment #4 from Sven
From: Dave Airlie
The Xen changes were using DMA_ERROR_CODE which isn't defined on a few
platforms, however we reverted the Xen patch that caused use to try and
use this code path earlier in 2.6.39 cycle, so for now lets just force
the code to never take this path and allow it to build again on a
https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #3 from Florian Mickler 2011-05-09 19:18:48
---
Do you have a guess, why this is happening (for example, any error messages
from the kernel) ? Can you login via ssh when the system freezes with a black
screen? Do you think the sy
https://bugzilla.kernel.org/show_bug.cgi?id=34102
--- Comment #9 from Martin Steigerwald 2011-05-09
12:15:32 ---
I now had a hang a preallocation (unfortunately before I came around to compile
with your patch from bug 30492). I raised reserved size to 4 MiB for now. Lets
see how that goes.
* Joey Lee -- Monday 09 May 2011:
> The following is debug patch, and please add kernel parameter
> drm.debug=0x02 :
The result is with acpi_osi=Linux:
boot phase:
[3.310274] [drm:intel_panel_get_backlight], get backlight val = 2890
[3.310280] [drm:intel_panel_get_backlight], get backlig
https://bugzilla.kernel.org/show_bug.cgi?id=34102
Rafael J. Wysocki changed:
What|Removed |Added
Status|NEEDINFO|ASSIGNED
--- Comment #12 from Raf
Hi,
drivers/gpu/drm/drm_fb_helper.c is not setting width and height
in struct fb_var_screeninfo. drm_fb_helper_fill_var sets them to -1
rather than using the real values:
info->var.height = -1;
info->var.width = -1;
Since the physical dimensions are most likely known from the mon
At Mon, 09 May 2011 02:50:50 -0600,
Joey Lee wrote:
>
> Add Cc. Michael Chang for he is our i915 expert.
>
> Hi Melchior,
>
> ? ??2011-05-08 ? 16:05 +0200?Melchior FRANZ ???
> >
> > > Does it work to you direct control brightness by access
> > > by /sys/class/backlight/acer-wmi/brightness ?
>
At Sat, 7 May 2011 22:22:40 +0200,
Melchior FRANZ wrote:
>
> * Melchior FRANZ -- Friday 06 May 2011:
> > last patch prevents the backlight from being turned off, but it also
> > breaks the brightness adjustment keys at runtime with acpi_osi=Linux.
>
> It has turned out that acpi key events seem t
https://bugs.freedesktop.org/show_bug.cgi?id=37028
--- Comment #3 from Maggioni Marcello 2011-05-09 10:45:13
PDT ---
Created an attachment (id=46494)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46494)
Screenshot
I uploaded the wrong screenshot the first time
--
Configure bugmail: htt
https://bugs.freedesktop.org/show_bug.cgi?id=37028
--- Comment #3 from Maggioni Marcello 2011-05-09
10:45:13 PDT ---
Created an attachment (id=46494)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46494)
Screenshot
I uploaded the wrong screenshot the first time
--
Configure bugmail: htt
https://bugs.freedesktop.org/show_bug.cgi?id=37028
Maggioni Marcello changed:
What|Removed |Added
Attachment #46492|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=37028
Maggioni Marcello changed:
What|Removed |Added
Attachment #46492|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=37028
--- Comment #2 from Maggioni Marcello 2011-05-09 10:41:11
PDT ---
I also tried to lower every graphical setting to the minimum, but the bug
remains.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are rec
https://bugs.freedesktop.org/show_bug.cgi?id=37028
--- Comment #1 from Maggioni Marcello 2011-05-09 10:40:21
PDT ---
Created an attachment (id=46493)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46493)
game log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=37028
--- Comment #2 from Maggioni Marcello 2011-05-09
10:41:11 PDT ---
I also tried to lower every graphical setting to the minimum, but the bug
remains.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are rec
https://bugs.freedesktop.org/show_bug.cgi?id=37028
Summary: Amnesia/HPL2 Demo: Strange graphical bugs on r600g
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=37028
--- Comment #1 from Maggioni Marcello 2011-05-09
10:40:21 PDT ---
Created an attachment (id=46493)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46493)
game log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=37028
Summary: Amnesia/HPL2 Demo: Strange graphical bugs on r600g
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
We have both desktop (for general graphics/media stuff) and mobile
tracks at this year's LPC.
So if you're working on a topic related to one of the above areas,
especially one that has open issues or spans multiple parts of the
stack, please submit a topic for discussion at
http://www.linuxplumber
We have both desktop (for general graphics/media stuff) and mobile
tracks at this year's LPC.
So if you're working on a topic related to one of the above areas,
especially one that has open issues or spans multiple parts of the
stack, please submit a topic for discussion at
http://www.linuxplumber
https://bugs.freedesktop.org/show_bug.cgi?id=36952
--- Comment #7 from Iaroslav 2011-05-09 09:57:59 PDT ---
(In reply to comment #4)
> But if I downgrade to mesa 7.10.2, I am still using llvm 2.9 and the
> crackberg screensaver works correctly, so that would point to mesa-git
> being the problem
https://bugs.freedesktop.org/show_bug.cgi?id=36952
--- Comment #7 from Iaroslav 2011-05-09 09:57:59 PDT
---
(In reply to comment #4)
> But if I downgrade to mesa 7.10.2, I am still using llvm 2.9 and the
> crackberg screensaver works correctly, so that would point to mesa-git
> being the problem
https://bugs.freedesktop.org/show_bug.cgi?id=36952
--- Comment #6 from Chris Bandy 2011-05-09 09:52:02 PDT ---
(In reply to comment #5)
> is there a way to pass commit tags to 'emerge' or specify in the ebuild?
The x11 overlay has live ebuilds. Use EGIT_COMMIT to specify a commit to
checkout.
h
https://bugs.freedesktop.org/show_bug.cgi?id=36952
--- Comment #6 from Chris Bandy 2011-05-09 09:52:02 PDT
---
(In reply to comment #5)
> is there a way to pass commit tags to 'emerge' or specify in the ebuild?
The x11 overlay has live ebuilds. Use EGIT_COMMIT to specify a commit to
checkout.
https://bugzilla.kernel.org/show_bug.cgi?id=34102
--- Comment #11 from Martin Steigerwald 2011-05-09
15:59:09 ---
Ok, now it did it! First with 256 MiB reserved_size then also with 128 MiB
reserved_size. Two KDE 4 sessions with compositing enabled. It had some
problems to freeze tasks initi
On Sat, 2011-05-07 at 18:03 +0200, Daniel Vetter wrote:
> Otherwise we have a use-after free.
>
> Tested-and-Reported-by: Bruno Pr?mont
> Signed-off-by: Daniel Vetter
Ah, we actually have a patch in the nouveau git tree fixing this
already.
I'll get this upstream ASAP.
Ben.
> ---
> drivers/g
https://bugzilla.kernel.org/show_bug.cgi?id=34102
--- Comment #10 from Martin Steigerwald 2011-05-09
15:15:49 ---
This wasn't a hang I think, see there.
I tried to hibernate two running KDE 4 sessions with reserved_size upto 64 MiB:
shambhala:/sys/power> cat reserved_size
67108864
Which
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #9 from Dymchenko Bogdan 2011-05-09 07:25:03
PDT ---
no, there is no any warnings.
With default settings i see
drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See
dmesg for more info.
and
[63763.072946]
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #9 from Dymchenko Bogdan 2011-05-09
07:25:03 PDT ---
no, there is no any warnings.
With default settings i see
drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See
dmesg for more info.
and
[63763.072946]
>From the log, it looks like is_backlight_combination_mode is evaluated false
which contradicts with the topic we are discussed. Regardless of the
combination_mode, the log seems to work .. weird.
2011/5/9 Melchior FRANZ
> * Joey Lee -- Monday 09 May 2011:
> > The following is debug patch, and
https://bugs.freedesktop.org/show_bug.cgi?id=36596
--- Comment #11 from Michel Dänzer 2011-05-09 07:04:50 PDT
---
(In reply to comment #10)
> (In reply to comment #9)
> > Really sounds like the GPU IRQ doesn't work (reliably). Do the numbers on
> > the
> > radeon line in /proc/interrupts still
https://bugs.freedesktop.org/show_bug.cgi?id=36596
--- Comment #11 from Michel D?nzer 2011-05-09 07:04:50
PDT ---
(In reply to comment #10)
> (In reply to comment #9)
> > Really sounds like the GPU IRQ doesn't work (reliably). Do the numbers on
> > the
> > radeon line in /proc/interrupts still
https://bugs.freedesktop.org/show_bug.cgi?id=36608
--- Comment #1 from Michel Dänzer 2011-05-09 06:57:44 PDT
---
Does current Git master work better? At least some of the Gallium code was not
detecting the endianness of this architecture correctly.
--
Configure bugmail: https://bugs.freedeskto
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #8 from Alex Deucher 2011-05-09 06:57:17 PDT ---
(In reply to comment #7)
> and one moment about "I'd start with r200EnsureEmitSize() in r200_tcl.c"
> rv200 is an R100-based chipset, so driver is r100
radeonEnsureEmitSize() in radeo
https://bugs.freedesktop.org/show_bug.cgi?id=36608
--- Comment #1 from Michel D?nzer 2011-05-09 06:57:44
PDT ---
Does current Git master work better? At least some of the Gallium code was not
detecting the endianness of this architecture correctly.
--
Configure bugmail: https://bugs.freedeskto
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #8 from Alex Deucher 2011-05-09 06:57:17 PDT
---
(In reply to comment #7)
> and one moment about "I'd start with r200EnsureEmitSize() in r200_tcl.c"
> rv200 is an R100-based chipset, so driver is r100
radeonEnsureEmitSize() in rade
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #7 from Dymchenko Bogdan 2011-05-09 06:48:10
PDT ---
(In reply to comment #2)
> Please attach your xorg log, dmesg output, and glxinfo output. Some of the
> commands that are added mostly likely for the tcl-related registers are not
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #7 from Dymchenko Bogdan 2011-05-09
06:48:10 PDT ---
(In reply to comment #2)
> Please attach your xorg log, dmesg output, and glxinfo output. Some of the
> commands that are added mostly likely for the tcl-related registers are not
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #6 from Dymchenko Bogdan 2011-05-09 06:41:12
PDT ---
can you tell me, how can i find what size it expects and what size gets emitted
for each bit of state
and track down where the count is off?
--
Configure bugmail: https://bugs.fr
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #6 from Dymchenko Bogdan 2011-05-09
06:41:12 PDT ---
can you tell me, how can i find what size it expects and what size gets emitted
for each bit of state
and track down where the count is off?
--
Configure bugmail: https://bugs.fr
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #5 from Dymchenko Bogdan 2011-05-09 06:38:39
PDT ---
Created an attachment (id=46483)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46483)
xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #4 from Dymchenko Bogdan 2011-05-09 06:38:19
PDT ---
Created an attachment (id=46482)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46482)
glxinfo output
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #5 from Dymchenko Bogdan 2011-05-09
06:38:39 PDT ---
Created an attachment (id=46483)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46483)
xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #3 from Dymchenko Bogdan 2011-05-09 06:37:56
PDT ---
Created an attachment (id=46481)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46481)
dmesg output
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #4 from Dymchenko Bogdan 2011-05-09
06:38:19 PDT ---
Created an attachment (id=46482)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46482)
glxinfo output
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #3 from Dymchenko Bogdan 2011-05-09
06:37:56 PDT ---
Created an attachment (id=46481)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46481)
dmesg output
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #2 from Alex Deucher 2011-05-09 06:34:24 PDT ---
Please attach your xorg log, dmesg output, and glxinfo output. Some of the
commands that are added mostly likely for the tcl-related registers are not
properly accounted for. I'd star
https://bugs.freedesktop.org/show_bug.cgi?id=36978
--- Comment #2 from Alex Deucher 2011-05-09 06:34:24 PDT
---
Please attach your xorg log, dmesg output, and glxinfo output. Some of the
commands that are added mostly likely for the tcl-related registers are not
properly accounted for. I'd sta
1 - 100 of 132 matches
Mail list logo