[Bug 41366] [r600 KMS] HDMI on a Fusion board only comes up when LVDS is already enabled

2012-01-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41366 --- Comment #6 from Florian Mickler 2012-01-12 14:46:12 PST --- A patch referencing this bug report has been merged in Linux v3.1-rc10: commit cb7cf41961fe10773c491c75ae73539ad4bbed66 Author: Alex Deucher Date: Wed Oct 5 18:36:50 2011 -0400

[Bug 43829] Resuming my AMD A4-3300 based laptop leaves the screen black

2012-01-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43829 --- Comment #5 from Joshua Roys 2012-01-12 14:32:43 PST --- No- these patches leave my screen dark after KMS kicks in. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 41561] [r600 KMS] Hotplug detect does not work for HDMI monitor on Fusion E-350 board

2012-01-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41561 --- Comment #9 from Florian Mickler 2012-01-12 14:19:31 PST --- A patch referencing this bug report has been merged in Linux v3.2-rc1: commit d0d0a225e6ad43314c9aa7ea081f76adc5098ad4 Author: Alex Deucher Date: Fri Oct 7 14:23:48 2011 -0400

[Bug 41569] [r600 KMS] Asus A53T A4-3400

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41569 --- Comment #17 from Robert Nelson 2012-01-12 21:10:18 UTC --- Unfortunately those dce fixes regress my asus a53t laptop.. Using Linus's current top of tree with those 4 patches.. Attached dmesg/xorg.log Is it too early to for qwerk table for

[Bug 41569] [r600 KMS] Asus A53T A4-3400

2012-01-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41569 --- Comment #17 from Robert Nelson 2012-01-12 21:10:18 UTC --- Unfortunately those dce fixes regress my asus a53t laptop.. Using Linus's current top of tree with those 4 patches.. Attached dmesg/xorg.log Is it too early to for qwerk table for

[Bug 41569] [r600 KMS] Asus A53T A4-3400

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41569 --- Comment #16 from Robert Nelson 2012-01-12 21:07:00 PST --- Created attachment 55531 --> https://bugs.freedesktop.org/attachment.cgi?id=55531 xorg log of asus a53t with dce fixes patchset -- Configure bugmail: https://bugs.freedesktop.org

[Bug 41569] [r600 KMS] Asus A53T A4-3400

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41569 --- Comment #15 from Robert Nelson 2012-01-12 21:06:07 PST --- Created attachment 55530 --> https://bugs.freedesktop.org/attachment.cgi?id=55530 dmesg of asus a53t with dce fixes patchset -- Configure bugmail: https://bugs.freedesktop.org/us

[Bug 41569] [r600 KMS] Asus A53T A4-3400

2012-01-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41569 --- Comment #14 from lonefox at kapsi.fi 2012-01-12 08:48:06 PST --- (In reply to comment #13) > Do these patches work for everyone? They do work for me. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[PATCH] ttm/dma: Remove the WARN() which is not useful.

2012-01-12 Thread Jerome Glisse
On Thu, Jan 12, 2012 at 11:50:26AM -0500, Konrad Rzeszutek Wilk wrote: > . It was useful during development, but now on a production system > we can get this (if the user forgot to upload the firmware): > > [drm] radeon: irq initialized. > [drm] GART: num cpu pages 131072, num gpu pages 131072 > [

[PATCH] drm/radeon/kms/ni: fix packet2 handling for VM IB parser

2012-01-12 Thread Jerome Glisse
On Thu, Jan 12, 2012 at 03:42:37PM -0500, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Packet2 is only one dword. > > Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse > --- > drivers/gpu/drm/radeon/evergreen_cs.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-)

[PATCH] radeon: Call pci_clear_master() instead of open-coding it.

2012-01-12 Thread Michel Dänzer
From: Michel D?nzer Reported-by: Ben Hutchings Signed-off-by: Michel D?nzer --- Only compile-tested, but should be no functional change. drivers/gpu/drm/radeon/r100.c |4 +--- drivers/gpu/drm/radeon/rs600.c | 13 ++--- 2 files changed, 3 insertions(+), 14 deletions(-) diff --

[PATCH] drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3

2012-01-12 Thread skeg...@gmail.com
From: Ben Skeggs There exists at least one NVIDIA GPU (Quadro NVS 300) that has a DMS-59 connector which is capable of supporting DisplayPort, TMDS and VGA on a single connector. We need to bump the allowed encoder limit to support all three configs. Signed-off-by: Ben Skeggs --- include/drm/

[PATCH] drm/radeon/kms/ni: fix packet2 handling for VM IB parser

2012-01-12 Thread alexdeuc...@gmail.com
From: Alex Deucher Packet2 is only one dword. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen_cs.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen_cs.c b/drivers/gpu/drm/radeon/evergreen_cs.c index f7442e6..8e8cd85 1

[PATCH] drm/nouveau: Fix module parameter description formats

2012-01-12 Thread Ben Skeggs
On Wed, 2012-01-11 at 11:28 +0100, Jean Delvare wrote: > On Wednesday 30 November 2011 05:23:55 pm Jean Delvare wrote: > > Module parameter descriptions don't take a trailing \n, otherwise it > > breaks formatting of modinfo's output. Also remove trailing space. > > > > Signed-off-by: Jean Delvare

[Bug 41366] [r600 KMS] HDMI on a Fusion board only comes up when LVDS is already enabled

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41366 --- Comment #6 from Florian Mickler 2012-01-12 14:46:12 PST --- A patch referencing this bug report has been merged in Linux v3.1-rc10: commit cb7cf41961fe10773c491c75ae73539ad4bbed66 Author: Alex Deucher Date: Wed Oct 5 18:36:50 2011 -0400

[PATCH] gma500: Discard modes that don't fit in stolen memory

2012-01-12 Thread Alan Cox
[This fixes a crash on boot if the system is plugged into an HDTV so it's probably appropriate to push even though it didn't make the window. We could be cleverer about this but the simple version seems to be the safe one] From: Patrik Jakobsson At the moment we cannot allocate more than stole

[Bug 43829] Resuming my AMD A4-3300 based laptop leaves the screen black

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43829 --- Comment #5 from Joshua Roys 2012-01-12 14:32:43 PST --- No- these patches leave my screen dark after KMS kicks in. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 41561] [r600 KMS] Hotplug detect does not work for HDMI monitor on Fusion E-350 board

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41561 --- Comment #9 from Florian Mickler 2012-01-12 14:19:31 PST --- A patch referencing this bug report has been merged in Linux v3.2-rc1: commit d0d0a225e6ad43314c9aa7ea081f76adc5098ad4 Author: Alex Deucher Date: Fri Oct 7 14:23:48 2011 -0400

Re: [PATCH] ttm/dma: Remove the WARN() which is not useful.

2012-01-12 Thread Jerome Glisse
On Thu, Jan 12, 2012 at 11:50:26AM -0500, Konrad Rzeszutek Wilk wrote: > . It was useful during development, but now on a production system > we can get this (if the user forgot to upload the firmware): > > [drm] radeon: irq initialized. > [drm] GART: num cpu pages 131072, num gpu pages 131072 > [

Re: [PATCH] drm/radeon/kms/ni: fix packet2 handling for VM IB parser

2012-01-12 Thread Jerome Glisse
On Thu, Jan 12, 2012 at 03:42:37PM -0500, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > Packet2 is only one dword. > > Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse > --- > drivers/gpu/drm/radeon/evergreen_cs.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) >

[PATCH] drm/radeon/kms/ni: fix packet2 handling for VM IB parser

2012-01-12 Thread alexdeucher
From: Alex Deucher Packet2 is only one dword. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen_cs.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen_cs.c b/drivers/gpu/drm/radeon/evergreen_cs.c index f7442e6..8e8cd85 1

Re: [PATCH] CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGB

2012-01-12 Thread Keith Packard
On Tue, 25 Oct 2011 15:42:21 -0700, Stéphane Marchesin wrote: > From: Duncan Laurie > > This is the method used to override LVDS in intel_lvds and appears to be > an effective way to ensure that the driver does not enable VGA hotplug. > > This is the same patch from 2.6.32 kernel in R12 but po

[PATCH] CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGB

2012-01-12 Thread Keith Packard
as scrubbed... Name: not available Type: application/pgp-signature Size: 827 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120112/89d08ca8/attachment.pgp>

[PATCH] ttm/dma: Remove the WARN() which is not useful.

2012-01-12 Thread Konrad Rzeszutek Wilk
. It was useful during development, but now on a production system we can get this (if the user forgot to upload the firmware): [drm] radeon: irq initialized. [drm] GART: num cpu pages 131072, num gpu pages 131072 [drm] radeon: ib pool ready. [drm] Loading SUMO Microcode r600_cp: Failed to load fi

[Bug 44694] Crash in WebGL Path Tracing demo on Mesa 7.11 / Gallium 0.4 AMD RV710, in src_register called from translate_src

2012-01-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44694 --- Comment #2 from Michel D?nzer 2012-01-12 03:40:21 PST --- Can't seem to reproduce this crash (which doesn't look driver specific BTW) with recent Mesa Git, though the r600g driver fails to compile the shader for an RS880 and doesn't render c

[PATCH] radeon: Call pci_clear_master() instead of open-coding it.

2012-01-12 Thread Alex Deucher
2012/1/12 Michel D?nzer : > From: Michel D?nzer > > Reported-by: Ben Hutchings > Signed-off-by: Michel D?nzer > --- > > Only compile-tested, but should be no functional change. Looks good to me. Reviewed-by: Alex Deucher > > ?drivers/gpu/drm/radeon/r100.c ?| ? ?4 +--- > ?drivers/gpu/drm/rade

[Bug 44701] Regnum online textures flickering

2012-01-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44701 Michel D?nzer changed: What|Removed |Added AssignedTo|dri-devel at lists.freedesktop |mesa-dev at lists.freedesktop.

[PATCH] minor fix for 3.3-rc0 in TTM DMA code.

2012-01-12 Thread Konrad Rzeszutek Wilk
Please put [PATCH] ttm/dma: Remove the WARN() which is not useful. in your 3.3-rc0 branch. It is a minor fix, but quite .. um annoying and it masks the real issue. Thanks! ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedes

[PATCH] ttm/dma: Remove the WARN() which is not useful.

2012-01-12 Thread Konrad Rzeszutek Wilk
. It was useful during development, but now on a production system we can get this (if the user forgot to upload the firmware): [drm] radeon: irq initialized. [drm] GART: num cpu pages 131072, num gpu pages 131072 [drm] radeon: ib pool ready. [drm] Loading SUMO Microcode r600_cp: Failed to load fi

[PATCH] minor fix for 3.3-rc0 in TTM DMA code.

2012-01-12 Thread Konrad Rzeszutek Wilk
Please put [PATCH] ttm/dma: Remove the WARN() which is not useful. in your 3.3-rc0 branch. It is a minor fix, but quite .. um annoying and it masks the real issue. Thanks!

[Bug 41569] [r600 KMS] Asus A53T A4-3400

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41569 --- Comment #14 from lone...@kapsi.fi 2012-01-12 08:48:06 PST --- (In reply to comment #13) > Do these patches work for everyone? They do work for me. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are re

Re: [PATCH] radeon: Call pci_clear_master() instead of open-coding it.

2012-01-12 Thread Alex Deucher
2012/1/12 Michel Dänzer : > From: Michel Dänzer > > Reported-by: Ben Hutchings > Signed-off-by: Michel Dänzer > --- > > Only compile-tested, but should be no functional change. Looks good to me. Reviewed-by: Alex Deucher > >  drivers/gpu/drm/radeon/r100.c  |    4 +--- >  drivers/gpu/drm/rade

[PATCH] radeon: Call pci_clear_master() instead of open-coding it.

2012-01-12 Thread Michel Dänzer
From: Michel Dänzer Reported-by: Ben Hutchings Signed-off-by: Michel Dänzer --- Only compile-tested, but should be no functional change. drivers/gpu/drm/radeon/r100.c |4 +--- drivers/gpu/drm/radeon/rs600.c | 13 ++--- 2 files changed, 3 insertions(+), 14 deletions(-) diff --

[PATCH] gma500: Discard modes that don't fit in stolen memory

2012-01-12 Thread Alan Cox
[This fixes a crash on boot if the system is plugged into an HDTV so it's probably appropriate to push even though it didn't make the window. We could be cleverer about this but the simple version seems to be the safe one] From: Patrik Jakobsson At the moment we cannot allocate more than stole

[Bug 44694] Crash in WebGL Path Tracing demo on Mesa 7.11 / Gallium 0.4 AMD RV710, in src_register called from translate_src

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44694 --- Comment #2 from Michel Dänzer 2012-01-12 03:40:21 PST --- Can't seem to reproduce this crash (which doesn't look driver specific BTW) with recent Mesa Git, though the r600g driver fails to compile the shader for an RS880 and doesn't render c

[Bug 44701] Regnum online textures flickering

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44701 Michel Dänzer changed: What|Removed |Added AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.