[Bug 26092] shader problems with Flightgear

2012-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26092 --- Comment #4 from Christian Schmitt 2012-02-24 13:09:07 PST --- For me personally this bug is no longer valid. FG now works very good with latest mesa and radeon driver. As you have quite some other issues, too, I think you might be better

[Bug 45366] Radeon gpu lockups

2012-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45366 --- Comment #4 from Ernst Sj?strand 2012-02-24 10:17:01 PST --- Created attachment 57602 --> https://bugs.freedesktop.org/attachment.cgi?id=57602 More lockups More lockups -- Configure bugmail:

Flickering with page-flipping on Acer Iconia W500 (AMD C-50 APU)

2012-02-24 Thread Felix Kuehling
On 12-02-22 11:20 AM, Felix Kuehling wrote: > On 12-02-21 07:49 PM, Mario Kleiner wrote: >> On 02/21/2012 09:07 PM, Alex Deucher wrote: > [snip] >>> The fix looks ok to me. Mario any thoughts? >>> >>> Reviewed-by: Alex Deucher >>> >> Hi, >> >> the fix looks ok to me for that device, but could we

[Bug 14596] radeon DRI driver produces garbled console with KMS enabled on Thinkpad T42

2012-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=14596 --- Comment #13 from Egor Y. Egorov 2012-02-24 15:37:01 --- same on all 3.x -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of

[PATCH] [i915] Fix another use of the wrong interlace mask to return to progressive mode

2012-02-24 Thread Daniel Vetter
On Fri, Feb 24, 2012 at 10:51:42AM +0100, Christian Schmidt wrote: > intel_display.c:pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; > intel_display.c:pipeconf &= ~PIPECONF_INTERLACE_MASK; /* > progressive */ > intel_display.c:pipeconf |=

[PATCH] mm: extend prefault helpers to fault in more than PAGE_SIZE

2012-02-24 Thread Daniel Vetter
On Thu, Feb 23, 2012 at 02:36:58PM -0800, Andrew Morton wrote: > On Thu, 16 Feb 2012 13:01:36 +0100 > Daniel Vetter wrote: > > > drm/i915 wants to read/write more than one page in its fastpath > > and hence needs to prefault more than PAGE_SIZE bytes. > > > > I've checked the callsites and they

[Bug 26092] shader problems with Flightgear

2012-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26092 --- Comment #3 from popolon at popolon.org 2012-02-24 05:06:29 PST --- I just seen that on screenshot, There is the horizontal line on text bug displayed too, at the upperleft part of Stardict window (where there is the 3 frame), on the E of

[Bug 26092] shader problems with Flightgear

2012-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26092 --- Comment #2 from popolon at popolon.org 2012-02-24 05:00:52 PST --- Created attachment 57589 --> https://bugs.freedesktop.org/attachment.cgi?id=57589 Sandybridge, linux3.2 Mesa 8.0.1 and windowed flightgear bugs. -- Configure bugmail:

[Bug 26092] shader problems with Flightgear

2012-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26092 --- Comment #1 from popolon at popolon.org 2012-02-24 04:59:12 PST --- I also have a problems with cloud with Sandy Bridge (i965 driver), using linux kernel 3.0 or 3.2, Mesa 8.0.1., see [1] in attached picture. I tried with software renderer,

[PATCH] mm: extend prefault helpers to fault in more than PAGE_SIZE

2012-02-24 Thread Andrew Morton
On Fri, 24 Feb 2012 14:34:31 +0100 Daniel Vetter wrote: > > > --- a/include/linux/pagemap.h > > > +++ b/include/linux/pagemap.h > > > @@ -408,6 +408,7 @@ extern void add_page_wait_queue(struct page *page, > > > wait_queue_t *waiter); > > > static inline int fault_in_pages_writeable(char __user

[PATCH 1/4] drm/radeon: move ring syncing after bo validation

2012-02-24 Thread Jerome Glisse
On Thu, 2012-02-23 at 10:17 -0500, Alex Deucher wrote: > 2012/2/23 Christian K?nig : > > The function radeon_bo_list_validate can cause a > > bo to move, resulting in a different sync_obj > > and a dependency to wait for this move to finish. > > > > Signed-off-by: Christian K?nig > > Reviewed-by:

[PATCH 3/4] drm/radeon: also make the cs_parse function per ring

2012-02-24 Thread Jerome Glisse
On Thu, 2012-02-23 at 15:18 +0100, Christian K?nig wrote: > Not all rings use PM4, so the cs_parser also needs to be per ring. > > Signed-off-by: Christian K?nig Reviewed-by: Jerome Glisse > --- > drivers/gpu/drm/radeon/radeon.h |4 +- > drivers/gpu/drm/radeon/radeon_asic.c | 38

[drm-next 00/14] radeon_asic cleanups for drm-next

2012-02-24 Thread Jerome Glisse
On Thu, 2012-02-23 at 17:53 -0500, alexdeucher at gmail.com wrote: > From: Alex Deucher > > This patch set cleans up radeon_asic and organizes the asic > specific callbacks based on their function. Not change in > functionality. It requires Christian's patch: > "drm/radeon: also make the

[drm-next 02/14] drm/radeon/kms: add a radeon asic callback for mc idle

2012-02-24 Thread Jerome Glisse
On Thu, 2012-02-23 at 17:53 -0500, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Required for future functionality. > > Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse > --- > drivers/gpu/drm/radeon/r520.c|2 +- > drivers/gpu/drm/radeon/radeon.h |3

[drm-next 00/14] radeon_asic cleanups for drm-next

2012-02-24 Thread Christian König
On 23.02.2012 23:53, alexdeucher at gmail.com wrote: > From: Alex Deucher > > This patch set cleans up radeon_asic and organizes the asic > specific callbacks based on their function. Not change in > functionality. It requires Christian's patch: > "drm/radeon: also make the cs_parse function per

[Bug 27524] linux-2.6.33.2 radeondrm_fb, rv350, garbled console on PowerBook G4

2012-02-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27524 Michel D?nzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] [i915] Fix another use of the wrong interlace mask to return to progressive mode

2012-02-24 Thread Christian Schmidt
intel_display.c:pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; intel_display.c:pipeconf &= ~PIPECONF_INTERLACE_MASK; /* progressive */ intel_display.c:pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; intel_display.c:pipeconf &=

[drm-next 00/14] radeon_asic cleanups for drm-next

2012-02-24 Thread Michel Dänzer
On Don, 2012-02-23 at 17:53 -0500, alexdeucher at gmail.com wrote: > From: Alex Deucher > > This patch set cleans up radeon_asic and organizes the asic > specific callbacks based on their function. Not change in > functionality. It requires Christian's patch: > "drm/radeon: also make the

[PATCH] drm: Reduce the number of retries whilst reading EDIDs

2012-02-24 Thread Adam Jackson
e part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120224/e0891dd5/attachment.pgp>

[drm-next 01/14] drm/radeon/kms: add wait_for_vblank asic callback

2012-02-24 Thread Michel Dänzer
On Don, 2012-02-23 at 17:53 -0500, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Required for future functionality. These callbacks may take tens of milliseconds to complete, that's a lot of spinning. :) Depending on what they'll be used for, it might be better to wait for vertical

[drm-next 01/14] drm/radeon/kms: add wait_for_vblank asic callback

2012-02-24 Thread Alex Deucher
2012/2/24 Michel D?nzer : > On Don, 2012-02-23 at 17:53 -0500, alexdeucher at gmail.com wrote: >> From: Alex Deucher >> >> Required for future functionality. > > These callbacks may take tens of milliseconds to complete, that's a lot > of spinning. :) Depending on what they'll be used for, it

[radeon] Monitor not turning on after DisplayPort re-plug in Xorg

2012-02-24 Thread Tvrtko Ursulin
Hi all, On a AMD G-T56N (Radeon HD 6310) box connected to the monitor via DisplayPort monitor does not come on after re-plugging the display cable but claims to be in power save. At the same time, according to xrandr it is connected and displaying. Stopping Xorg and monitor comes back up

[PATCH 1/1] drm/i915: fix operator precedence when enabling RC6p

2012-02-24 Thread Jesse Barnes
r -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120224/ff2bedf4/attachment-0001.pgp>

[Bug 42678] [3.3-rc1] radeon stuck in kernel after lockup

2012-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42678 --- Comment #8 from Torsten Kaiser 2012-02-24 08:42:55 --- I think, you're not getting away with blaming userspace. ;-) But this issue is rather complicated, because there is more then one bug / change involved. To summarize the issues:

[Bug 42678] [3.3-rc1] radeon stuck in kernel after lockup

2012-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42678 --- Comment #7 from J?r?me Glisse 2012-02-24 02:53:43 --- You no longer have those lockup ? The fix in the ddx might explain why the kernel was no longer able to recover from lockup. Sadly userspace change can affect kernel successfulness

3.3-rc4+: Reported regressions from 3.2

2012-02-24 Thread Rafael J. Wysocki
On Friday, February 24, 2012, David Miller wrote: > From: "Rafael J. Wysocki" > Date: Thu, 23 Feb 2012 23:51:20 +0100 (CET) > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=42776 > > Subject : OF-related boot crash in 3.3.0-rc3-00188-g3ec1e88 > > Submitter : Meelis

3.3-rc4+: Reported regressions 3.1 -> 3.2

2012-02-24 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

Re: [PATCH] drm: Reduce the number of retries whilst reading EDIDs

2012-02-24 Thread Eugeni Dodonov
On 02/23/2012 06:15 PM, Linus Torvalds wrote: On Thu, Feb 23, 2012 at 11:52 AM, Chris Wilsonch...@chris-wilson.co.uk wrote: i2c retries if sees an EGAIN, drm_do_probe_ddc_edid retries until it gets a result and *then* drm_do_get_edid retries until it gets a result it is happy with. All in

Re: 3.3-rc4+: Reported regressions from 3.2

2012-02-24 Thread David Miller
From: Rafael J. Wysocki r...@sisk.pl Date: Thu, 23 Feb 2012 23:51:20 +0100 (CET) Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=42776 Subject : OF-related boot crash in 3.3.0-rc3-00188-g3ec1e88 Submitter : Meelis Roos mr...@linux.ee Date : 2012-02-13

[Bug 42678] [3.3-rc1] radeon stuck in kernel after lockup

2012-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42678 --- Comment #8 from Torsten Kaiser just.for.l...@googlemail.com 2012-02-24 08:42:55 --- I think, you're not getting away with blaming userspace. ;-) But this issue is rather complicated, because there is more then one bug / change involved.

Re: [drm-next 01/14] drm/radeon/kms: add wait_for_vblank asic callback

2012-02-24 Thread Michel Dänzer
On Don, 2012-02-23 at 17:53 -0500, alexdeuc...@gmail.com wrote: From: Alex Deucher alexander.deuc...@amd.com Required for future functionality. These callbacks may take tens of milliseconds to complete, that's a lot of spinning. :) Depending on what they'll be used for, it might be better to

Re: [drm-next 00/14] radeon_asic cleanups for drm-next

2012-02-24 Thread Michel Dänzer
On Don, 2012-02-23 at 17:53 -0500, alexdeuc...@gmail.com wrote: From: Alex Deucher alexander.deuc...@amd.com This patch set cleans up radeon_asic and organizes the asic specific callbacks based on their function. Not change in functionality. It requires Christian's patch: drm/radeon:

[radeon] Monitor not turning on after DisplayPort re-plug in Xorg

2012-02-24 Thread Tvrtko Ursulin
Hi all, On a AMD G-T56N (Radeon HD 6310) box connected to the monitor via DisplayPort monitor does not come on after re-plugging the display cable but claims to be in power save. At the same time, according to xrandr it is connected and displaying. Stopping Xorg and monitor comes back up

Re: [drm-next 00/14] radeon_asic cleanups for drm-next

2012-02-24 Thread Christian König
On 23.02.2012 23:53, alexdeuc...@gmail.com wrote: From: Alex Deucheralexander.deuc...@amd.com This patch set cleans up radeon_asic and organizes the asic specific callbacks based on their function. Not change in functionality. It requires Christian's patch: drm/radeon: also make the cs_parse

[Bug 27524] linux-2.6.33.2 radeondrm_fb, rv350, garbled console on PowerBook G4

2012-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27524 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 26092] shader problems with Flightgear

2012-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26092 --- Comment #1 from popo...@popolon.org 2012-02-24 04:59:12 PST --- I also have a problems with cloud with Sandy Bridge (i965 driver), using linux kernel 3.0 or 3.2, Mesa 8.0.1., see [1] in attached picture. I tried with software renderer, still

[Bug 26092] shader problems with Flightgear

2012-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26092 --- Comment #2 from popo...@popolon.org 2012-02-24 05:00:52 PST --- Created attachment 57589 -- https://bugs.freedesktop.org/attachment.cgi?id=57589 Sandybridge, linux3.2 Mesa 8.0.1 and windowed flightgear bugs. -- Configure bugmail:

[Bug 26092] shader problems with Flightgear

2012-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26092 --- Comment #3 from popo...@popolon.org 2012-02-24 05:06:29 PST --- I just seen that on screenshot, There is the horizontal line on text bug displayed too, at the upperleft part of Stardict window (where there is the 3 frame), on the E of

Re: [PATCH] mm: extend prefault helpers to fault in more than PAGE_SIZE

2012-02-24 Thread Daniel Vetter
On Thu, Feb 23, 2012 at 02:36:58PM -0800, Andrew Morton wrote: On Thu, 16 Feb 2012 13:01:36 +0100 Daniel Vetter daniel.vet...@ffwll.ch wrote: drm/i915 wants to read/write more than one page in its fastpath and hence needs to prefault more than PAGE_SIZE bytes. I've checked the

Re: [PATCH] [i915] Fix another use of the wrong interlace mask to return to progressive mode

2012-02-24 Thread Daniel Vetter
On Fri, Feb 24, 2012 at 10:51:42AM +0100, Christian Schmidt wrote: intel_display.c:pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; intel_display.c:pipeconf = ~PIPECONF_INTERLACE_MASK; /* progressive */ intel_display.c:pipeconf |=

Re: [drm-next 01/14] drm/radeon/kms: add wait_for_vblank asic callback

2012-02-24 Thread Alex Deucher
2012/2/24 Michel Dänzer mic...@daenzer.net: On Don, 2012-02-23 at 17:53 -0500, alexdeuc...@gmail.com wrote: From: Alex Deucher alexander.deuc...@amd.com Required for future functionality. These callbacks may take tens of milliseconds to complete, that's a lot of spinning. :) Depending on

Re: [PATCH] drm: Reduce the number of retries whilst reading EDIDs

2012-02-24 Thread Adam Jackson
On Thu, 2012-02-23 at 12:15 -0800, Linus Torvalds wrote: Btw, clearly X does *not* cache the EDID results, at least not for this case. So the explicit xrandr example is probably pretty close to what wine does. Maybe the proper fix is to just make X.org force caching when clients do this

[Bug 14596] radeon DRI driver produces garbled console with KMS enabled on Thinkpad T42

2012-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14596 --- Comment #13 from Egor Y. Egorov egorov_e...@bk.ru 2012-02-24 15:37:01 --- same on all 3.x -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching

Re: [drm-next 02/14] drm/radeon/kms: add a radeon asic callback for mc idle

2012-02-24 Thread Jerome Glisse
On Thu, 2012-02-23 at 17:53 -0500, alexdeuc...@gmail.com wrote: From: Alex Deucher alexander.deuc...@amd.com Required for future functionality. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Reviewed-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/radeon/r520.c|

Re: [drm-next 00/14] radeon_asic cleanups for drm-next

2012-02-24 Thread Jerome Glisse
On Thu, 2012-02-23 at 17:53 -0500, alexdeuc...@gmail.com wrote: From: Alex Deucher alexander.deuc...@amd.com This patch set cleans up radeon_asic and organizes the asic specific callbacks based on their function. Not change in functionality. It requires Christian's patch: drm/radeon: also

Re: [PATCH 3/4] drm/radeon: also make the cs_parse function per ring

2012-02-24 Thread Jerome Glisse
On Thu, 2012-02-23 at 15:18 +0100, Christian König wrote: Not all rings use PM4, so the cs_parser also needs to be per ring. Signed-off-by: Christian König deathsim...@vodafone.de Reviewed-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/radeon/radeon.h |4 +-

Re: [PATCH 1/4] drm/radeon: move ring syncing after bo validation

2012-02-24 Thread Jerome Glisse
On Thu, 2012-02-23 at 10:17 -0500, Alex Deucher wrote: 2012/2/23 Christian König deathsim...@vodafone.de: The function radeon_bo_list_validate can cause a bo to move, resulting in a different sync_obj and a dependency to wait for this move to finish. Signed-off-by: Christian König

[Bug 45366] Radeon gpu lockups

2012-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45366 --- Comment #4 from Ernst Sjöstrand ern...@gmail.com 2012-02-24 10:17:01 PST --- Created attachment 57602 -- https://bugs.freedesktop.org/attachment.cgi?id=57602 More lockups More lockups -- Configure bugmail:

Re: [PATCH] mm: extend prefault helpers to fault in more than PAGE_SIZE

2012-02-24 Thread Andrew Morton
On Fri, 24 Feb 2012 14:34:31 +0100 Daniel Vetter dan...@ffwll.ch wrote: --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h @@ -408,6 +408,7 @@ extern void add_page_wait_queue(struct page *page, wait_queue_t *waiter); static inline int fault_in_pages_writeable(char __user

[Bug 26092] shader problems with Flightgear

2012-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26092 --- Comment #4 from Christian Schmitt chrschm...@gmail.com 2012-02-24 13:09:07 PST --- For me personally this bug is no longer valid. FG now works very good with latest mesa and radeon driver. As you have quite some other issues, too, I think

Re: Flickering with page-flipping on Acer Iconia W500 (AMD C-50 APU)

2012-02-24 Thread Felix Kuehling
On 12-02-22 11:20 AM, Felix Kuehling wrote: On 12-02-21 07:49 PM, Mario Kleiner wrote: On 02/21/2012 09:07 PM, Alex Deucher wrote: [snip] The fix looks ok to me. Mario any thoughts? Reviewed-by: Alex Deucheralexdeuc...@gmail.com Hi, the fix looks ok to me for that device, but could we

Re: Flickering with page-flipping on Acer Iconia W500 (AMD C-50 APU)

2012-02-24 Thread Mario Kleiner
On Feb 24, 2012, at 10:20 PM, Felix Kuehling wrote: On 12-02-22 11:20 AM, Felix Kuehling wrote: On 12-02-21 07:49 PM, Mario Kleiner wrote: On 02/21/2012 09:07 PM, Alex Deucher wrote: [snip] The fix looks ok to me. Mario any thoughts? Reviewed-by: Alex Deucheralexdeuc...@gmail.com Hi,