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

2011-02-01 Thread bugzilla-daemon
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 ker

[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 ke

[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-daemon
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 worke

[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 worke

[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 b/include/drm/drm_pcii

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

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

[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-daemon
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 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-daemon
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] http://cgit.

[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] http://cgit

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

2011-02-01 Thread bugzilla-daemon
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 screen

[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 scree

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/ttm: call driver move_notify() when doing system->tt bo moves

2011-02-01 Thread Ben Skeggs
From: Ben Skeggs Nouveau doesn't have enough information at ttm_backend_func.bind() time to implement things like tiled GART, or to keep a buffer at a constant address in the GPU virtual address space no matter where in physical memory it's placed. To resolve this, nouveau will handle binding of

[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 ++-- drivers/gpu/drm/radeon/radeo

[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: sta...@kernel.org --- include/drm/drm_pciids.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.

[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 w

[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 Cijoml Cijomlovic Cijomlov changed: What|Removed |Added Status|NEEDINFO|CLOSED Resolution|

[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-daemon
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 Pr

[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 Pr

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 u

[Bug 32888] [r600g] GL_EXT_texture_compression_s3tc support

2011-02-01 Thread bugzilla-daemon
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: https://bugs.freedesktop.org/userprefs.cg

[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: https://bugs.freedesktop.org/userprefs.cg

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-daemon
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

[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 debu

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

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

[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 comple

[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 ++-- drivers/gpu/drm/radeon/radeo

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

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

[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 Clea

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 fi

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 e

[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 index

[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 architectur

[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 al

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 drm

[Bug 32883] External LCD monitor slightly wiggles

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

[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|

Re: 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. > > T

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. > > T

[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

Re: 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 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 architectur

[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 index

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 u

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,

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

Re: 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. :| > > Ye

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. :| > > Ye

[Bug 33515] System lockup with Page-flipping

2011-02-01 Thread bugzilla-daemon
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-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33515 Alex Deucher changed: What|Removed |Added Attachment #42802|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 #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|

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 drm

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 als

[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 changed: What|Removed |Added Status|NEW |NEEDINFO CC|

[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 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 --

[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;

[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 28509] [852] gpu hang

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

[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-daemon
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 swrastg

[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 swrastg

Re: 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 deb

Re: 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 compl

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" > 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_backlig

[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 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 sh

[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 sh

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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-daemon
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 not

[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 not

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" 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 f

[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: 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

[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: https://bugs.freedesktop.org/userprefs.cgi?tab

[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 th

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-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: https://bugs.freedesktop.org/userprefs.cgi?

[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 -

[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: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

[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-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

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 al

[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

[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 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 as

[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 as

[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: https://bugs.freedesktop.org/

[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: https://bugs.freedesktop.

[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 2011-02-01 00:24:09 PST --- Created an attachment (id=42799) --> (https://bugs.freedesktop.org/attachment.cgi?id=42799) glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

  1   2   >