[Bug 32350] KMS:RS480:X200M laptop screen goes crazy after unplugging power adapter

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #31 from Alex Deucher 2011-02-01 23:04:13 PST --- (In reply to comment #30) > Tried that but it's hard to tell whether it works because when I resume the > screen is blank. I need to get the quirks back. Ugg.. > > Up to fedora 11

[Bug 15220] Kernel freezes when playing DVB stream and having 3D acceleration in the same time

2011-02-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=15220 Cijoml Cijomlovic Cijomlov changed: What|Removed |Added Status|NEEDINFO|CLOSED Resolution|

[Bug 32350] KMS:RS480:X200M laptop screen goes crazy after unplugging power adapter

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #30 from Edgar Villanueva 2011-02-01 22:40:32 PST --- Tried that but it's hard to tell whether it works because when I resume the screen is blank. I need to get the quirks back. Ugg.. Up to fedora 11 kernel 2.6.30 I everything

[PATCH] drm/radeon: remove 0x4243 pci id

2011-02-01 Thread Alex Deucher
0x4243 is a PCI bridge, not a GPU. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=33815 Signed-off-by: Alex Deucher Cc: stable at kernel.org --- include/drm/drm_pciids.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/drm/drm_pciids.h

[Bug 33824] [r600g, tiling] mipmap rendering errors / block artifacts

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33824 Matt Turner changed: What|Removed |Added Product|DRI |Mesa Version|DRI CVS

[Bug 33825] [r600g, wine] sync/fenc GL extension missing

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33825 Matt Turner changed: What|Removed |Added Product|DRI |Mesa Version|DRI CVS

[Bug 33825] [r600g, wine] sync/fenc GL extension missing

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33825 --- Comment #1 from Matt Turner 2011-02-01 18:51:30 PST --- According to the specification [1], OpenGL 3.1 is required. You can see the status of OpenGL 3.x support here [2]. [1] http://www.opengl.org/registry/specs/ARB/sync.txt [2]

[Bug 32350] KMS:RS480:X200M laptop screen goes crazy after unplugging power adapter

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32350 --- Comment #29 from Alex Deucher 2011-02-01 18:26:30 PST --- (In reply to comment #27) > Did the following test to see if it was a DRI or driver problem. > startup runlevel 1. No X. > pm-suspend > > resume. > Screen goes crazy. Does the

Intel i915 freeze on latest git

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 08:31:12 -0800, Jesse Barnes wrote: > The bisect is interesting, I'd have expected a failure when we > re-enabled rc6 on ILK or when we fixed up the ring buffer init. Yes, that was my instinct as well. Though that patch does do have one subtlety: ironlake_enable_rc6(): +

[PATCH] drm/radeon/kms: rv6xx+ thermal sensor fixes

2011-02-01 Thread Alex Deucher
Some fixes to the thermal sensor code: - handle negative numbers - properly handle temp calculation on different asics Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 21 - drivers/gpu/drm/radeon/r600.c |8 ++--

[Bug 15220] Kernel freezes when playing DVB stream and having 3D acceleration in the same time

2011-02-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=15220 Florian Mickler changed: What|Removed |Added Status|NEW |NEEDINFO CC|

Intel i915 freeze on latest git

2011-02-01 Thread Francesco Allertsen
On Tue, Feb 01, 2011 at 01:16:01PM +, Chris Wilson wrote: > Useful for me. Just confirms that you have an equivalent machine to > this Lenovo x201s, on which those patches were tested after receiving > from Jesse. :| Yes, I have a Lenovo x201s :-P. > The dmesg would have been useful to know

[PATCH] drm: Remove unused variable

2011-02-01 Thread Chris Wilson
The name[64] was only used in the error message, but never set. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_debugfs.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_debugfs.c b/drivers/gpu/drm/drm_debugfs.c index 9d8c892..2631c00 100644

[Bug 33825] New: [r600g, wine] sync/fenc GL extension missing

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33825 Summary: [r600g, wine] sync/fenc GL extension missing Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

Intel i915 freeze on latest git

2011-02-01 Thread Francesco Allertsen
On Tue, Feb 01, 2011 at 12:05:52PM +, Chris Wilson wrote: > It would be useful to give us a few more details, such the drm.debug=0xe > dmesg and the Xorg.log (from when it does starts!) Sorry, I forgot to turn on the debug last time, this is the dmesg output from when I start X. Other (hope

[Bug 32888] [r600g] GL_EXT_texture_compression_s3tc support

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32888 --- Comment #1 from Tobias Jakobi 2011-02-01 13:57:45 PST --- wine also kind of requires this extension, since s3tc is mandatory for Direct3D translation inside the wined3d layer. -- Configure bugmail:

Intel i915 freeze on latest git

2011-02-01 Thread Francesco Allertsen
On Tue, Feb 01, 2011 at 12:05:52PM +, Chris Wilson wrote: > It would be useful to give us a few more details, such the drm.debug=0xe > dmesg and the Xorg.log (from when it does starts!), and explain what you > mean by complete freeze? Such as is the machine still accessible over the > network,

[Bug 33824] New: [r600g, tiling] mipmap rendering errors / block artifacts

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33824 Summary: [r600g, tiling] mipmap rendering errors / block artifacts Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

Intel i915 freeze on latest git

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 14:00:41 +0100, Francesco Allertsen wrote: > On Tue, Feb 01, 2011 at 12:05:52PM +, Chris Wilson wrote: > > It would be useful to give us a few more details, such the drm.debug=0xe > > dmesg and the Xorg.log (from when it does starts!) > > Sorry, I forgot to turn on the

[Bug 31046] [r600g, tiling] visual errors and GPU resets

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31046 Tobias Jakobi changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

Intel i915 freeze on latest git

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 13:29:45 +0100, Francesco Allertsen wrote: > On Tue, Feb 01, 2011 at 12:05:52PM +, Chris Wilson wrote: > > It would be useful to give us a few more details, such the drm.debug=0xe > > dmesg and the Xorg.log (from when it does starts!), and explain what you > > mean by

[Bug 33172] [r600g] ingame rendering broken (black screen) in ut2003

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33172 Tobias Jakobi changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Intel i915 freeze on latest git

2011-02-01 Thread Francesco Allertsen
Hi Chris and all, I have tried the latest git (-rc3) and I get a complete freeze when X starts. I've bisected it and the first bad commit is this: commit d5bb081b027b520f9e59b4fb8faea83a136ec15e Author: Jesse Barnes Date: Wed Jan 5 12:01:26 2011 -0800 drm/i915: cleanup rc6 code

has the i915 "black screen" boot issue returned? [BISECTED]

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 07:05:16 -0500 (EST), "Robert P. J. Day" wrote: > > any new developments on this issue? Not really, the only thing left to confirm is whereabouts it goes wrong. About the only routine of significance is alse_set_backlight(). Does a 'return ASLE_BACKLIGHT_FAILED;' as the

Intel i915 freeze on latest git

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 12:22:02 +0100, Francesco Allertsen wrote: > Hi Chris and all, > > I have tried the latest git (-rc3) and I get a complete freeze when X > starts. It would be useful to give us a few more details, such the drm.debug=0xe dmesg and the Xorg.log (from when it does starts!), and

[PATCH 2/2] amd-k7-agp: remove non-x86 code

2011-02-01 Thread Matt Turner
amd-k7-agp can't be built on Alpha anymore, so remove now unnecessary code. Signed-off-by: Matt Turner --- drivers/char/agp/amd-k7-agp.c | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/drivers/char/agp/amd-k7-agp.c b/drivers/char/agp/amd-k7-agp.c

[PATCH 1/2] Revert "agp: AMD AGP is used on UP1100 & UP1500 alpha boxen"

2011-02-01 Thread Matt Turner
This reverts commit f191f144079b0083c6fa7d01a4acbd7263fb5032. The AMD 751 and 761 chipsets are used on the UP1000, UP1100, and UP1500 OEM motherboards, but they neglect to do anything to make AGP work. According to Ivan Kokshaysky: There is quite fundamental conflict between the Alpha

[PATCH UPDATED 08/32] drm/nouveau: use system_wq instead of dev_priv->wq

2011-02-01 Thread Tejun Heo
On Wed, Jan 26, 2011 at 05:49:18PM +0100, Tejun Heo wrote: > With cmwq, there's no reason for nouveau to use a dedicated workqueue. > Drop dev_priv->wq and use system_wq instead. Each work item is sync > flushed when the containing structure is unregistered/destroyed. > > Note that this change

Radeon support state in libkms

2011-02-01 Thread Alexandre Demers
Hi, I was looking at the radeon support state in libkms and I found out the following patch was proposed back in September, but never commented nor merged. The patch was submitted by nobled. http://lists.freedesktop.org/archives/dri-devel/2010-September/003740.html I applied it on the latest

[Bug 32883] External LCD monitor slightly wiggles

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32883 Jo?e Prijatelj changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Intel i915 freeze on latest git

2011-02-01 Thread Jesse Barnes
On Tue, 01 Feb 2011 16:57:37 + Chris Wilson wrote: > On Tue, 1 Feb 2011 08:31:12 -0800, Jesse Barnes > wrote: > > The bisect is interesting, I'd have expected a failure when we > > re-enabled rc6 on ILK or when we fixed up the ring buffer init. > > Yes, that was my instinct as well. > >

[PING] Re: [Regression] [PATCH] intel_crt_detect_ddc() seems to be broken for DVI-I

2011-02-01 Thread "David Müller (ELSOFT AG)"
Hello Any news? http://lists.freedesktop.org/archives/dri-devel/2011-January/006875.html

Intel i915 freeze on latest git

2011-02-01 Thread Jesse Barnes
On Tue, 1 Feb 2011 15:07:55 +0100 Francesco Allertsen wrote: > On Tue, Feb 01, 2011 at 01:16:01PM +, Chris Wilson wrote: > > Useful for me. Just confirms that you have an equivalent machine to > > this Lenovo x201s, on which those patches were tested after receiving > > from Jesse. :| > >

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515 Alex Deucher changed: What|Removed |Added Attachment #42803|application/octet-stream|text/plain mime type|

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515 Alex Deucher changed: What|Removed |Added Attachment #42802|application/octet-stream|text/plain mime type|

has the i915 "black screen" boot issue returned? [BISECTED]

2011-02-01 Thread Robert P. J. Day
On Tue, 1 Feb 2011, Chris Wilson wrote: > On Tue, 1 Feb 2011 07:05:16 -0500 (EST), "Robert P. J. Day" crashcourse.ca> wrote: > > > > any new developments on this issue? > > Not really, the only thing left to confirm is whereabouts it goes wrong. > > About the only routine of significance is

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #17 from Andre Maasikas 2011-02-01 07:10:26 PST --- btw should't be too hard for classic also http://cgit.freedesktop.org/~andrem/mesa/log/?h=r600-depth was working at one time. It only does one way atm - so no texture->db copy --

has the i915 "black screen" boot issue returned? [BISECTED]

2011-02-01 Thread Robert P. J. Day
any new developments on this issue? the current kernel is working just fine with the addition of that trivial hack in drivers/gpu/drm/i915/intel_opregion.c: @@ -495,6 +495,8 @@ int intel_opregion_setup(struct drm_device *dev) opregion->acpi = base + OPREGION_ACPI_OFFSET;

[Bug 28509] [852] gpu hang

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28509 Chris Wilson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #16 from Andy Furniss 2011-02-01 05:46:07 PST --- (In reply to comment #15) > (In reply to comment #14) > > FWIW it just started working again for me with 600g - but I am not sure if > > it's > > working properly as 600g and

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #15 from Michel D?nzer 2011-02-01 04:28:47 PST --- (In reply to comment #14) > FWIW it just started working again for me with 600g - but I am not sure if > it's > working properly as 600g and swrastg are the same and render solid

[Bug 33763] demo dissolve regression since - r600g: Update the flushed depth texture after drawing to the corresponding texture.

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33763 Andy Furniss changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #14 from Andy Furniss 2011-02-01 04:24:29 PST --- (In reply to comment #12) > Should this bug stay open (for r600c) ? Maybe marked as won't fix due to comment #10. FWIW it just started working again for me with 600g - but I am

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #5 from rockmen1 at gmail.com 2011-02-01 04:06:08 PST --- I am using a R300 PCI-E. Seems classic driver does not have such issue. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #4 from rockmen1 at gmail.com 2011-02-01 04:05:50 PST --- Created an attachment (id=42803) --> (https://bugs.freedesktop.org/attachment.cgi?id=42803) xorg.log.gallium -- Configure bugmail:

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #3 from rockmen1 at gmail.com 2011-02-01 04:05:03 PST --- Created an attachment (id=42802) --> (https://bugs.freedesktop.org/attachment.cgi?id=42802) xorg.log -- Configure bugmail:

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #2 from rockmen1 at gmail.com 2011-02-01 04:04:30 PST --- Created an attachment (id=42801) --> (https://bugs.freedesktop.org/attachment.cgi?id=42801) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 27942] New: Screen garbled with GeForce 6150 Force 430

2011-02-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=27942 Summary: Screen garbled with GeForce 6150 Force 430 Product: Drivers Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: high

[Bug 33796] projtex demo doesn't work on 760G

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33796 --- Comment #3 from Andrew Randrianasulu 2011-02-01 00:27:22 PST --- It also doesn't work with r600c -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #14 from s3734770 at mail.zih.tu-dresden.de 2011-02-01 00:26:09 PST --- Ah, as I see the original problem is fixed in git but the glsl compiler had a deadlock so that I cannot test it. -- Configure bugmail:

[Bug 33796] projtex demo doesn't work on 760G

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33796 --- Comment #2 from Andrew Randrianasulu 2011-02-01 00:24:09 PST --- Created an attachment (id=42799) --> (https://bugs.freedesktop.org/attachment.cgi?id=42799) glxinfo -- Configure bugmail:

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #13 from s3734770 at mail.zih.tu-dresden.de 2011-02-01 00:23:53 PST --- When I revert 14880a510a1a288df0778395097d5a52806abfb0, i can play with working depth textures and 3 FPS. -- Configure bugmail:

[Bug 33796] projtex demo doesn't work on 760G

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33796 --- Comment #1 from Andrew Randrianasulu 2011-02-01 00:21:27 PST --- Created an attachment (id=42798) --> (https://bugs.freedesktop.org/attachment.cgi?id=42798) X log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 33796] New: projtex demo doesn't work on 760G

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33796 Summary: projtex demo doesn't work on 760G Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #12 from s3734770 at mail.zih.tu-dresden.de 2011-02-01 00:19:08 PST --- Created an attachment (id=42797) View: https://bugs.freedesktop.org/attachment.cgi?id=42797 Review: https://bugs.freedesktop.org/review?bug=33762=42797 Patch

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #11 from s3734770 at mail.zih.tu-dresden.de 2011-02-01 00:16:03 PST --- (In reply to comment #9) > does reverting > > 11bc8991e94e2fa6d461193a6aff47f8f94b7a47 > > fix it? no -- Configure bugmail:

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #10 from s3734770 at mail.zih.tu-dresden.de 2011-02-01 00:15:31 PST --- Git bisect blamed 14880a510a1a288df0778395097d5a52806abfb0, there are strange things happening. The framerate drops downto 3 FPS and the texture bug appears

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #13 from Andrew Randrianasulu 2011-02-01 00:11:17 PST --- for r600c some corruption still here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 Andrew Randrianasulu changed: What|Removed |Added Summary|shadowtex demo doesn't work |[r600c] shadowtex demo

[Bug 24818] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #12 from Andrew Randrianasulu 2011-02-01 00:06:34 PST --- r600g works fine again, with mesa master at commit 11bc8991e94e2fa6d461193a6aff47f8f94b7a47 (r600g: just change tile type when buffer is set to depth.) , with colortiling

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #9 from Dave Airlie 2011-02-01 00:05:36 PST --- does reverting 11bc8991e94e2fa6d461193a6aff47f8f94b7a47 fix it? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #9 from Dave Airlie airl...@freedesktop.org 2011-02-01 00:05:36 PST --- does reverting 11bc8991e94e2fa6d461193a6aff47f8f94b7a47 fix it? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 24818] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #12 from Andrew Randrianasulu rand...@mail.ru 2011-02-01 00:06:34 PST --- r600g works fine again, with mesa master at commit 11bc8991e94e2fa6d461193a6aff47f8f94b7a47 (r600g: just change tile type when buffer is set to depth.) , with

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 Andrew Randrianasulu rand...@mail.ru changed: What|Removed |Added Summary|shadowtex demo doesn't work |[r600c] shadowtex

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #10 from s3734...@mail.zih.tu-dresden.de 2011-02-01 00:15:31 PST --- Git bisect blamed 14880a510a1a288df0778395097d5a52806abfb0, there are strange things happening. The framerate drops downto 3 FPS and the texture bug appears again.

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #11 from s3734...@mail.zih.tu-dresden.de 2011-02-01 00:16:03 PST --- (In reply to comment #9) does reverting 11bc8991e94e2fa6d461193a6aff47f8f94b7a47 fix it? no -- Configure bugmail:

[Bug 33796] New: projtex demo doesn't work on 760G

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33796 Summary: projtex demo doesn't work on 760G Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 33796] projtex demo doesn't work on 760G

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33796 --- Comment #1 from Andrew Randrianasulu rand...@mail.ru 2011-02-01 00:21:27 PST --- Created an attachment (id=42798) -- (https://bugs.freedesktop.org/attachment.cgi?id=42798) X log -- Configure bugmail:

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #13 from s3734...@mail.zih.tu-dresden.de 2011-02-01 00:23:53 PST --- When I revert 14880a510a1a288df0778395097d5a52806abfb0, i can play with working depth textures and 3 FPS. -- Configure bugmail:

[Bug 33796] projtex demo doesn't work on 760G

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33796 --- Comment #2 from Andrew Randrianasulu rand...@mail.ru 2011-02-01 00:24:09 PST --- Created an attachment (id=42799) -- (https://bugs.freedesktop.org/attachment.cgi?id=42799) glxinfo -- Configure bugmail:

[Bug 33762] Framebuffer Depth textures (Shadow mapping) - FBO-EXT

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33762 --- Comment #14 from s3734...@mail.zih.tu-dresden.de 2011-02-01 00:26:09 PST --- Ah, as I see the original problem is fixed in git but the glsl compiler had a deadlock so that I cannot test it. -- Configure bugmail:

[Bug 33796] projtex demo doesn't work on 760G

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33796 --- Comment #3 from Andrew Randrianasulu rand...@mail.ru 2011-02-01 00:27:22 PST --- It also doesn't work with r600c -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[PING] Re: [Regression] [PATCH] intel_crt_detect_ddc() seems to be broken for DVI-I

2011-02-01 Thread David Müller (ELSOFT AG)
Hello Any news? http://lists.freedesktop.org/archives/dri-devel/2011-January/006875.html ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH UPDATED 08/32] drm/nouveau: use system_wq instead of dev_priv-wq

2011-02-01 Thread Tejun Heo
On Wed, Jan 26, 2011 at 05:49:18PM +0100, Tejun Heo wrote: With cmwq, there's no reason for nouveau to use a dedicated workqueue. Drop dev_priv-wq and use system_wq instead. Each work item is sync flushed when the containing structure is unregistered/destroyed. Note that this change also

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #2 from rockm...@gmail.com 2011-02-01 04:04:30 PST --- Created an attachment (id=42801) -- (https://bugs.freedesktop.org/attachment.cgi?id=42801) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #3 from rockm...@gmail.com 2011-02-01 04:05:03 PST --- Created an attachment (id=42802) -- (https://bugs.freedesktop.org/attachment.cgi?id=42802) xorg.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

Re: has the i915 black screen boot issue returned? [BISECTED]

2011-02-01 Thread Robert P. J. Day
any new developments on this issue? the current kernel is working just fine with the addition of that trivial hack in drivers/gpu/drm/i915/intel_opregion.c: @@ -495,6 +495,8 @@ int intel_opregion_setup(struct drm_device *dev) opregion-acpi = base + OPREGION_ACPI_OFFSET;

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #4 from rockm...@gmail.com 2011-02-01 04:05:50 PST --- Created an attachment (id=42803) -- (https://bugs.freedesktop.org/attachment.cgi?id=42803) xorg.log.gallium -- Configure bugmail:

Re: Intel i915 freeze on latest git

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 12:22:02 +0100, Francesco Allertsen fallert...@gmail.com wrote: Hi Chris and all, I have tried the latest git (-rc3) and I get a complete freeze when X starts. It would be useful to give us a few more details, such the drm.debug=0xe dmesg and the Xorg.log (from when it

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #5 from rockm...@gmail.com 2011-02-01 04:06:08 PST --- I am using a R300 PCI-E. Seems classic driver does not have such issue. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

Re: has the i915 black screen boot issue returned? [BISECTED]

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 07:05:16 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: any new developments on this issue? Not really, the only thing left to confirm is whereabouts it goes wrong. About the only routine of significance is alse_set_backlight(). Does a 'return

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #14 from Andy Furniss li...@andyfurniss.entadsl.com 2011-02-01 04:24:29 PST --- (In reply to comment #12) Should this bug stay open (for r600c) ? Maybe marked as won't fix due to comment #10. FWIW it just started working again

[Bug 33763] demo dissolve regression since - r600g: Update the flushed depth texture after drawing to the corresponding texture.

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33763 Andy Furniss li...@andyfurniss.entadsl.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #15 from Michel Dänzer mic...@daenzer.net 2011-02-01 04:28:47 PST --- (In reply to comment #14) FWIW it just started working again for me with 600g - but I am not sure if it's working properly as 600g and swrastg are the same and

Re: has the i915 black screen boot issue returned? [BISECTED]

2011-02-01 Thread Robert P. J. Day
On Tue, 1 Feb 2011, Chris Wilson wrote: On Tue, 1 Feb 2011 07:05:16 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca wrote: any new developments on this issue? Not really, the only thing left to confirm is whereabouts it goes wrong. About the only routine of significance is

Re: Intel i915 freeze on latest git

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 13:29:45 +0100, Francesco Allertsen fallert...@gmail.com wrote: On Tue, Feb 01, 2011 at 12:05:52PM +, Chris Wilson wrote: It would be useful to give us a few more details, such the drm.debug=0xe dmesg and the Xorg.log (from when it does starts!), and explain what you

Re: Intel i915 freeze on latest git

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 14:00:41 +0100, Francesco Allertsen fallert...@gmail.com wrote: On Tue, Feb 01, 2011 at 12:05:52PM +, Chris Wilson wrote: It would be useful to give us a few more details, such the drm.debug=0xe dmesg and the Xorg.log (from when it does starts!) Sorry, I forgot to

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #16 from Andy Furniss li...@andyfurniss.entadsl.com 2011-02-01 05:46:07 PST --- (In reply to comment #15) (In reply to comment #14) FWIW it just started working again for me with 600g - but I am not sure if it's working

[PATCH] drm: Remove unused variable

2011-02-01 Thread Chris Wilson
The name[64] was only used in the error message, but never set. Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk --- drivers/gpu/drm/drm_debugfs.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_debugfs.c b/drivers/gpu/drm/drm_debugfs.c index

[Bug 24818] [r600c] shadowtex demo doesn't work on rs780

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #17 from Andre Maasikas amaasi...@gmail.com 2011-02-01 07:10:26 PST --- btw should't be too hard for classic also http://cgit.freedesktop.org/~andrem/mesa/log/?h=r600-depth was working at one time. It only does one way atm - so no

[Bug 15220] Kernel freezes when playing DVB stream and having 3D acceleration in the same time

2011-02-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15220 Florian Mickler flor...@mickler.org changed: What|Removed |Added Status|NEW |NEEDINFO

Radeon support state in libkms

2011-02-01 Thread Alexandre Demers
Hi, I was looking at the radeon support state in libkms and I found out the following patch was proposed back in September, but never commented nor merged. The patch was submitted by nobled. http://lists.freedesktop.org/archives/dri-devel/2010-September/003740.html I applied it on the latest

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #42802|application/octet-stream|text/plain mime

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #42803|application/octet-stream|text/plain mime

Re: Intel i915 freeze on latest git

2011-02-01 Thread Jesse Barnes
On Tue, 1 Feb 2011 15:07:55 +0100 Francesco Allertsen fallert...@gmail.com wrote: On Tue, Feb 01, 2011 at 01:16:01PM +, Chris Wilson wrote: Useful for me. Just confirms that you have an equivalent machine to this Lenovo x201s, on which those patches were tested after receiving from

Intel i915 freeze on latest git

2011-02-01 Thread Francesco Allertsen
Hi Chris and all, I have tried the latest git (-rc3) and I get a complete freeze when X starts. I've bisected it and the first bad commit is this: commit d5bb081b027b520f9e59b4fb8faea83a136ec15e Author: Jesse Barnes jbar...@virtuousgeek.org Date: Wed Jan 5 12:01:26 2011 -0800 drm/i915:

Re: Intel i915 freeze on latest git

2011-02-01 Thread Francesco Allertsen
On Tue, Feb 01, 2011 at 12:05:52PM +, Chris Wilson wrote: It would be useful to give us a few more details, such the drm.debug=0xe dmesg and the Xorg.log (from when it does starts!), and explain what you mean by complete freeze? Such as is the machine still accessible over the network, did

Re: Intel i915 freeze on latest git

2011-02-01 Thread Francesco Allertsen
On Tue, Feb 01, 2011 at 12:05:52PM +, Chris Wilson wrote: It would be useful to give us a few more details, such the drm.debug=0xe dmesg and the Xorg.log (from when it does starts!) Sorry, I forgot to turn on the debug last time, this is the dmesg output from when I start X. Other (hope

[PATCH 2/2] amd-k7-agp: remove non-x86 code

2011-02-01 Thread Matt Turner
amd-k7-agp can't be built on Alpha anymore, so remove now unnecessary code. Signed-off-by: Matt Turner matts...@gmail.com --- drivers/char/agp/amd-k7-agp.c | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/drivers/char/agp/amd-k7-agp.c

[PATCH 1/2] Revert agp: AMD AGP is used on UP1100 UP1500 alpha boxen

2011-02-01 Thread Matt Turner
This reverts commit f191f144079b0083c6fa7d01a4acbd7263fb5032. The AMD 751 and 761 chipsets are used on the UP1000, UP1100, and UP1500 OEM motherboards, but they neglect to do anything to make AGP work. According to Ivan Kokshaysky: There is quite fundamental conflict between the Alpha

  1   2   >