[git pull] drm important driver fixes

2012-04-28 Thread Dave Airlie
Hi Linus, As soon as I sent the non-urgent stack, two important fixes come in, i915: fixes SNB GPU hangs in a number of 3D apps radeon: initial fix for VGA on LLano system, 3 or 4 of us have spent time debugging this, and Jerome finally figured out the magic bit the BIOS/fglrx set that we didn

[Bug 42490] NUTMEG DP to VGA bridge not working

2012-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42490 --- Comment #15 from diego.abele...@gmail.com 2012-04-28 00:39:38 PDT --- Doesn't change anything for me. I tried patching a kernel 3.3.2 and a 3.4.0_rc4 ... should I try with a next-drm or drm-fixes-staging ? -- Configure bugmail: https://bugs.

[Bug 42490] NUTMEG DP to VGA bridge not working

2012-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42490 Niels Ole Salscheider changed: What|Removed |Added CC||niels_ole@salscheider-onlin

[Bug 42490] NUTMEG DP to VGA bridge not working

2012-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42490 --- Comment #17 from Niels Ole Salscheider 2012-04-28 03:41:32 PDT --- Created attachment 60730 --> https://bugs.freedesktop.org/attachment.cgi?id=60730 dmesg with proposed patch and drm.debug=4 -- Configure bugmail: https://bugs.freedesktop

Re: [Nouveau] [PATCH v2 4/4] drm/nouveau: gpu lockup recovery

2012-04-28 Thread Marcin Slusarz
On Thu, Apr 26, 2012 at 05:32:29PM +1000, Ben Skeggs wrote: > On Wed, 2012-04-25 at 23:20 +0200, Marcin Slusarz wrote: > > Overall idea: > > Detect lockups by watching for timeouts (vm flush / fence), return -EIOs, > > handle them at ioctl level, reset the GPU and repeat last ioctl. > > > > GPU re

Re: Linux 3.4-rc4

2012-04-28 Thread Nick Bowler
On 2012-04-28 02:19 -0400, Alex Deucher wrote: > On Fri, Apr 27, 2012 at 8:39 PM, Nick Bowler wrote: > > Hi Ben, > > > > On 2012-04-27 15:20 +1000, Ben Skeggs wrote: > >> Does this patch help you at all? > >> > >> http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?id=a3a285f17867f0018de798b5ee8

[PATCH] cdv: Fix typos in initialization of mdfld_chip_ops

2012-04-28 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/mdfld_device.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/gma500/mdfld_device.c b/drivers/gpu/drm/gma500/mdfld_device.c index a0bd48c..717f4db 100644 --- a/drivers/gpu/drm/gma500/mdfld_dev

[next][PATCH 0/5] radeon HDMI cleaning

2012-04-28 Thread Rafał Miłecki
That's my patchset making use of gained knowledge and released regs names. This is generally just cleaning currect stuff, changing offsets to relative ones (so we can use official regs now). This patch adds temp hack for Evergreen changing offset by 0x3d0. This may look a little ugly, but it's saf

[next][PATCH 1/5] drm/radeon/kms: move audio params to separated struct

2012-04-28 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600_audio.c | 34 +- drivers/gpu/drm/radeon/radeon.h | 19 ++- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600

[next][PATCH 2/5] drm/radeon/kms: get rid of hdmi_config_offset

2012-04-28 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/evergreen_reg.h |2 -- drivers/gpu/drm/radeon/r600_hdmi.c | 14 -- drivers/gpu/drm/radeon/r600_reg.h |6 ++ drivers/gpu/drm/radeon/radeon_mode.h |1 - 4 files changed, 6 insertions(+), 17 deletions(-)

[next][PATCH 3/5] drm/radeon/kms: get rid of r600_hdmi_find_free_block

2012-04-28 Thread Rafał Miłecki
R6xx has routable blocks, but there's nothing wrong in assignment based on dig_encoder. We didn't really need that algorithm. Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/r600_hdmi.c | 45 ++- 1 files changed, 8 insertions(+), 37 deletions(-) diff --

[next][PATCH 4/5] drm/radeon/kms: keep HDMI state in separated variable

2012-04-28 Thread Rafał Miłecki
If we want hdmi_offset to be relative to the first block, zero value can be used also for enabled block. Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/r600_hdmi.c | 16 +--- drivers/gpu/drm/radeon/radeon_mode.h |1 + 2 files changed, 10 insertions(+), 7 deletions(-)

[next][PATCH 5/5] drm/radeon/kms/hdmi: use relative offsets, official regs

2012-04-28 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/r600.c | 28 ++-- drivers/gpu/drm/radeon/r600_hdmi.c | 90 +++- drivers/gpu/drm/radeon/r600_reg.h | 39 --- drivers/gpu/drm/radeon/r600d.h |7 ++- 4 files changed, 66 in

[Bug 49262] New: Radeon HD 6970 not rendering properly

2012-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49262 Bug #: 49262 Summary: Radeon HD 6970 not rendering properly Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 42490] NUTMEG DP to VGA bridge not working

2012-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42490 --- Comment #18 from Alex Deucher 2012-04-28 16:01:00 PDT --- (In reply to comment #16) > This does not fix the problem for me, either... (In reply to comment #17) > Created attachment 60730 [details] > dmesg with proposed patch and drm.debug=4

[Bug 49262] Radeon HD 6970 not rendering properly

2012-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49262 --- Comment #1 from Alex Deucher 2012-04-28 16:03:51 PDT --- Please attach your xorg log and dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are t

[Bug 49263] radeon: suspend fails: kernel Oops

2012-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49263 vimregist...@gmail.com changed: What|Removed |Added AssignedTo|xorg-driver-...@lists.x.org |dri-devel@lists.freedesktop

[Bug 23103] screen not lighting up on resume when using kms

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=23103 --- Comment #72 from Keith Moyer 2012-04-27 18:38:35 PDT --- What is the status on this issue? It looks like there was some pretty furious activity for a while then a sudden stop. Is there anything I can do to help track it down? I've had thi

[Bug 49239] New: wine 1.5 will hand with some applications on evergreen_create_sampler_state ()

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49239 Bug #: 49239 Summary: wine 1.5 will hand with some applications on evergreen_create_sampler_state () Classification: Unclassified Product: Mesa Version: git Platform:

[Bug 49239] wine 1.5 will hang with some applications on evergreen_create_sampler_state ()

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49239 Alexandre Demers changed: What|Removed |Added Summary|wine 1.5 will hand with |wine 1.5 will hang with

[Bug 49239] wine 1.5 will hang with some applications on evergreen_create_sampler_state ()

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49239 --- Comment #1 from Alexandre Demers 2012-04-27 23:04:59 PDT --- Additionally, I'm using an HD6950 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assi

Linux 3.4-rc4

2012-04-28 Thread Alex Deucher
On Fri, Apr 27, 2012 at 8:39 PM, Nick Bowler wrote: > Hi Ben, > > On 2012-04-27 15:20 +1000, Ben Skeggs wrote: >> Does this patch help you at all? >> >> http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?id=a3a285f17867f0018de798b5ee85731ec1268305 > > Yes. ?I cherry-picked this patch on top of

[Bug 49198] glxinfo SIGSEGV in pthread_detach under radeon_drm_cs_destroy under dri2_destroy_context

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49198 --- Comment #1 from Karl Tomlinson 2012-04-27 23:23:21 PDT --- Similar crash in glXDestroyContext from kwin, or Firefox's glxtest. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail b

[git pull] drm important driver fixes

2012-04-28 Thread Dave Airlie
Hi Linus, As soon as I sent the non-urgent stack, two important fixes come in, i915: fixes SNB GPU hangs in a number of 3D apps radeon: initial fix for VGA on LLano system, 3 or 4 of us have spent time debugging this, and Jerome finally figured out the magic bit the BIOS/fglrx set that we didn

[Bug 42490] NUTMEG DP to VGA bridge not working

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42490 --- Comment #15 from diego.abelenda at gmail.com 2012-04-28 00:39:38 PDT --- Doesn't change anything for me. I tried patching a kernel 3.3.2 and a 3.4.0_rc4 ... should I try with a next-drm or drm-fixes-staging ? -- Configure bugmail: https://bu

[Bug 42490] NUTMEG DP to VGA bridge not working

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42490 Niels Ole Salscheider changed: What|Removed |Added CC||niels_ole at salscheider-onlin

[Bug 42490] NUTMEG DP to VGA bridge not working

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42490 --- Comment #17 from Niels Ole Salscheider 2012-04-28 03:41:32 PDT --- Created attachment 60730 --> https://bugs.freedesktop.org/attachment.cgi?id=60730 dmesg with proposed patch and drm.debug=4 -- Configure bugmail: https://bugs.freedesktop

[Nouveau] [PATCH v2 4/4] drm/nouveau: gpu lockup recovery

2012-04-28 Thread Marcin Slusarz
On Thu, Apr 26, 2012 at 05:32:29PM +1000, Ben Skeggs wrote: > On Wed, 2012-04-25 at 23:20 +0200, Marcin Slusarz wrote: > > Overall idea: > > Detect lockups by watching for timeouts (vm flush / fence), return -EIOs, > > handle them at ioctl level, reset the GPU and repeat last ioctl. > > > > GPU re

Linux 3.4-rc4

2012-04-28 Thread Nick Bowler
On 2012-04-28 02:19 -0400, Alex Deucher wrote: > On Fri, Apr 27, 2012 at 8:39 PM, Nick Bowler > wrote: > > Hi Ben, > > > > On 2012-04-27 15:20 +1000, Ben Skeggs wrote: > >> Does this patch help you at all? > >> > >> http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?id=a3a285f17867f0018de798b5

[PATCH] cdv: Fix typos in initialization of mdfld_chip_ops

2012-04-28 Thread Patrik Jakobsson
Signed-off-by: Patrik Jakobsson --- drivers/gpu/drm/gma500/mdfld_device.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/gma500/mdfld_device.c b/drivers/gpu/drm/gma500/mdfld_device.c index a0bd48c..717f4db 100644 --- a/drivers/gpu/drm/gma500/mdfld_dev

[next][PATCH 0/5] radeon HDMI cleaning

2012-04-28 Thread Rafał Miłecki
That's my patchset making use of gained knowledge and released regs names. This is generally just cleaning currect stuff, changing offsets to relative ones (so we can use official regs now). This patch adds temp hack for Evergreen changing offset by 0x3d0. This may look a little ugly, but it's saf

[next][PATCH 1/5] drm/radeon/kms: move audio params to separated struct

2012-04-28 Thread Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600_audio.c | 34 +- drivers/gpu/drm/radeon/radeon.h | 19 ++- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600

[next][PATCH 2/5] drm/radeon/kms: get rid of hdmi_config_offset

2012-04-28 Thread Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/evergreen_reg.h |2 -- drivers/gpu/drm/radeon/r600_hdmi.c | 14 -- drivers/gpu/drm/radeon/r600_reg.h |6 ++ drivers/gpu/drm/radeon/radeon_mode.h |1 - 4 files changed, 6 insertions(+), 17 deletions(-)

[next][PATCH 3/5] drm/radeon/kms: get rid of r600_hdmi_find_free_block

2012-04-28 Thread Rafał Miłecki
R6xx has routable blocks, but there's nothing wrong in assignment based on dig_encoder. We didn't really need that algorithm. Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/r600_hdmi.c | 45 ++- 1 files changed, 8 insertions(+), 37 deletions(-) diff --

[next][PATCH 4/5] drm/radeon/kms: keep HDMI state in separated variable

2012-04-28 Thread Rafał Miłecki
If we want hdmi_offset to be relative to the first block, zero value can be used also for enabled block. Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/r600_hdmi.c | 16 +--- drivers/gpu/drm/radeon/radeon_mode.h |1 + 2 files changed, 10 insertions(+), 7 deletions(-)

[next][PATCH 5/5] drm/radeon/kms/hdmi: use relative offsets, official regs

2012-04-28 Thread Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/r600.c | 28 ++-- drivers/gpu/drm/radeon/r600_hdmi.c | 90 +++- drivers/gpu/drm/radeon/r600_reg.h | 39 --- drivers/gpu/drm/radeon/r600d.h |7 ++- 4 files changed, 66 in

[Bug 49262] New: Radeon HD 6970 not rendering properly

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49262 Bug #: 49262 Summary: Radeon HD 6970 not rendering properly Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 42490] NUTMEG DP to VGA bridge not working

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42490 --- Comment #18 from Alex Deucher 2012-04-28 16:01:00 PDT --- (In reply to comment #16) > This does not fix the problem for me, either... (In reply to comment #17) > Created attachment 60730 [details] > dmesg with proposed patch and drm.debug=4

[Bug 49262] Radeon HD 6970 not rendering properly

2012-04-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49262 --- Comment #1 from Alex Deucher 2012-04-28 16:03:51 PDT --- Please attach your xorg log and dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are