[PATCH] drm/radeon/kms/combios: match lvds panel info parsing to ddx

2010-05-17 Thread Alex Deucher
Should work better on some panels. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_combios.c | 26 ++ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c index

[PATCH] drm/radeon/kms/atom: fix typo in LVDS panel info parsing

2010-05-17 Thread Alex Deucher
Fixes LVDS issues on some laptops; notably laptops with 2048x1536 panels. Signed-off-by: Alex Deucher Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/radeon_atombios.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_atombios.c b/drivers/g

[PATCH] drm/radeon/kms/pm: fix r6xx+ profile setup

2010-05-17 Thread Alex Deucher
This patch is a combination of the previous two profile patches, but without the index bugs. It cleans up and fixes some issues with pm profile setup on r6xx chips. Some tables have different orderings for the power states, also, r600 only has 1 clock mode per power state. On desktop cards there a

[PATCH 0/1] drm-set-default-noedid-res.patch

2010-05-17 Thread Dave Airlie
On Mon, May 17, 2010 at 9:38 AM, Carsten Emde wrote: > Hi, > > Some monitors and, more often, kvm switches do not provide working EDID > data. KMS based X configurations in recent server versions no longer > allow to override the screen resolution which makes it impossible to > correctly adapt the

[PATCH] drm/radeon/kms/pm: use low clock mode in low profile mode on desktop r6xx+ cards

2010-05-17 Thread Alex Deucher
ARGH! Bad patch. Ignore this one. Thanks to Andy for pointing out the index errors. Still in vacation mode. Working patch on the way. Alex On Mon, May 17, 2010 at 1:12 PM, Alex Deucher wrote: > On desktop cards there are no battery modes, so the low and high power states > are the same. ?Fo

[PATCH] drm/radeon/kms/pm: fix profile setup on r6xx

2010-05-17 Thread Alex Deucher
ARGH! Bad patch. Ignore this one. Thanks to Andy for pointing out the index errors. Still in vacation mode. Working patch on the way. Alex On Mon, May 17, 2010 at 12:01 PM, Alex Deucher wrote: > This patch cleans up and fixes some issues with pm profile > setup on r6xx chips. ?Some tables h

[PATCH] drm/radeon/kms/pm: fix r6xx+ profile setup

2010-05-17 Thread Alex Deucher
This patch is a combination of the previous two profile patches, but without the index bugs. It cleans up and fixes some issues with pm profile setup on r6xx chips. Some tables have different orderings for the power states, also, r600 only has 1 clock mode per power state. On desktop cards there a

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27901 --- Comment #1 from Conn Clark 2010-05-17 15:10:30 PDT --- A proper fix would be to fix the r700_assembler.c code so that it generates code to translate the radians input to a corresponding value between PI and -PI before passing it to the SIN o

[Bug 27901] GLSL cos/sin functions broken on Mesa R600 driver

2010-05-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27901 --- Comment #1 from Conn Clark 2010-05-17 15:10:30 PDT --- A proper fix would be to fix the r700_assembler.c code so that it generates code to translate the radians input to a corresponding value between PI and -PI before passing it to the SIN o

Re: [PATCH] drm/radeon/kms/pm: use low clock mode in low profile mode on desktop r6xx+ cards

2010-05-17 Thread Alex Deucher
ARGH! Bad patch. Ignore this one. Thanks to Andy for pointing out the index errors. Still in vacation mode. Working patch on the way. Alex On Mon, May 17, 2010 at 1:12 PM, Alex Deucher wrote: > On desktop cards there are no battery modes, so the low and high power states > are the same.  Fo

Re: [PATCH] drm/radeon/kms/pm: fix profile setup on r6xx

2010-05-17 Thread Alex Deucher
ARGH! Bad patch. Ignore this one. Thanks to Andy for pointing out the index errors. Still in vacation mode. Working patch on the way. Alex On Mon, May 17, 2010 at 12:01 PM, Alex Deucher wrote: > This patch cleans up and fixes some issues with pm profile > setup on r6xx chips.  Some tables h

[PATCH] drm/radeon/kms/pm: use low clock mode in low profile mode on desktop r6xx+ cards

2010-05-17 Thread Alex Deucher
On desktop cards there are no battery modes, so the low and high power states are the same. For the low profile case, choose the lower clock mode. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/driver

[PATCH 0/1] drm-set-default-noedid-res.patch

2010-05-17 Thread Carsten Emde
Dave, >> Some monitors and, more often, kvm switches do not provide working >> EDID data. KMS based X configurations in recent server versions no >> longer allow to override the screen resolution which makes it >> impossible to correctly adapt the screen resolution to the monitor >> in use. This p

[Bug 28146] typo in drm_edid.c drm_dmt_modes table

2010-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28146 --- Comment #1 from Scott Bertilson 2010-05-17 12:10:12 PDT --- Fixing this and reloading the module allows the mode to be used. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail beca

[Bug 28146] typo in drm_edid.c drm_dmt_modes table

2010-05-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28146 --- Comment #1 from Scott Bertilson 2010-05-17 12:10:12 PDT --- Fixing this and reloading the module allows the mode to be used. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail beca

[PATCH] drm/radeon/kms/pm: fix profile setup on r6xx

2010-05-17 Thread Alex Deucher
This patch cleans up and fixes some issues with pm profile setup on r6xx chips. Some tables have different orderings for the power states, also, r600 only has 1 clock mode per power state. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600.c | 118 +++--

[PATCH] vga: fix kconfig text typos

2010-05-17 Thread Randy Dunlap
From: Randy Dunlap Fix typos in vga/Kconfig file and use GPU (upper case) consistently. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: dri-devel@lists.freedesktop.org --- drivers/gpu/vga/Kconfig |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- lnx-2634.orig/driver

[PATCH] vga: fix kconfig text typos

2010-05-17 Thread Randy Dunlap
From: Randy Dunlap Fix typos in vga/Kconfig file and use GPU (upper case) consistently. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: dri-devel at lists.freedesktop.org --- drivers/gpu/vga/Kconfig |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- lnx-2634.orig/dri

[PATCH] drm/radeon/kms/pm: use low clock mode in low profile mode on desktop r6xx+ cards

2010-05-17 Thread Alex Deucher
On desktop cards there are no battery modes, so the low and high power states are the same. For the low profile case, choose the lower clock mode. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/driver

[Bug 28146] New: typo in drm_edid.c drm_dmt_modes table

2010-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28146 Summary: typo in drm_edid.c drm_dmt_modes table Product: DRI Version: XOrg CVS Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 28146] New: typo in drm_edid.c drm_dmt_modes table

2010-05-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28146 Summary: typo in drm_edid.c drm_dmt_modes table Product: DRI Version: XOrg CVS Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium

[PATCH] drm/radeon/kms/pm: fix profile setup on r6xx

2010-05-17 Thread Alex Deucher
This patch cleans up and fixes some issues with pm profile setup on r6xx chips. Some tables have different orderings for the power states, also, r600 only has 1 clock mode per power state. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600.c | 118 +++--

Re: [PATCH 0/1] drm-set-default-noedid-res.patch

2010-05-17 Thread Carsten Emde
Dave, Some monitors and, more often, kvm switches do not provide working EDID data. KMS based X configurations in recent server versions no longer allow to override the screen resolution which makes it impossible to correctly adapt the screen resolution to the monitor in use. This patch allows t

[PATCH 1/1] drm-set-default-noedid-res.patch

2010-05-17 Thread Carsten Emde
An embedded and charset-unspecified text was scrubbed... Name: drm-set-default-noedid-res.patch URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100517/01ec73e5/attachment.asc>

[PATCH 0/1] drm-set-default-noedid-res.patch

2010-05-17 Thread Carsten Emde
Hi, Some monitors and, more often, kvm switches do not provide working EDID data. KMS based X configurations in recent server versions no longer allow to override the screen resolution which makes it impossible to correctly adapt the screen resolution to the monitor in use. This patch allows to d

Re: [PATCH 0/1] drm-set-default-noedid-res.patch

2010-05-17 Thread Dave Airlie
On Mon, May 17, 2010 at 9:38 AM, Carsten Emde wrote: > Hi, > > Some monitors and, more often, kvm switches do not provide working EDID > data. KMS based X configurations in recent server versions no longer > allow to override the screen resolution which makes it impossible to > correctly adapt the

[PATCH 1/1] drm-set-default-noedid-res.patch

2010-05-17 Thread Carsten Emde
A default resolution of 1024x768 is used, if there are no EDID data. However, this may not always be appropriate. This patch introduces the kernel parameter drm.noedidres that has the format "x". If specified, it will override the default. Example: drm.noedidres=1280x1024 Signed-off-by: Carsten

[PATCH 0/1] drm-set-default-noedid-res.patch

2010-05-17 Thread Carsten Emde
Hi, Some monitors and, more often, kvm switches do not provide working EDID data. KMS based X configurations in recent server versions no longer allow to override the screen resolution which makes it impossible to correctly adapt the screen resolution to the monitor in use. This patch allows to d