[git pull] drm fixes

2011-08-23 Thread Dave Airlie
Hi Linus, Nothing two major, two regressions fixes in nouveau s/r support, alpha radeon support, and some radeon fixes. Dave. The following changes since commit 3210d190dcb717c328d74f8c3f69ec717d665b40: Merge branch 'fixes' of

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #11 from Florian Mickler 2011-08-23 13:18:55 PDT --- A patch referencing this bug report has been merged in Linux v3.1-rc3: commit d5811e8731213f80c80d89e980505052f16aca1c Author: Alex Deucher Date: Sat Aug 13 13:36:13 2011

[Bug 12092] [OGL] Get incorrect texture image if texture's internalformat is COMPRESSED_RGB_FXT1_3DFX

2011-08-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=12092 Eugeni Dodonov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 11099] [945] FlightGears's joy stick displays abnormal

2011-08-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=11099 Eugeni Dodonov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon: Take IH ring into account for test size calculation.

2011-08-23 Thread Michel Dänzer
On Fre, 2011-08-19 at 14:59 -0400, Alex Deucher wrote: > 2011/8/19 Michel D?nzer : > > From: Michel D?nzer > > > > Signed-off-by: Michel D?nzer > > Should probably also take into account the additional CP rings we > allocate on cayman. Thanks for the heads up. As we'd probably keep missing

[PATCH] drm/ttm: ensure ttm for new node is bound before calling move_notify()

2011-08-23 Thread j.gli...@gmail.com
From: Ben Skeggs This was true for new TTM_PL_SYSTEM and new TTM_PL_TT cases, but wasn't the case on TTM_PL_SYSTEM<->TTM_PL_TT moves, which causes trouble on some paths as nouveau's move_notify() hook requires that the dma addresses be valid at this point. Signed-off-by: Ben

[PATCH 1/2] drm/ttm: unbind ttm before destroying node in accel move cleanup

2011-08-23 Thread Jerome Glisse
On Sun, Aug 21, 2011 at 11:15 PM, wrote: > From: Ben Skeggs > > Nouveau makes the assumption that if a TTM is bound there will be a mm_node > around for it and the backwards ordering here resulted in a use-after-free > on some eviction paths. > > Signed-off-by: Ben Skeggs Reviewed-by: Jerome

[PATCH] drm/ttm: fix ttm_bo_add_ttm(user) failure path

2011-08-23 Thread Thomas Hellstrom
Reviewed-by: Thomas Hellstrom On 08/22/2011 11:17 PM, Marcin Slusarz wrote: > ttm_tt_destroy kfrees passed object, so we need to nullify > a reference to it. > > Signed-off-by: Marcin Slusarz > Cc: stable at kernel.org > --- > drivers/gpu/drm/ttm/ttm_bo.c |4 +++- > 1 files changed, 3

[Bug 40128] RV635 (Radeon HD 3600) failed to evaluate ATIF got AE_BAD_PARAMETER

2011-08-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40128 Jonathan Nieder changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTABUG

[Bug 40128] RV635 (Radeon HD 3600) failed to evaluate ATIF got AE_BAD_PARAMETER

2011-08-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40128 --- Comment #4 from Volodymyr Shcherbyna 2011-08-23 01:05:41 PDT --- Hello Jonathan, (In reply to comment #3) > Volodymyr, am I correct in guessing that the screen sporadically turns off > with > linux-image-3.0.0-1-amd64 (non-rt) just like

[Bug 40128] RV635 (Radeon HD 3600) failed to evaluate ATIF got AE_BAD_PARAMETER

2011-08-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40128 --- Comment #3 from Jonathan Nieder 2011-08-23 00:26:57 PDT --- Volodymyr, am I correct in guessing that the screen sporadically turns off with linux-image-3.0.0-1-amd64 (non-rt) just like it did with Linux 2.6.32? -- Configure bugmail:

[PATCH] drm/ttm: fix ttm_bo_add_ttm(user) failure path

2011-08-23 Thread Marcin Slusarz
ttm_tt_destroy kfrees passed object, so we need to nullify a reference to it. Signed-off-by: Marcin Slusarz Cc: stable at kernel.org --- drivers/gpu/drm/ttm/ttm_bo.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c

Re: [PATCH] drm/ttm: fix ttm_bo_add_ttm(user) failure path

2011-08-23 Thread Thomas Hellstrom
Reviewed-by: Thomas Hellstrom thellst...@vmware.com On 08/22/2011 11:17 PM, Marcin Slusarz wrote: ttm_tt_destroy kfrees passed object, so we need to nullify a reference to it. Signed-off-by: Marcin Slusarzmarcin.slus...@gmail.com Cc: sta...@kernel.org --- drivers/gpu/drm/ttm/ttm_bo.c |4

[Bug 40128] RV635 (Radeon HD 3600) failed to evaluate ATIF got AE_BAD_PARAMETER

2011-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40128 --- Comment #3 from Jonathan Nieder jrnie...@gmail.com 2011-08-23 00:26:57 PDT --- Volodymyr, am I correct in guessing that the screen sporadically turns off with linux-image-3.0.0-1-amd64 (non-rt) just like it did with Linux 2.6.32? --

[Bug 40128] RV635 (Radeon HD 3600) failed to evaluate ATIF got AE_BAD_PARAMETER

2011-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40128 --- Comment #4 from Volodymyr Shcherbyna volody...@shcherbyna.com 2011-08-23 01:05:41 PDT --- Hello Jonathan, (In reply to comment #3) Volodymyr, am I correct in guessing that the screen sporadically turns off with linux-image-3.0.0-1-amd64

[Bug 40128] RV635 (Radeon HD 3600) failed to evaluate ATIF got AE_BAD_PARAMETER

2011-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40128 Jonathan Nieder jrnie...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: [PATCH] drm/radeon: Take IH ring into account for test size calculation.

2011-08-23 Thread Michel Dänzer
On Fre, 2011-08-19 at 14:59 -0400, Alex Deucher wrote: 2011/8/19 Michel Dänzer mic...@daenzer.net: From: Michel Dänzer michel.daen...@amd.com Signed-off-by: Michel Dänzer michel.daen...@amd.com Should probably also take into account the additional CP rings we allocate on cayman.

[git pull] drm fixes

2011-08-23 Thread Dave Airlie
Hi Linus, Nothing two major, two regressions fixes in nouveau s/r support, alpha radeon support, and some radeon fixes. Dave. The following changes since commit 3210d190dcb717c328d74f8c3f69ec717d665b40: Merge branch 'fixes' of

Re: [PATCH 1/2] drm/ttm: unbind ttm before destroying node in accel move cleanup

2011-08-23 Thread Jerome Glisse
On Sun, Aug 21, 2011 at 11:15 PM, skeg...@gmail.com wrote: From: Ben Skeggs bske...@redhat.com Nouveau makes the assumption that if a TTM is bound there will be a mm_node around for it and the backwards ordering here resulted in a use-after-free on some eviction paths. Signed-off-by: Ben

[PATCH] drm/ttm: ensure ttm for new node is bound before calling move_notify()

2011-08-23 Thread j . glisse
From: Ben Skeggs bske...@redhat.com This was true for new TTM_PL_SYSTEM and new TTM_PL_TT cases, but wasn't the case on TTM_PL_SYSTEM-TTM_PL_TT moves, which causes trouble on some paths as nouveau's move_notify() hook requires that the dma addresses be valid at this point. Signed-off-by: Ben

[Bug 11099] [945] FlightGears's joy stick displays abnormal

2011-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=11099 Eugeni Dodonov eug...@dodonov.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 12092] [OGL] Get incorrect texture image if texture's internalformat is COMPRESSED_RGB_FXT1_3DFX

2011-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=12092 Eugeni Dodonov eug...@dodonov.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #11 from Florian Mickler flor...@mickler.org 2011-08-23 13:18:55 PDT --- A patch referencing this bug report has been merged in Linux v3.1-rc3: commit d5811e8731213f80c80d89e980505052f16aca1c Author: Alex Deucher