[Bug 37696] [RADEON:KMS:PLL] frequent colored lines appear on screen

2013-03-02 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/0dddc5ff/attachment.html>

[Bug 56634] r600g: fix abysmal performance in Reaction Quake : Huge slowdown

2013-03-02 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/a0d20ca5/attachment.html>

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-03-02 Thread bugzilla-dae...@freedesktop.org
rchives/dri-devel/attachments/20130302/0e81dbd6/attachment.html>

A patch referencing this bug report has been merged...

2013-03-02 Thread Florian Mickler
On Wed, 30 Jan 2013 11:14:01 +0200 Jani Nikula wrote: > > Hi Florian, all - > > First, thanks for your work on adding the bugzilla comments when patches > referencing bugs get merged. I find it useful. > > Recently however there was a comment about a commit referencing a commit > referencing t

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-03-02 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/4deb523b/attachment.html>

[PATCH V2] drm/edid: kernel-doc minimal cleanup

2013-03-02 Thread Paul Menzel
- * \param len : EDID data buffer length > - * \return 0 on success or -1 on failure. > + * drm_do_probe_ddc_edid() - Get EDID information via I2C. Some already existing entries do not use ?()? behind the function name in the comment. Not sure what the correct way is though. [?] Thanks, Paul -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/f141492a/attachment-0001.pgp>

[Bug 50091] [BISECTED]GeForce 6150SE: system hangs on X-server start with garbled screen

2013-03-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=50091 --- Comment #28 from schaefer.frank at gmx.net 2013-03-02 17:29:00 --- (In reply to comment #27) > I see next trivial (but interesting to me) differences in same case: > > Older (good) kernels show messages on boot: > [0.898887] [drm] nou

[Bug 50091] [BISECTED]GeForce 6150SE: system hangs on X-server start with garbled screen

2013-03-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=50091 Dzianis Kahanovich changed: What|Removed |Added CC||mahatma at bspu.unibel.by --- Co

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-02 Thread Inki Dae
2013/3/1 Rob Clark : > On Fri, Mar 1, 2013 at 1:52 AM, Inki Dae wrote: >> 2013/3/1 Rob Clark : >>> Just curious, but the 2d blitter have it's own sort of >>> command-processor, ie. can you feed it a list of different blits in >>> one batch and then it will process them one after another? >>> >> >>

[Bug 61690] Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-dae...@freedesktop.org
give me the same bad rendering. OK, I can test but i have my times.. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/91175822/attachment.html>

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 2:28 AM, Inki Dae wrote: > Actually, we have already implemented the EXA part of X server and > that has being used on our linux platform. But I think we could more > improvement this. So are you writting user side g2d drivers for Chrome > book(based on Exynos5250 SoC)? And

[Bug 61690] Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/bb076b22/attachment-0001.html>

[Bug 61690] Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/9e4182c7/attachment.html>

[PATCH 4/4] drm/tilcdc: Fix checkpatch error in tilcdc_panel.c

2013-03-02 Thread Sachin Kamat
Fixes the following checkpatch error: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Sachin Kamat --- drivers/gpu/drm/tilcdc/tilcdc_panel.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_pan

[PATCH 3/4] drm/tilcdc: Remove space before tab

2013-03-02 Thread Sachin Kamat
Silences the following checkpatch warning: WARNING: please, no space before tabs Signed-off-by: Sachin Kamat --- drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c b/drivers/gpu/drm/tilcdc/tilcdc_drv.

[PATCH 2/4] drm/tilcdc: Remove unnecessary braces

2013-03-02 Thread Sachin Kamat
Silences the following checkpatch warning: WARNING: braces {} are not necessary for any arm of this statement if (priv->rev == 1) { Signed-off-by: Sachin Kamat --- drivers/gpu/drm/tilcdc/tilcdc_drv.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu

[PATCH 1/4] drm/tilcdc: Fix an incorrect condition

2013-03-02 Thread Sachin Kamat
Instead of checking if num_encoders is zero, it is being assigned 0. Convert the assignment to a check. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c b/drivers/gpu

[PATCH 0/4] drm/tilcdc: Some fixes

2013-03-02 Thread Sachin Kamat
This patch series is only compile tested and based on linux-next tree of 20130301. Sachin Kamat (4): drm/tilcdc: Fix an incorrect condition drm/tilcdc: Remove unnecessary braces drm/tilcdc: Remove space before tab drm/tilcdc: Fix checkpatch error in tilcdc_panel.c drivers/gpu/drm/tilcdc/

[Bug 61690] Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/7893b02a/attachment.html>

[Bug 61690] New: Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-dae...@freedesktop.org
ng this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/f8ac5d79/attachment.html>

[PATCH 1/1] drm/exynos: Make mixer_check_timing static

2013-03-02 Thread Sachin Kamat
Fixes the following sparse warning: drivers/gpu/drm/exynos/exynos_mixer.c:821:5: warning: symbol 'mixer_check_timing' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_mixer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --g

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-03-02 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/0c5db938/attachment.html>

Re: [PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 2:28 AM, Inki Dae wrote: > Actually, we have already implemented the EXA part of X server and > that has being used on our linux platform. But I think we could more > improvement this. So are you writting user side g2d drivers for Chrome > book(based on Exynos5250 SoC)? And

[Bug 37696] [RADEON:KMS:PLL] frequent colored lines appear on screen

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37696 --- Comment #3 from Joshua Roys --- Still visible in 3.7.9-205.fc18.x86_64. The same regset commands still fix the lines. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 56634] r600g: fix abysmal performance in Reaction Quake : Huge slowdown

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56634 maxi...@free.fr changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61533 --- Comment #6 from Eugene --- (In reply to comment #3) > Does setting the env var R600_HYPERZ=0 help? I suspect this might actually > be a bug in the 3D driver and you only see it with 3.8 since newer mesa > features require newer kernels. No,

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61533 --- Comment #5 from Eugene --- (In reply to comment #2) > Can you bisect? No, I don't know even what does it mean. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-de

[PATCH 3/4] drm/tilcdc: Remove space before tab

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote: > Silences the following checkpatch warning: > WARNING: please, no space before tabs > > Signed-off-by: Sachin Kamat Signed-off-by: Rob Clark > --- > drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +- > 1 files changed, 1 insertions(+), 1 deleti

[PATCH 2/4] drm/tilcdc: Remove unnecessary braces

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote: > Silences the following checkpatch warning: > WARNING: braces {} are not necessary for any arm of this statement > if (priv->rev == 1) { > > Signed-off-by: Sachin Kamat Signed-off-by: Rob Clark > --- > drivers/gpu/drm/tilcdc/tilcdc_

[PATCH 1/4] drm/tilcdc: Fix an incorrect condition

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote: > Instead of checking if num_encoders is zero, it is being assigned 0. > Convert the assignment to a check. > > Signed-off-by: Sachin Kamat Signed-off-by: Rob Clark > --- > drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +- > 1 files changed, 1

[Bug 50091] [BISECTED]GeForce 6150SE: system hangs on X-server start with garbled screen

2013-03-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=50091 --- Comment #28 from schaefer.fr...@gmx.net 2013-03-02 17:29:00 --- (In reply to comment #27) > I see next trivial (but interesting to me) differences in same case: > > Older (good) kernels show messages on boot: > [0.898887] [drm] nouvea

Re: [PATCH V2] drm/edid: kernel-doc minimal cleanup

2013-03-02 Thread Paul Menzel
Am Freitag, den 01.03.2013, 08:00 -0600 schrieb Nishanth Menon: > Some basic cleanups for kernel-doc errors or missing documentation > parameters. Nishanth, thanks for doing that! > Warnings generated by ./scripts/kernel-doc drivers/gpu/drm/drm_edid.c >Kerr > > Warning(drivers/gpu/drm/drm_edid.c

[PATCH 4/4] drm/tilcdc: Fix checkpatch error in tilcdc_panel.c

2013-03-02 Thread Sachin Kamat
Fixes the following checkpatch error: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Sachin Kamat --- drivers/gpu/drm/tilcdc/tilcdc_panel.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_pan

[PATCH 3/4] drm/tilcdc: Remove space before tab

2013-03-02 Thread Sachin Kamat
Silences the following checkpatch warning: WARNING: please, no space before tabs Signed-off-by: Sachin Kamat --- drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c b/drivers/gpu/drm/tilcdc/tilcdc_drv.

[PATCH 2/4] drm/tilcdc: Remove unnecessary braces

2013-03-02 Thread Sachin Kamat
Silences the following checkpatch warning: WARNING: braces {} are not necessary for any arm of this statement if (priv->rev == 1) { Signed-off-by: Sachin Kamat --- drivers/gpu/drm/tilcdc/tilcdc_drv.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu

[PATCH 1/4] drm/tilcdc: Fix an incorrect condition

2013-03-02 Thread Sachin Kamat
Instead of checking if num_encoders is zero, it is being assigned 0. Convert the assignment to a check. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c b/drivers/gpu

[PATCH 0/4] drm/tilcdc: Some fixes

2013-03-02 Thread Sachin Kamat
This patch series is only compile tested and based on linux-next tree of 20130301. Sachin Kamat (4): drm/tilcdc: Fix an incorrect condition drm/tilcdc: Remove unnecessary braces drm/tilcdc: Remove space before tab drm/tilcdc: Fix checkpatch error in tilcdc_panel.c drivers/gpu/drm/tilcdc/

[PATCH 1/1] drm/exynos: Make mixer_check_timing static

2013-03-02 Thread Sachin Kamat
Fixes the following sparse warning: drivers/gpu/drm/exynos/exynos_mixer.c:821:5: warning: symbol 'mixer_check_timing' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_mixer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --g

[Bug 50091] [BISECTED]GeForce 6150SE: system hangs on X-server start with garbled screen

2013-03-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=50091 Dzianis Kahanovich changed: What|Removed |Added CC||maha...@bspu.unibel.by --- Comme

[Bug 61690] Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61690 --- Comment #4 from LukK --- (In reply to comment #1) > Does mesa 9.0 work ok? Can you bisect? Please attach your xorg log and dmesg > output. No mesa 9.0 don't work,also I tried mesa 8.0.4 with "--texture-float" and give me the same bad renderi

[Bug 61690] Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61690 --- Comment #3 from LukK --- Created attachment 75786 --> https://bugs.freedesktop.org/attachment.cgi?id=75786&action=edit dmesg... -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61690] Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61690 --- Comment #2 from LukK --- Created attachment 75785 --> https://bugs.freedesktop.org/attachment.cgi?id=75785&action=edit Xorg log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61690] Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61690 --- Comment #1 from Alex Deucher --- Does mesa 9.0 work ok? Can you bisect? Please attach your xorg log and dmesg output. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 61690] New: Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61690 Priority: medium Bug ID: 61690 Assignee: dri-devel@lists.freedesktop.org Summary: Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780 Severity: normal Classification: Unclassified

Re: [PATCH 3/4] drm/tilcdc: Remove space before tab

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote: > Silences the following checkpatch warning: > WARNING: please, no space before tabs > > Signed-off-by: Sachin Kamat Signed-off-by: Rob Clark > --- > drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +- > 1 files changed, 1 insertions(+), 1 deleti

Re: [PATCH 2/4] drm/tilcdc: Remove unnecessary braces

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote: > Silences the following checkpatch warning: > WARNING: braces {} are not necessary for any arm of this statement > if (priv->rev == 1) { > > Signed-off-by: Sachin Kamat Signed-off-by: Rob Clark > --- > drivers/gpu/drm/tilcdc/tilcdc_

Re: [PATCH 1/4] drm/tilcdc: Fix an incorrect condition

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote: > Instead of checking if num_encoders is zero, it is being assigned 0. > Convert the assignment to a check. > > Signed-off-by: Sachin Kamat Signed-off-by: Rob Clark > --- > drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +- > 1 files changed, 1

[Bug 59592] Radeon HD 5670: reproducable GPU lockups with htile enabled

2013-03-02 Thread bugzilla-dae...@freedesktop.org
is mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/37791eb4/attachment.html>

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-03-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61533 --- Comment #4 from Anton Petrov --- Maybe i have the same problem. After upgrading kernel to 3.8 i started to get some random lockups while playing minecraft. Sometimes everything just freezes and i can't do anything but hard reboot my notebook.

Summary of CDF BoF @ELC 2013

2013-03-02 Thread Laurent Pinchart
Hi everybody, Here's a summary of the CDF BoF that took place at the ELC 2013. I'd like to start by thanking all the participants who provided valuable feedback (and those who didn't, but who now know a bit more about CDF and will, I have no doubt about that, contribute in the future :-)). Than