[git pull] drm fixes

2013-09-28 Thread Dave Airlie
Hi Linus, nothing too major, radeon still has some dpm changes for off by default. radeon, intel, msm: radeon a few more dpm fixes (still off by default), uvd fixes, i915 runtime warn backtrace and regression fix msm: iommu changes fallout, Dave. The following changes since commit 4a10c2ac2f368

[Bug 69723] Computer freezes with kernel 3.11.0 / 3.12-rc1 (with bug 68235's patches applied) when dpm=1 on r600g (Cayman)

2013-09-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69723 --- Comment #7 from Alexandre Demers --- Alex, using debugfs, should I see the maxed values (sclk and mclk) or the theorical value from the table? For now, even if I have confirmation in dmesg the values were maxed out, looking in debugfs gives m

[Bug 69728] Radeon Redwood (5670) GPU Lockup

2013-09-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69728 --- Comment #7 from pablow.1...@gmail.com --- I've done what you suggested with Mesa 9.3.0-devel (git-a64d3dd), the GPU lockup still occurs. Is there anything more that I could try? -- You are receiving this mail because: You are the assignee fo

[Bug 67800] Computer freezes after several hours (trinity)

2013-09-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67800 --- Comment #14 from Kertesz Laszlo --- Well interesting news. I played around with glamor acceleration, and to my surprise, my computer ran for 2 days and 16 hours or so without problems (did just about everything i do usually - browse, watch m

Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space

2013-09-28 Thread John Hupp
- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort+ SERR- http://lists.freedesktop.org/archives/dri-devel/attachments/20130928/7d3b3c96/attachment-0001.html>

Re: [RFC] deadlock in "drm/exynos: fix wrong pointer access at vm close"

2013-09-28 Thread Inki Dae
2013/9/29 Inki Dae > > > 2013/9/26 Al Viro > >> On Wed, Sep 25, 2013 at 01:34:30PM +0900, Inki Dae wrote: >> >> > It seems that we can use a new anon file instead of using drm file to >> > resolve the issue. >> >> Could you describe what are you trying to achieve with that ioctl() and >> what se

Re: [RFC] deadlock in "drm/exynos: fix wrong pointer access at vm close"

2013-09-28 Thread Inki Dae
2013/9/26 Al Viro > On Wed, Sep 25, 2013 at 01:34:30PM +0900, Inki Dae wrote: > > > It seems that we can use a new anon file instead of using drm file to > > resolve the issue. > > Could you describe what are you trying to achieve with that ioctl() and > what semantics do you want from normal mma

Re: [PATCH 1/5] drm: Remove unused variable in drm_global_item_ref()

2013-09-28 Thread Alex Deucher
On Sat, Sep 28, 2013 at 11:24 AM, Damien Lespiau wrote: > Signed-off-by: Damien Lespiau For the series: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/drm_global.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/drm_global.c b/drivers/gpu/drm/drm_global.c > index

Re: [RFC] deadlock in "drm/exynos: fix wrong pointer access at vm close"

2013-09-28 Thread Inki Dae
Thanks for your comments. Thank, Inki Dae 2013/9/26 Al Viro > On Tue, Sep 24, 2013 at 01:41:00PM +0900, Inki Dae wrote: > > > I can't see to hold ->mmap_sem when it calls find_vma() anywhere else. > > Er... What, in your opinion, would protect the result of find_vma(), if > not that? E.g. if

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-28 Thread Inki Dae
2013/9/27 Rahul Sharma > On 16 September 2013 18:10, Inki Dae wrote: > > CCing devicetree, > > > >> -Original Message- > >> From: Rahul Sharma [mailto:r.sh.o...@gmail.com] > >> Sent: Tuesday, September 10, 2013 5:28 PM > >> To: Sean Paul > >> Cc: Inki Dae; Rahul Sharma; linux-samsung-soc

[Bug 65611] UVD accelerated decoding causes hangs (ARUBA - HD 7540D)

2013-09-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65611 --- Comment #4 from Pierre Ossman --- (In reply to comment #3) > > Yet my WMV3 file is still going through VDPAU. So either my file is advanced > profile and that is broken, or xbmc not fully respecting the list? Turned out that the UVD symbols

[PATCH 5/5] drm: Remove unused variables in drm_fb_helper_hotplug_event()

2013-09-28 Thread Damien Lespiau
Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_fb_helper.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index f61ac23..21742a8 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/

[PATCH 4/5] drm: Remove unused variable in drm_pick_crtcs()

2013-09-28 Thread Damien Lespiau
Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_fb_helper.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index e69d26b..f61ac23 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -1

[PATCH 3/5] drm: Remove unused variable in drm_fb_helper_pan_display()

2013-09-28 Thread Damien Lespiau
Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_fb_helper.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index f6f6cc7..e69d26b 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -8

[PATCH 2/5] drm: Remove unused variable in drm_prime_sg_to_page_addr_arrays()

2013-09-28 Thread Damien Lespiau
Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_prime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c index 276d470..56805c3 100644 --- a/drivers/gpu/drm/drm_prime.c +++ b/drivers/gpu/drm/drm_prime.c @@ -637,1

[PATCH 1/5] drm: Remove unused variable in drm_global_item_ref()

2013-09-28 Thread Damien Lespiau
Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_global.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/drm_global.c b/drivers/gpu/drm/drm_global.c index f731116..3d2e91c 100644 --- a/drivers/gpu/drm/drm_global.c +++ b/drivers/gpu/drm/drm_global.c @@ -67,7 +67,6 @@ int

[pull] drm/msm: fixes for 3.12-rc2

2013-09-28 Thread Rob Clark
Hi Dave, A small fix + deal with fallout of iommu changes + use new drm_gem_dumb_destroy helper. The following changes since commit d8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5: Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux (2013-09-22 19:51:49 -0700) are available in th

[patch] drm/radeon/dpm: off by one in si_set_mc_special_registers()

2013-09-28 Thread Dan Carpenter
These checks should be ">=" instead of ">". j is used as an offset into the table->mc_reg_address[] array and that has SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE (16) elements. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index cfe5d4d..4a