[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #10 from peterle at hottemptation.org 2011-10-30 13:58:51 PDT --- Bugzilla Gnome 661898 Posted some days ago. Because it can be just a bug around the radeon driver in kernel I opened a new bug here.

[PATCH] drm: Make the per-driver file_operations struct const

2011-10-30 Thread Arjan van de Ven
The DRM layer keeps a copy of struct file_operations inside its big driver struct... which prevents it from being consistent and static. For consistency (and the general security objective of having such things static), it's desirable to get this fixed. This patch splits out the file_operations

[Bug 41766] radeon lvds panel heavy flickering after opening laptop lid (Mobility Radeon HD 3650)

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41766 --- Comment #12 from Pasi K?rkk?inen 2011-10-30 11:01:04 PDT --- Created attachment 52925 --> https://bugs.freedesktop.org/attachment.cgi?id=52925 Linux 3.1.0 dmesg radeon internal lvds flickering dmesg from Fedora 16 Final RC1 using Linux

[PATCH 4/4] drm/radeon/kms: make atombios_dig_transmitter_setup() version based

2011-10-30 Thread alexdeuc...@gmail.com
From: Alex Deucher Use the table version to determine which params to use. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_encoders.c | 343 ++-- 1 files changed, 221 insertions(+), 122 deletions(-) diff --git

[PATCH 3/4] drm/radeon/kms: make atombios_dig_encoder_setup() version based

2011-10-30 Thread alexdeuc...@gmail.com
From: Alex Deucher set up the params based on the table version number. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_encoders.c | 213 +--- 1 files changed, 128 insertions(+), 85 deletions(-) diff --git

[PATCH 2/4] drm/radeon/kms: make atombios_dvo_setup() version based

2011-10-30 Thread alexdeuc...@gmail.com
From: Alex Deucher Use table version numbers for param setup. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_encoders.c | 63 +-- 1 files changed, 40 insertions(+), 23 deletions(-) diff --git

[PATCH 1/4] drm/radeon/kms: move atom encoder setup to a new file

2011-10-30 Thread alexdeuc...@gmail.com
From: Alex Deucher Leave the common code in radeon_encoders.c and move the atom specific code to atombios_encoders.c. This matches legacy encoder setup and crtc setup. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/Makefile|2 +-

[Bug 41766] radeon lvds panel heavy flickering after opening laptop lid (Mobility Radeon HD 3650)

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41766 --- Comment #11 from Pasi K?rkk?inen 2011-10-30 10:57:46 PDT --- I just tried with the latest Fedora 16 Final RC1 (using Linux 3.1.0 final), and I noticed the LVDS flickering actually happens *sometimes* also when booting the laptop with lid

[PATCH] drm/radeon/kms: always do extended edid probe

2011-10-30 Thread alexdeuc...@gmail.com
From: Alex Deucher Rather than having a quirk list just always check the EDID header when probing. This is the recommended behavior according to the display team. This avoids problems with improperly terminated i2c lines on some boards. This is also what the

[Intel-gfx] [PATCH 1/2] Give up on edid retries when i2c tells us that bus is not there

2011-10-30 Thread Jean Delvare
Hi Eugeni, On Mon, 24 Oct 2011 12:40:14 -0200, Eugeni Dodonov wrote: > On Thu, Oct 20, 2011 at 10:33, Jean Delvare wrote: > > > Just to clarify: by "connectivity is setup", do you mean code in the > > driver setting the GPIO pin direction etc., or a display being > > connected to the graphics

[PATCH] drm/radeon/kms: remove useless radeon_ddc_dump()

2011-10-30 Thread Alex Deucher
On Sat, Oct 29, 2011 at 8:55 AM, Thomas Reim wrote: > Dear Alex, > > but we use DDC probing e. g. to identify connectors with improperly > terminated i2c bus. Instead of flooding logs and terminals with EDID dumps, > we decided some months ago to use this function during module loading to >

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35460 Daniel Vetter changed: What|Removed |Added Attachment #52913|0 |1 is obsolete|

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2011-10-30 Thread Daniel Vetter
> --- Comment #8 from Bruno 2011-10-30 05:55:23 PDT > --- > I've not seen them recently either, except for sporadically a pixel line with > with white/gray pixels in the e17 cursor. (always at same place of the cursor, > more or less middle in height). > Might be there is one tiling bug

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #10 from Daniel Vetter 2011-10-30 06:46:37 PDT --- Created attachment 52913 --> https://bugs.freedesktop.org/attachment.cgi?id=52913 clflush phys objects to fix cursor corruptions Test-feedback highly appreciated. -- Configure

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #9 from Daniel Vetter 2011-10-30 06:44:19 PDT --- > --- Comment #8 from Bruno 2011-10-30 05:55:23 PDT > --- > I've not seen them recently either, except for sporadically a pixel line with > with white/gray pixels in the e17

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #8 from Bruno 2011-10-30 05:55:23 PDT --- (In reply to comment #7) > I've just tried to reproduce this running firefox+chromium+others under e17 > using SNA. I'm pretty certain this was the tiling bugs we fixed early. I've not seen

[Bug 35460] [855GM] Corruptions with linux-2.6.38 & xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35460 Chris Wilson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #9 from mirandir at orange.fr 2011-10-30 04:35:59 PDT --- Created attachment 52909 --> https://bugs.freedesktop.org/attachment.cgi?id=52909 gdb log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #8 from mirandir at orange.fr 2011-10-30 04:35:13 PDT --- Sorry for the delay, I haven't had time to work on this sooner. The "freeze" seems to begin to (ramdomly) happen after that gnome-screensaver switches off the screen. As

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #8 from miran...@orange.fr 2011-10-30 04:35:13 PDT --- Sorry for the delay, I haven't had time to work on this sooner. The freeze seems to begin to (ramdomly) happen after that gnome-screensaver switches off the screen. As Archlinux

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #9 from miran...@orange.fr 2011-10-30 04:35:59 PDT --- Created attachment 52909 -- https://bugs.freedesktop.org/attachment.cgi?id=52909 gdb log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 35460] [855GM] Corruptions with linux-2.6.38 xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35460 Chris Wilson ch...@chris-wilson.co.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 35460] [855GM] Corruptions with linux-2.6.38 xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #8 from Bruno bonbon...@internet.lu 2011-10-30 05:55:23 PDT --- (In reply to comment #7) I've just tried to reproduce this running firefox+chromium+others under e17 using SNA. I'm pretty certain this was the tiling bugs we fixed

Re: [Bug 35460] [855GM] Corruptions with linux-2.6.38 xf-video-intel-2.14.901

2011-10-30 Thread Daniel Vetter
--- Comment #8 from Bruno bonbon...@internet.lu 2011-10-30 05:55:23 PDT --- I've not seen them recently either, except for sporadically a pixel line with with white/gray pixels in the e17 cursor. (always at same place of the cursor, more or less middle in height). Might be there is one tiling

[Bug 35460] [855GM] Corruptions with linux-2.6.38 xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #9 from Daniel Vetter dan...@ffwll.ch 2011-10-30 06:44:19 PDT --- --- Comment #8 from Bruno bonbon...@internet.lu 2011-10-30 05:55:23 PDT --- I've not seen them recently either, except for sporadically a pixel line with with

[Bug 35460] [855GM] Corruptions with linux-2.6.38 xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35460 --- Comment #10 from Daniel Vetter dan...@ffwll.ch 2011-10-30 06:46:37 PDT --- Created attachment 52913 -- https://bugs.freedesktop.org/attachment.cgi?id=52913 clflush phys objects to fix cursor corruptions Test-feedback highly appreciated.

[Bug 35460] [855GM] Corruptions with linux-2.6.38 xf-video-intel-2.14.901

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35460 Daniel Vetter dan...@ffwll.ch changed: What|Removed |Added Attachment #52913|0 |1 is obsolete|

Re: [Intel-gfx] [PATCH 1/2] Give up on edid retries when i2c tells us that bus is not there

2011-10-30 Thread Jean Delvare
Hi Eugeni, On Mon, 24 Oct 2011 12:40:14 -0200, Eugeni Dodonov wrote: On Thu, Oct 20, 2011 at 10:33, Jean Delvare kh...@linux-fr.org wrote: Just to clarify: by connectivity is setup, do you mean code in the driver setting the GPIO pin direction etc., or a display being connected to the

[Bug 41766] radeon lvds panel heavy flickering after opening laptop lid (Mobility Radeon HD 3650)

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41766 --- Comment #11 from Pasi Kärkkäinen pa...@iki.fi 2011-10-30 10:57:46 PDT --- I just tried with the latest Fedora 16 Final RC1 (using Linux 3.1.0 final), and I noticed the LVDS flickering actually happens *sometimes* also when booting the laptop

[Bug 41766] radeon lvds panel heavy flickering after opening laptop lid (Mobility Radeon HD 3650)

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41766 --- Comment #12 from Pasi Kärkkäinen pa...@iki.fi 2011-10-30 11:01:04 PDT --- Created attachment 52925 -- https://bugs.freedesktop.org/attachment.cgi?id=52925 Linux 3.1.0 dmesg radeon internal lvds flickering dmesg from Fedora 16 Final RC1

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH] drm/radeon/kms: remove useless radeon_ddc_dump()

2011-10-30 Thread Alex Deucher
On Sat, Oct 29, 2011 at 8:55 AM, Thomas Reim rei...@googlemail.com wrote: Dear Alex, but we use DDC probing e. g. to identify connectors with improperly terminated i2c bus. Instead of flooding logs and terminals with EDID dumps, we decided some months ago to use this function during module

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #10 from pete...@hottemptation.org 2011-10-30 13:58:51 PDT --- Bugzilla Gnome 661898 Posted some days ago. Because it can be just a bug around the radeon driver in kernel I opened a new bug here.

[PATCH] drm/radeon/kms: always do extended edid probe

2011-10-30 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Rather than having a quirk list just always check the EDID header when probing. This is the recommended behavior according to the display team. This avoids problems with improperly terminated i2c lines on some boards. This is also what the

[PATCH 2/4] drm/radeon/kms: make atombios_dvo_setup() version based

2011-10-30 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Use table version numbers for param setup. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/atombios_encoders.c | 63 +-- 1 files changed, 40 insertions(+), 23 deletions(-) diff --git

[PATCH 3/4] drm/radeon/kms: make atombios_dig_encoder_setup() version based

2011-10-30 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com set up the params based on the table version number. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/atombios_encoders.c | 213 +--- 1 files changed, 128 insertions(+), 85 deletions(-) diff

[PATCH 4/4] drm/radeon/kms: make atombios_dig_transmitter_setup() version based

2011-10-30 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Use the table version to determine which params to use. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/atombios_encoders.c | 343 ++-- 1 files changed, 221 insertions(+), 122 deletions(-)

[PATCH] drm: serialize access to debugs_nodes.list

2011-10-30 Thread Marcin Slusarz
Nouveau, when configured with debugfs, creates debugfs files for every channel, so structure holding list of files needs to be protected from simultaneous changes by multiple threads. Without this patch it's possible to hit kernel oops in drm_debugfs_remove_files just by running a couple of

[Bug 42409] New: Mesa 7.12-devel /dri/r600 compilation error: no makefile found

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42409 Bug #: 42409 Summary: Mesa 7.12-devel /dri/r600 compilation error: no makefile found Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64)

[Bug 42409] Mesa 7.12-devel /dri/r600 compilation error: no makefile found

2011-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42409 --- Comment #1 from Jos van Wolput wol...@onsneteindhoven.nl 2011-10-30 22:27:17 PDT --- I understand the dri r600 driver has been removed, isn't it? So this issue is not a bug and can be closed. -- Configure bugmail: