[Bug 31152] New: Please backport r200 fix to r100 and r300c

2010-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31152 Summary: Please backport r200 fix to r100 and r300c Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 31154] New: EIZO S2242W has invalid extension block, no display

2010-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31154 Summary: EIZO S2242W has invalid extension block, no display Product: DRI Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 31154] EIZO S2242W has invalid extension block, no display

2010-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31154 --- Comment #1 from sam tygier samtyg...@yahoo.co.uk 2010-10-27 01:39:12 PDT --- there is some discussion at http://thread.gmane.org/gmane.comp.video.dri.devel/50127 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 31154] EIZO S2242W has invalid extension block, no display

2010-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31154 --- Comment #2 from sam tygier samtyg...@yahoo.co.uk 2010-10-27 01:40:35 PDT --- Created an attachment (id=39803) View: https://bugs.freedesktop.org/attachment.cgi?id=39803 Review: https://bugs.freedesktop.org/review?bug=31154attachment=39803

drivers/platform/x86: Backlight-Add-backlight-type-v2.patch

2010-10-27 Thread Sedat Dilek
refreshing. v2: drivers/platform/x86/asus-laptop.c: Refreshed to fit linux-next (next-20101027) Kind Regards, - Sedat - [1] https://patchwork.kernel.org/patch/163971/ [2] https://patchwork.kernel.org/patch/182352/ From patchwork Wed Sep 8 16:32:17 2010 Content-Type: text/plain; charset=utf-8 MIME

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #92 from Silvano Galliani silvano.galli...@poste.it 2010-10-27 04:50:54 PDT --- (In reply to comment #90) (In reply to comment #89) The patch is available here on this bug and Dave pulled it into the drm-next branch of his tree:

Re: [patch] i915: fix impossible BUG_ON() test

2010-10-27 Thread Chris Wilson
On Wed, 27 Oct 2010 23:25:34 +0200, Dan Carpenter erro...@gmail.com wrote: obj_priv-pin_count is unsigned so the BUG_ON(obj_priv-pin_count 0) will never trigger. I have the same change pending, but not queued for -fixes since it is impossible. Thanks, -Chris -- Chris Wilson, Intel Open

Re: [patch] i915: signedness bug in check_overlay_src()

2010-10-27 Thread Chris Wilson
On Wed, 27 Oct 2010 23:17:25 +0200, Dan Carpenter erro...@gmail.com wrote: depth should be signed in case packed_depth_bytes() returns -EINVAL. This probably doesn't make a difference at runtime. In the original code we would return -EINVAL later if (rec-offset_Y % 4294967274) is non-zero.

[Bug 29726] New CRTC ID query breaks Radeon DRM in Zaphod mode

2010-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29726 --- Comment #9 from Dave Airlie airl...@freedesktop.org 2010-10-27 18:13:16 PDT --- should be fixed on master DDX now. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 29726] New CRTC ID query breaks Radeon DRM in Zaphod mode

2010-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29726 --- Comment #10 from Lucas lve...@gmail.com 2010-10-27 19:48:00 PDT --- (In reply to comment #9) should be fixed on master DDX now. Thank you so much for your commit. The vsync of the proprietary driver was broken in the second display in new

Re: drivers/platform/x86: Backlight-Add-backlight-type-v2.patch

2010-10-27 Thread Joey Lee
successfully tested the backlight type patch [1] with an additional patch for radeon by Michel (posted to dri-devel ML, see [2]). The main patch needs a little refreshing. v2: drivers/platform/x86/asus-laptop.c: Refreshed to fit linux-next (next-20101027) Kind Regards, - Sedat - [1

No subject

2010-10-27 Thread Dave Airlie
Hi Linus, sorry this is a bit later than I expected got sidetracked into a real-life gastro bug for a couple of days just after merge window opened, Main features amongst it all: new stub driver for poulsbo backlight support drm core: kdb lut support, lots of cleanups, edid enhancement for

[git pull] drm tree for merge window

2010-10-27 Thread Dave Airlie
This time with a subject line. > > Hi Linus, > > sorry this is a bit later than I expected got sidetracked into a real-life > gastro bug for a couple of days just after merge window opened, > > Main features amongst it all: > new stub driver for poulsbo backlight support > drm core: kdb lut

[PATCH] drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx

2010-10-27 Thread Alex Deucher
There are cases when multiple texture units have to be enabled, but not actually used to sample. This patch checks to see if the lookup_disable bit is set and if so, skips the texture check. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=25544 Signed-off-by: Alex Deucher Cc: stable at

[PATCH] drm/radeon/kms: fix tiled db height calculation on 6xx/7xx

2010-10-27 Thread Alex Deucher
Calculate height based on the slice bitfield rather than the size. Same as Dave's CB fix. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r600_cs.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c

[Bug 31152] New: Please backport r200 fix to r100 and r300c

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31152 Summary: Please backport r200 fix to r100 and r300c Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 31154] New: EIZO S2242W has invalid extension block, no display

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31154 Summary: EIZO S2242W has invalid extension block, no display Product: DRI Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 31154] EIZO S2242W has invalid extension block, no display

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31154 --- Comment #1 from sam tygier 2010-10-27 01:39:12 PDT --- there is some discussion at http://thread.gmane.org/gmane.comp.video.dri.devel/50127 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 31154] EIZO S2242W has invalid extension block, no display

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31154 --- Comment #2 from sam tygier 2010-10-27 01:40:35 PDT --- Created an attachment (id=39803) View: https://bugs.freedesktop.org/attachment.cgi?id=39803 Review: https://bugs.freedesktop.org/review?bug=31154=39803

drivers/platform/x86: Backlight-Add-backlight-type-v2.patch

2010-10-27 Thread Sedat Dilek
refreshing. v2: drivers/platform/x86/asus-laptop.c: Refreshed to fit linux-next (next-20101027) Kind Regards, - Sedat - [1] https://patchwork.kernel.org/patch/163971/ [2] https://patchwork.kernel.org/patch/182352/ -- next part --

[Bug 28402] random radeon/kms/drm related freezes with kernel 2.6.34

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #92 from Silvano Galliani 2010-10-27 04:50:54 PDT --- (In reply to comment #90) > (In reply to comment #89) > The patch is available here on this bug and Dave pulled it into the drm-next > branch of his tree: >

drivers/platform/x86: Backlight-Add-backlight-type-v2.patch

2010-10-27 Thread Matthew Garrett
The parent of the backlight doesn't let you determine whether it's a platform or a firmware interface without heuristics. I'd prefer to explicitly define that. -- Matthew Garrett | mjg59 at srcf.ucam.org

drivers/platform/x86: Backlight-Add-backlight-type-v2.patch

2010-10-27 Thread Corentin Chary
for radeon by Michel (posted to > dri-devel ML, see [2]). > > The main patch needs a little refreshing. > > v2: drivers/platform/x86/asus-laptop.c: Refreshed to fit linux-next > (next-20101027) > > > Kind Regards, > - Sedat - > > [1] https://patchwork.kernel.o

[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31013 --- Comment #16 from Roland Scheidegger 2010-10-27 06:43:24 PDT --- > Ok, so it looks like I was wrong about this. I input a shader with 4 > indirections to the AMD Shader Analyzer and it crashed, so I'm pretty sure > r300 > is limited to 3

[Bug 31167] New: X server crash on r600c and r600g (DRI2SwapBuffers?)

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31167 Summary: X server crash on r600c and r600g (DRI2SwapBuffers?) Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major

[Bug 31167] X server crash on r600c and r600g (DRI2SwapBuffers?)

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31167 --- Comment #1 from Henri Valta 2010-10-27 09:32:36 PDT --- Created an attachment (id=39813) --> (https://bugs.freedesktop.org/attachment.cgi?id=39813) Xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 31167] X server crash on r600c and r600g (DRI2SwapBuffers?)

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31167 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 31167] X server crash on r600c and r600g (DRI2SwapBuffers?)

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31167 Henri Valta changed: What|Removed |Added Attachment #39813|application/x-trash |text/plain mime type|

[Bug 31152] Please backport r200 fix to r100 and r300c

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31152 --- Comment #1 from Alex Deucher 2010-10-27 11:34:42 PDT --- Done for r100: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b194b9b23801cd716244047b0b9b8bd9be518b78 I'm not sure if r300c/r600c need a similar fix or not. -- Configure

[patch] i915: fix impossible BUG_ON() test

2010-10-27 Thread Chris Wilson
On Wed, 27 Oct 2010 23:25:34 +0200, Dan Carpenter wrote: > obj_priv->pin_count is unsigned so the BUG_ON(obj_priv->pin_count < 0) > will never trigger. I have the same change pending, but not queued for -fixes since it is impossible. Thanks, -Chris -- Chris Wilson, Intel Open Source

[patch] i915: signedness bug in check_overlay_src()

2010-10-27 Thread Chris Wilson
On Wed, 27 Oct 2010 23:17:25 +0200, Dan Carpenter wrote: > "depth" should be signed in case packed_depth_bytes() returns -EINVAL. > > This probably doesn't make a difference at runtime. In the original > code we would return -EINVAL later if (rec->offset_Y % 4294967274) is > non-zero. Applied

[Bug 29726] New CRTC ID query breaks Radeon DRM in Zaphod mode

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29726 --- Comment #9 from Dave Airlie 2010-10-27 18:13:16 PDT --- should be fixed on master DDX now. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Bug 29726] New CRTC ID query breaks Radeon DRM in Zaphod mode

2010-10-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29726 --- Comment #10 from Lucas 2010-10-27 19:48:00 PDT --- (In reply to comment #9) > should be fixed on master DDX now. Thank you so much for your commit. The vsync of the proprietary driver was broken in the second display in new Ubuntu, so I

drivers/platform/x86: Backlight-Add-backlight-type-v2.patch

2010-10-27 Thread Joey Lee
2.6.36-rcX cycle I had successfully tested the backlight type > > patch [1] with an additional patch for radeon by Michel (posted to > > dri-devel ML, see [2]). > > > > The main patch needs a little refreshing. > > > > v2: drivers/platform/x86/asus-lapt