[Bug 54402] [r300g] st_glsl_to_tgsi.cpp:4006:dst_register: Assertion `index < VERT_RESULT_MAX' failed

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54402 Paul Menzel changed: What|Removed |Added CC||paulepanter@users.sourcefor

Re: [GIT PULL] drm/exynos: updated exynos-drm-fixes

2012-09-02 Thread InKi Dae
2012/9/3 Dave Airlie : > On Mon, Sep 3, 2012 at 2:47 PM, Inki Dae wrote: >> Hi Dave, >> >> this patch set fixes minor issues and also includes exception codes >> and code clean. >> >> Highlights: >> - fix modesetting >> - check pixel format specific to Exynos >> - hardware overlay disabling >> - p

[Bug 40790] r600g readPixSanity failure on RS880 Radeon HD 4250

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40790 --- Comment #20 from ojab 2012-09-03 05:58:48 UTC --- Still happens on OpenGL renderer string: Gallium 0.4 on AMD RS780 OpenGL version string: 2.1 Mesa 9.0-devel (git-a96119c) OpenGL shading language version string: 1.30 -- Configure bugmail:

Re: [GIT PULL] drm/exynos: updated exynos-drm-fixes

2012-09-02 Thread Dave Airlie
On Mon, Sep 3, 2012 at 2:47 PM, Inki Dae wrote: > Hi Dave, > > this patch set fixes minor issues and also includes exception codes > and code clean. > > Highlights: > - fix modesetting > - check pixel format specific to Exynos > - hardware overlay disabling > - plane's crtc updating > - add except

[Bug 46931] Video output freezes with 'r600 startup failed on resume'

2012-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=46931 Carlos Olmedo changed: What|Removed |Added CC||playhazel at gmail.com Platfor

[Bug 46931] Video output freezes with 'r600 startup failed on resume'

2012-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=46931 --- Comment #1 from Carlos Olmedo 2012-09-02 22:20:41 --- Created an attachment (id=79051) --> (https://bugzilla.kernel.org/attachment.cgi?id=79051) dmesg log -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email -

[Bug 46931] New: Video output freezes with 'r600 startup failed on resume'

2012-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=46931 Summary: Video output freezes with 'r600 startup failed on resume' Product: Drivers Version: 2.5 Kernel Version: 3.2.0-29-generic Platform: All OS/Version: Linux

[Bug 32162] GPU lockup with RV350, KMS, Compiz, Pageflipping

2012-09-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32162 --- Comment #7 from Chris Rankin 2012-09-02 22:07:10 --- Hard to be sure, mainly because Gnome 3 doesn't seem to run my OpenGL screensavers for very long before putting the monitor into DPMS sleep instead. I did recently (i.e. 3.5.3 kernel)

[GIT PULL] drm/exynos: updated exynos-drm-fixes

2012-09-02 Thread Inki Dae
Hi Dave, this patch set fixes minor issues and also includes exception codes and code clean. Highlights: - fix modesetting - check pixel format specific to Exynos - hardware overlay disabling - plane's crtc updating - add exception codes and code clean The following changes since commit 350352df

[Bug 46931] Video output freezes with 'r600 startup failed on resume'

2012-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=46931 Alex Deucher changed: What|Removed |Added CC||alexdeuc...@gmail.com --- Comment #2 f

[Bug 39222] VDPAU not working on RV710

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39222 --- Comment #16 from Micael Dias 2012-09-03 03:58:14 UTC --- (In reply to comment #15) > (In reply to comment #14) > > (In reply to comment #13) > > > The xtended timing interface that mplayer2 uses > > > (vdp_presentation_queue_get_time) is cur

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49110 --- Comment #11 from Mike Mestnik 2012-09-02 20:52:10 UTC --- Fixed in: c425c3823fbd475dc83211fef47f7ea58421ed17 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

Re: [PATCH 2/2] drm/exynos: Add missing braces around sizeof in exynos_mixer.c

2012-09-02 Thread InKi Dae
Applied. Thanks. 2012/8/31 Sachin Kamat : > Fixes the following checkpatch warnings: > WARNING: sizeof filter_y_horiz_tap8 should be sizeof(filter_y_horiz_tap8) > WARNING: sizeof filter_y_vert_tap4 should be sizeof(filter_y_vert_tap4) > WARNING: sizeof filter_cr_horiz_tap4 should be sizeof(filter_

Re: [PATCH 1/2] drm/exynos: Add missing braces around sizeof in exynos_hdmi.c

2012-09-02 Thread InKi Dae
Applied. Thanks. 2012/8/31 Sachin Kamat : > Fixes the following checkpatch warnings: > WARNING: sizeof *res should be sizeof(*res) > WARNING: sizeof res->regul_bulk[0] should be sizeof(res->regul_bulk[0]) > WARNING: sizeof *res should be sizeof(*res) > > Signed-off-by: Sachin Kamat > --- > drive

Re: [PATCH] drm/exynos: Make g2d_pm_ops static

2012-09-02 Thread InKi Dae
Applied. Thanks. 2012/8/29 Sachin Kamat : > On 29 August 2012 12:32, Joonyoung Shim wrote: >> On 08/28/2012 05:41 PM, Sachin Kamat wrote: >>> >>> Fixes the following warning: >>> drivers/gpu/drm/exynos/exynos_drm_g2d.c:897:1: warning: >>> symbol 'g2d_pm_ops' was not declared. Should it be static?

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Tom Stellard changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 54402] New: [r300g] st_glsl_to_tgsi.cpp:4006:dst_register: Assertion `index < VERT_RESULT_MAX' failed

2012-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54402 Bug #: 54402 Summary: [r300g] st_glsl_to_tgsi.cpp:4006:dst_register: Assertion `index < VERT_RESULT_MAX' failed Classification: Unclassified Product: Mesa Version: git

[Bug 26345] [845G] CPU/GPU incoherency

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26345 --- Comment #149 from slenkar 2012-09-03 02:14:44 UTC --- thanks chris how do I apply the patch? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assigne

[Bug 52256] Trinity (ARUBA) DP link training problems

2012-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52256 LRN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Mike Mestnik changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 46931] Video output freezes with 'r600 startup failed on resume'

2012-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=46931 Carlos Olmedo changed: What|Removed |Added CC||playha...@gmail.com Platform|A

[Bug 46931] Video output freezes with 'r600 startup failed on resume'

2012-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=46931 --- Comment #1 from Carlos Olmedo 2012-09-02 22:20:41 --- Created an attachment (id=79051) --> (https://bugzilla.kernel.org/attachment.cgi?id=79051) dmesg log -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --

[Bug 46931] New: Video output freezes with 'r600 startup failed on resume'

2012-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=46931 Summary: Video output freezes with 'r600 startup failed on resume' Product: Drivers Version: 2.5 Kernel Version: 3.2.0-29-generic Platform: All OS/Version: Linux

[Bug 32162] GPU lockup with RV350, KMS, Compiz, Pageflipping

2012-09-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32162 --- Comment #7 from Chris Rankin 2012-09-02 22:07:10 --- Hard to be sure, mainly because Gnome 3 doesn't seem to run my OpenGL screensavers for very long before putting the monitor into DPMS sleep instead. I did recently (i.e. 3.5.3 kernel)

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 --- Comment #11 from Mike Mestnik 2012-09-02 20:52:10 UTC --- Fixed in: c425c3823fbd475dc83211fef47f7ea58421ed17 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Yo

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Tom Stellard changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 54402] New: [r300g] st_glsl_to_tgsi.cpp:4006:dst_register: Assertion `index < VERT_RESULT_MAX' failed

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54402 Bug #: 54402 Summary: [r300g] st_glsl_to_tgsi.cpp:4006:dst_register: Assertion `index < VERT_RESULT_MAX' failed Classification: Unclassified Product: Mesa Version: git

[Bug 52256] Trinity (ARUBA) DP link training problems

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52256 LRN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Mike Mestnik changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Intel-gfx] [PATCH] drm/i915: add a tracepoint for gpu frequency changes

2012-09-02 Thread Chris Wilson
On Sat, 01 Sep 2012 18:16:52 -0700, Ben Widawsky wrote: > On 2012-09-01 12:22, Chris Wilson wrote: > > On Sat, 01 Sep 2012 11:35:13 -0700, Ben Widawsky > > wrote: > >> I have no problem with Daniel's patch. It's just a matter of cutting > >> through some scheduler BS of "when the GPU wants to ch

Re: [Intel-gfx] [PATCH] drm/i915: add a tracepoint for gpu frequency changes

2012-09-02 Thread Arjan van de Ven
On 9/1/2012 8:05 PM, Ben Widawsky wrote: > , from a single trace event you should know the current frequency and the > previous frequency. but if you're doing a heavy game or whatever... you may stay at the highest all the time, and I get no information... same for getting stuck or being always l

Re: [Intel-gfx] [PATCH] drm/i915: add a tracepoint for gpu frequency changes

2012-09-02 Thread Arjan van de Ven
On 9/1/2012 6:36 PM, Ben Widawsky wrote: > It depends on what you're trying to measure. I think this patch is quite > useful but I think I'll make you defend your patch now since you're the > maintainer and you took > your own patch and you're shooting down my idea. So please tell me what > Pow

Re: [Intel-gfx] [PATCH] drm/i915: add a tracepoint for gpu frequency changes

2012-09-02 Thread Chris Wilson
On Sat, 01 Sep 2012 18:16:52 -0700, Ben Widawsky wrote: > On 2012-09-01 12:22, Chris Wilson wrote: > > On Sat, 01 Sep 2012 11:35:13 -0700, Ben Widawsky > > wrote: > >> I have no problem with Daniel's patch. It's just a matter of cutting > >> through some scheduler BS of "when the GPU wants to ch