https://bugzilla.kernel.org/show_bug.cgi?id=40562
--- Comment #4 from Michel Dänzer 2011-08-05 07:09:05 ---
Does this also happen with 3.0.0? If not, can you bisect?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
https://bugzilla.kernel.org/show_bug.cgi?id=33512
--- Comment #2 from Michel Dänzer 2011-08-05 07:25:50 ---
My best guess is that it's page flipping related, but it would be good to
confirm that, e.g. by somehow triggering a backtrace from
atombios_crtc_disable.
It might also be interesting
Hi Linus,
Intel modesetting fixes a lot of them, Keith, Jesse and ajax have been
focusing on a lot of the corner cases and display port and hdmi stuff.
misc radeon fixes, the main one being for certain machines where EDID
returns what looks like misc noise when connectors aren't populated on
Hi Dave,
On Fri, Aug 5, 2011 at 12:22 PM, Dave Airlie wrote:
> Intel modesetting fixes a lot of them, Keith, Jesse and ajax have been
> focusing on a lot of the corner cases and display port and hdmi stuff.
>
> misc radeon fixes, the main one being for certain machines where EDID
> returns what l
On Fri, Aug 5, 2011 at 10:45 AM, Pekka Enberg wrote:
> Hi Dave,
>
> On Fri, Aug 5, 2011 at 12:22 PM, Dave Airlie wrote:
>> Intel modesetting fixes a lot of them, Keith, Jesse and ajax have been
>> focusing on a lot of the corner cases and display port and hdmi stuff.
>>
>> misc radeon fixes, the
On Fri, Aug 5, 2011 at 12:48 PM, Dave Airlie wrote:
>> Isn't "drm/i915: Try enabling RC6 by default (again)" still broken for
>> some people? Keith, Francesco? If Linus pulls now, we end up with
>> broken i915 in -rc1 once again, no?
>
> I think we are trying again with RC6, if it doesn't work thi
On Fri, 5 Aug 2011, Pekka Enberg wrote:
> On Fri, Aug 5, 2011 at 12:48 PM, Dave Airlie wrote:
> >> Isn't "drm/i915: Try enabling RC6 by default (again)" still broken for
> >> some people? Keith, Francesco? If Linus pulls now, we end up with
> >> broken i915 in -rc1 once again, no?
> >
> > I thin
On Fri, Aug 5, 2011 at 1:04 PM, Dave Airlie wrote:
> Okay I hadn't seen Francesco's report of still failing, I've pushed a
> revert on top of that pull,
Thanks Dave.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org
On Fri, Aug 05, 2011 at 02:03:41AM +0800, Keith Packard wrote:
> On Thu, 4 Aug 2011 17:40:24 +0800, Wu Fengguang
> wrote:
>
> > Right. I actually have this chunk. dmesg shows that in intel_hdmi_detect(),
> >
> > the drm_encoder object is there, however encoder->crtc is NULL at the
> > time.
>
https://bugs.freedesktop.org/show_bug.cgi?id=39683
--- Comment #6 from Alex Deucher 2011-08-05 06:35:04 PDT ---
Do the DVI/HDMI monitors have an option to probe all inputs at some regular
interval? If so, can you turn that off and see if it helps?
--
Configure bugmail: https://bugs.freedesktop
https://bugzilla.kernel.org/show_bug.cgi?id=33512
--- Comment #3 from Alex Deucher 2011-08-05 13:52:21
---
The only places atombios_crtc_disable() called are from
drm_crtc_helper_set_config() and drm_helper_resume_force_mode(). I suspect
what is happening is that certain games cause GPU re
https://bugzilla.kernel.org/show_bug.cgi?id=33512
--- Comment #4 from Török Edwin 2011-08-05 13:58:50 ---
(In reply to comment #3)
> The only places atombios_crtc_disable() called are from
> drm_crtc_helper_set_config() and drm_helper_resume_force_mode(). I suspect
> what is happening is th
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #14 from Sven Arvidsson 2011-08-05 08:17:12 PDT ---
(In reply to comment #13)
> It seems kernel patch
> (0001-drm-radeon-kms-add-htile-support-to-the-cs-checker.patch) is missing.
Hmm, I rebuilt the kernel a second time and have made
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #15 from Sven Arvidsson 2011-08-05 08:30:30 PDT ---
I'm applying the patches to linux 3.0 but maybe that's too old already?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #16 from Pierre-Eric Pelloux-Prayer 2011-08-05
08:49:46 PDT ---
(In reply to comment #15)
> I'm applying the patches to linux 3.0 but maybe that's too old already?
Your backtrace show this: "num_tile_pipes = 0" which is wrong.
This
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #17 from Vadim 2011-08-05 08:50:33 PDT ---
Created an attachment (id=49966)
View: https://bugs.freedesktop.org/attachment.cgi?id=49966
Review: https://bugs.freedesktop.org/review?bug=36602&attachment=49966
mesa patch to print some
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #18 from Alex Deucher 2011-08-05 08:51:38 PDT ---
For reference, you need to patch the ddx:
http://people.freedesktop.org/~agd5f/htile/0001-dri2-add-support-for-htile-buffers.patch
the drm:
http://people.freedesktop.org/~agd5f/htile/0
https://bugs.freedesktop.org/show_bug.cgi?id=32556
--- Comment #31 from Gildas Le Nadan <3ntr0...@gmail.com> 2011-08-05 08:59:00
PDT ---
Hi, I've compiled kernel 3.0 and apparently things are way better now.
Connection on the viewsonic using dvi seem to be stable for all definitions.
I'll confir
https://bugs.freedesktop.org/show_bug.cgi?id=33790
--- Comment #4 from speps 2011-08-05 10:06:56 PDT ---
With newer 7.11 release, this bug is still present.
I managed to solve this by creating an .drirc file with:
It works in the same way with vblank_m
https://bugs.freedesktop.org/show_bug.cgi?id=39145
--- Comment #2 from Jonathan Nieder 2011-08-05 10:19:10
PDT ---
Hi Mikhail,
(In reply to comment #0)
> This issue ocurred when I updated kernel version 2.6.38-2-686-pae to
> 2.6.39-2-686-pae version.
> - The GPU's device ID: 1002:9712 (M880G,
Wu Fengguang wrote at Friday, August 05, 2011 6:50 AM:
> On Fri, Aug 05, 2011 at 02:03:41AM +0800, Keith Packard wrote:
> > On Thu, 4 Aug 2011 17:40:24 +0800, Wu Fengguang
> > wrote:
...
> > > You may wonder why the mode parameter is needed in intel_write_eld().
> > > This is because the ELD fiel
https://bugs.freedesktop.org/show_bug.cgi?id=33790
--- Comment #5 from Alex Deucher 2011-08-05 10:45:00 PDT ---
vblank interrupts (or interrupts in general) may not be working on your system.
Try `cat /proc/interrupts` and see if the count on the radeon line increases.
If not, you might try boo
On Fri, 5 Aug 2011 12:51:42 +0300, Pekka Enberg wrote:
> See the last email from Francesco. I don't know why you insist pushing
> patches that are known to be fragile in the past without getting broad
> Tested-by tags from people who have been affected in the past.
Yeah, we had several reports t
https://bugs.freedesktop.org/show_bug.cgi?id=39145
--- Comment #3 from mikhail.v.gavri...@gmail.com 2011-08-05 11:10:32 PDT ---
Hi Jonathan,
I am ready follow instruction, but how do it on machine wich unbootable?
Thanks.
> Thanks. If you have time, could you bisect to find the change that intro
https://bugs.freedesktop.org/show_bug.cgi?id=34556
--- Comment #4 from Jonathan Nieder 2011-08-05 11:39:53
PDT ---
Does v3.0-rc3~42^2~8 (drm/radeon: fix oops in ttm reserve when pageflipping
(v2), 2011-05-29) help?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #19 from Andy Furniss 2011-08-05
12:24:33 PDT ---
(In reply to comment #18)
> For reference, you need to patch the ddx:
> http://people.freedesktop.org/~agd5f/htile/0001-dri2-add-support-for-htile-buffers.patch
> the drm:
> http://pe
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #20 from Andy Furniss 2011-08-05
12:29:10 PDT ---
Created an attachment (id=49972)
--> (https://bugs.freedesktop.org/attachment.cgi?id=49972)
cubemap demo showing Hiz corruption.
Other demos seem to have only the diagonal affected
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #21 from Sven Arvidsson 2011-08-05 12:33:37 PDT ---
(In reply to comment #17)
>
> Please post the output of "glxinfo | grep radeon_get" with this mesa patch.
Only this line is printed:
radeon_get_num_backends: 0 2
I *think* the pr
https://bugzilla.kernel.org/show_bug.cgi?id=40622
Summary: [radeon] - kms wrong resolution mode used after
backlight on/off switch
Product: Drivers
Version: 2.5
Kernel Version: 3.0
Platform: All
OS/Version: Linux
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #1 from Torsten Krah
2011-08-05 20:26:42 ---
Additional Info:
I am able to select 1600x1024 in 2.6.32.x manually in screen resolution tool if
this is of interest.
But i want to use my native resolution, 1400x1050 is selected as
https://bugzilla.kernel.org/show_bug.cgi?id=40622
Alex Deucher changed:
What|Removed |Added
CC||alexdeuc...@gmail.com
--- Comment #2 f
https://bugs.freedesktop.org/show_bug.cgi?id=33790
--- Comment #6 from speps 2011-08-05 16:46:36 PDT ---
You got it,
adding pci=nomsi to kernel solves all issues.
Thanks a lot.
Framerate is high enough, and all opengl apps runs fine
even without .drirc (no blank output).
Is this a real solution
https://bugzilla.kernel.org/show_bug.cgi?id=40562
--- Comment #4 from Michel D?nzer 2011-08-05 07:09:05
---
Does this also happen with 3.0.0? If not, can you bisect?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because:
https://bugzilla.kernel.org/show_bug.cgi?id=33512
--- Comment #2 from Michel D?nzer 2011-08-05 07:25:50
---
My best guess is that it's page flipping related, but it would be good to
confirm that, e.g. by somehow triggering a backtrace from
atombios_crtc_disable.
It might also be interestin
Hi Linus,
Intel modesetting fixes a lot of them, Keith, Jesse and ajax have been
focusing on a lot of the corner cases and display port and hdmi stuff.
misc radeon fixes, the main one being for certain machines where EDID
returns what looks like misc noise when connectors aren't populated on
Hi Dave,
On Fri, Aug 5, 2011 at 12:22 PM, Dave Airlie wrote:
> Intel modesetting fixes a lot of them, Keith, Jesse and ajax have been
> focusing on a lot of the corner cases and display port and hdmi stuff.
>
> misc radeon fixes, the main one being for certain machines where EDID
> returns what l
On Fri, Aug 5, 2011 at 10:45 AM, Pekka Enberg wrote:
> Hi Dave,
>
> On Fri, Aug 5, 2011 at 12:22 PM, Dave Airlie wrote:
>> Intel modesetting fixes a lot of them, Keith, Jesse and ajax have been
>> focusing on a lot of the corner cases and display port and hdmi stuff.
>>
>> misc radeon fixes, the
On Fri, Aug 5, 2011 at 12:48 PM, Dave Airlie wrote:
>> Isn't "drm/i915: Try enabling RC6 by default (again)" still broken for
>> some people? Keith, Francesco? If Linus pulls now, we end up with
>> broken i915 in -rc1 once again, no?
>
> I think we are trying again with RC6, if it doesn't work thi
On Fri, 5 Aug 2011, Pekka Enberg wrote:
> On Fri, Aug 5, 2011 at 12:48 PM, Dave Airlie wrote:
> >> Isn't "drm/i915: Try enabling RC6 by default (again)" still broken for
> >> some people? Keith, Francesco? If Linus pulls now, we end up with
> >> broken i915 in -rc1 once again, no?
> >
> > I thin
On Fri, Aug 5, 2011 at 1:04 PM, Dave Airlie wrote:
> Okay I hadn't seen Francesco's report of still failing, I've pushed a
> revert on top of that pull,
Thanks Dave.
On Fri, Aug 05, 2011 at 02:03:41AM +0800, Keith Packard wrote:
> On Thu, 4 Aug 2011 17:40:24 +0800, Wu Fengguang
> wrote:
>
> > Right. I actually have this chunk. dmesg shows that in intel_hdmi_detect(),
> >
> > the drm_encoder object is there, however encoder->crtc is NULL at the
> > time.
>
https://bugs.freedesktop.org/show_bug.cgi?id=39683
--- Comment #6 from Alex Deucher 2011-08-05 06:35:04 PDT
---
Do the DVI/HDMI monitors have an option to probe all inputs at some regular
interval? If so, can you turn that off and see if it helps?
--
Configure bugmail: https://bugs.freedeskto
https://bugzilla.kernel.org/show_bug.cgi?id=33512
--- Comment #3 from Alex Deucher 2011-08-05
13:52:21 ---
The only places atombios_crtc_disable() called are from
drm_crtc_helper_set_config() and drm_helper_resume_force_mode(). I suspect
what is happening is that certain games cause GPU re
https://bugzilla.kernel.org/show_bug.cgi?id=33512
--- Comment #4 from T?r?k Edwin 2011-08-05 13:58:50
---
(In reply to comment #3)
> The only places atombios_crtc_disable() called are from
> drm_crtc_helper_set_config() and drm_helper_resume_force_mode(). I suspect
> what is happening is t
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #14 from Sven Arvidsson 2011-08-05 08:17:12 PDT ---
(In reply to comment #13)
> It seems kernel patch
> (0001-drm-radeon-kms-add-htile-support-to-the-cs-checker.patch) is missing.
Hmm, I rebuilt the kernel a second time and have made
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #15 from Sven Arvidsson 2011-08-05 08:30:30 PDT ---
I'm applying the patches to linux 3.0 but maybe that's too old already?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #16 from Pierre-Eric Pelloux-Prayer
2011-08-05 08:49:46 PDT ---
(In reply to comment #15)
> I'm applying the patches to linux 3.0 but maybe that's too old already?
Your backtrace show this: "num_tile_pipes = 0" which is wrong.
This
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #17 from Vadim 2011-08-05 08:50:33 PDT ---
Created an attachment (id=49966)
View: https://bugs.freedesktop.org/attachment.cgi?id=49966
Review: https://bugs.freedesktop.org/review?bug=36602&attachment=49966
mesa patch to print some
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #18 from Alex Deucher 2011-08-05 08:51:38 PDT
---
For reference, you need to patch the ddx:
http://people.freedesktop.org/~agd5f/htile/0001-dri2-add-support-for-htile-buffers.patch
the drm:
http://people.freedesktop.org/~agd5f/htile/
https://bugs.freedesktop.org/show_bug.cgi?id=32556
--- Comment #31 from Gildas Le Nadan <3ntr0p13 at gmail.com> 2011-08-05
08:59:00 PDT ---
Hi, I've compiled kernel 3.0 and apparently things are way better now.
Connection on the viewsonic using dvi seem to be stable for all definitions.
I'll con
https://bugs.freedesktop.org/show_bug.cgi?id=33790
--- Comment #4 from speps 2011-08-05 10:06:56 PDT ---
With newer 7.11 release, this bug is still present.
I managed to solve this by creating an .drirc file with:
It works in the same way with vblank_m
https://bugs.freedesktop.org/show_bug.cgi?id=39145
--- Comment #2 from Jonathan Nieder 2011-08-05 10:19:10
PDT ---
Hi Mikhail,
(In reply to comment #0)
> This issue ocurred when I updated kernel version 2.6.38-2-686-pae to
> 2.6.39-2-686-pae version.
> - The GPU's device ID: 1002:9712 (M880G,
Wu Fengguang wrote at Friday, August 05, 2011 6:50 AM:
> On Fri, Aug 05, 2011 at 02:03:41AM +0800, Keith Packard wrote:
> > On Thu, 4 Aug 2011 17:40:24 +0800, Wu Fengguang
> > wrote:
...
> > > You may wonder why the mode parameter is needed in intel_write_eld().
> > > This is because the ELD fiel
https://bugs.freedesktop.org/show_bug.cgi?id=33790
--- Comment #5 from Alex Deucher 2011-08-05 10:45:00 PDT
---
vblank interrupts (or interrupts in general) may not be working on your system.
Try `cat /proc/interrupts` and see if the count on the radeon line increases.
If not, you might try bo
I have, except that his breaks and mine works...)
--
keith.packard at 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/archiv
https://bugs.freedesktop.org/show_bug.cgi?id=39145
--- Comment #3 from mikhail.v.gavrilov at gmail.com 2011-08-05 11:10:32 PDT ---
Hi Jonathan,
I am ready follow instruction, but how do it on machine wich unbootable?
Thanks.
> Thanks. ?If you have time, could you bisect to find the change that in
https://bugs.freedesktop.org/show_bug.cgi?id=34556
--- Comment #4 from Jonathan Nieder 2011-08-05 11:39:53
PDT ---
Does v3.0-rc3~42^2~8 (drm/radeon: fix oops in ttm reserve when pageflipping
(v2), 2011-05-29) help?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #19 from Andy Furniss 2011-08-05
12:24:33 PDT ---
(In reply to comment #18)
> For reference, you need to patch the ddx:
> http://people.freedesktop.org/~agd5f/htile/0001-dri2-add-support-for-htile-buffers.patch
> the drm:
> http://pe
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #20 from Andy Furniss 2011-08-05
12:29:10 PDT ---
Created an attachment (id=49972)
--> (https://bugs.freedesktop.org/attachment.cgi?id=49972)
cubemap demo showing Hiz corruption.
Other demos seem to have only the diagonal affected
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #21 from Sven Arvidsson 2011-08-05 12:33:37 PDT ---
(In reply to comment #17)
>
> Please post the output of "glxinfo | grep radeon_get" with this mesa patch.
Only this line is printed:
radeon_get_num_backends: 0 2
I *think* the pr
https://bugzilla.kernel.org/show_bug.cgi?id=40622
Summary: [radeon] - kms wrong resolution mode used after
backlight on/off switch
Product: Drivers
Version: 2.5
Kernel Version: 3.0
Platform: All
OS/Version: Linux
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #1 from Torsten Krah
2011-08-05 20:26:42 ---
Additional Info:
I am able to select 1600x1024 in 2.6.32.x manually in screen resolution tool if
this is of interest.
But i want to use my native resolution, 1400x1050 is selected as
https://bugzilla.kernel.org/show_bug.cgi?id=40622
Alex Deucher changed:
What|Removed |Added
CC||alexdeucher at gmail.com
--- Comment #
https://bugs.freedesktop.org/show_bug.cgi?id=33790
--- Comment #6 from speps 2011-08-05 16:46:36 PDT ---
You got it,
adding pci=nomsi to kernel solves all issues.
Thanks a lot.
Framerate is high enough, and all opengl apps runs fine
even without .drirc (no blank output).
Is this a real solution
64 matches
Mail list logo