[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #3 from Tom Stellard 2011-01-23 00:33:24 PST --- What penumbra quality number are you using in Lightsmark? Are you seeing any error messages like this: r300: ERROR: FS input generic 18 unassigned, not enough hardware slots. r300: ER

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #4 from Pavel Ondračka 2011-01-23 00:53:39 PST --- (In reply to comment #3) > What penumbra quality number are you using in Lightsmark? Are you seeing any > error messages like this: > > r300: ERROR: FS input generic 18 unassigned,

[PATCH] drm/i915: Disable high-precision vblank timestamping for UMS

2011-01-23 Thread Chris Wilson
We only have sufficient information for accurate (sub-frame) timestamping when the modesetting is under our control. Reported-by: Chris Clayton Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/

Re: 2.6.37: BUG at drivers/gpu/drm/i915/i915_gem.c:4190!

2011-01-23 Thread Toralf Förster
Chris Wilson wrote at 12:11:06 > It's an old pin leak [https://bugzilla.kernel.org/show_bug.cgi?id=17181]. > I keep finding little buglets that might contribute, but so far > inconclusive. The latest one was: Well, in the current 2.6.38-rc2 kernel there seems to be an issue left to fix: ... 2011-

Re: [PATCH] drm/i915: Disable high-precision vblank timestamping for UMS

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 11:28:22 +, Chris Clayton wrote: > Hi Chris, > > On Sunday 23 January 2011, Chris Wilson wrote: > > We only have sufficient information for accurate (sub-frame) timestamping > > when the modesetting is under our control. > > > With this patch (and the earlier one) applied

[PATCH] drm/i915: Handle the no-interrupts case for UMS by polling

2011-01-23 Thread Chris Wilson
If the driver calls into the kernel to wait for a breadcrumb to pass, but hasn't enabled interrupts, fallback to polling the breadcrumb value. Reported-by: Chris Clayton Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[Bug 33185] X crashes when kWin effects are turned on

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33185 --- Comment #3 from Wojciech Ryrych 2011-01-23 06:58:19 PST --- bumb Michel: can you help me? :) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assign

Re: [Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-23 Thread Ali Gholami Rudi
Hi, Now I'm getting this in my dmesg (1/5 and 2/5 still applied to -rc1): ACPI: thermal control disabled Non-volatile memory driver v1.3 Linux agpgart interface v0.103 agpgart-intel :00:00.0: Intel 965GME/GLE Chipset agpgart-intel :00:00.0: detected

Re: [PATCH] drm/i915: Disable high-precision vblank timestamping for UMS

2011-01-23 Thread Chris Clayton
Hi Chris, On Sunday 23 January 2011, Chris Wilson wrote: > We only have sufficient information for accurate (sub-frame) timestamping > when the modesetting is under our control. > > Reported-by: Chris Clayton > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_drv.c |3 +++ > 1

Re: [PATCH] drm/i915: Disable high-precision vblank timestamping for UMS

2011-01-23 Thread Chris Clayton
On Sunday 23 January 2011, Chris Wilson wrote: > On Sun, 23 Jan 2011 11:28:22 +, Chris Clayton wrote: > > Hi Chris, > > > > On Sunday 23 January 2011, Chris Wilson wrote: > > > We only have sufficient information for accurate (sub-frame) > > > timestamping when the modesetting is under our co

Re: [PATCH] drm/i915: Handle the no-interrupts case for UMS by polling

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 15:38:41 +, Chris Clayton wrote: > That's done it. With all three patches applied, X and KDE are starting now. > Thanks for your work on this. That's good to hear! > A couple of points though. > > 1. The latest patch applied but the following warning was spat out: > >

[Bug 25093] mesa demo cubemap renders incorrectly with some filter combinations.

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25093 Andy Furniss changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

Re: [PATCH] drm/i915: Disable high-precision vblank timestamping

2011-01-23 Thread Mario Kleiner
-- Message: 10 Date: Sun, 23 Jan 2011 10:50:01 + From: Chris Wilson Subject: [PATCH] drm/i915: Disable high-precision vblank timestamping for UMS To: Chris Clayton Cc: linux-ker...@vger.kernel.org, dri-devel@lists.freedesktop.org Message-ID: <1295

Re: [PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher wrote: > The opregion is a shared memory region between ACPI and the graphics > driver. As the ACPI mapping has been changed to cachable in commit > 6d5bbf00d251cc73223a71422d69e069dc2e0b8d, mapping the intel opregion > non-cachable now fails. A

Re: [PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher wrote: > The opregion is a shared memory region between ACPI and the graphics > driver. As the ACPI mapping has been changed to cachable in commit > 6d5bbf00d251cc73223a71422d69e069dc2e0b8d, mapping the intel opregion > non-cachable now fails. A

Re: [PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Rafael J. Wysocki
On Sunday, January 23, 2011, Chris Wilson wrote: > On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher > wrote: > > The opregion is a shared memory region between ACPI and the graphics > > driver. As the ACPI mapping has been changed to cachable in commit > > 6d5bbf00d251cc73223a71422d69e069dc2e0

Re: [PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 21:52:27 +0100, "Rafael J. Wysocki" wrote: > On Sunday, January 23, 2011, Chris Wilson wrote: > > On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher > > wrote: > > > The opregion is a shared memory region between ACPI and the graphics > > > driver. As the ACPI mapping has be

Re: [PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Rafael J. Wysocki
On Sunday, January 23, 2011, Chris Wilson wrote: > On Sun, 23 Jan 2011 21:52:27 +0100, "Rafael J. Wysocki" wrote: > > On Sunday, January 23, 2011, Chris Wilson wrote: > > > On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher > > > wrote: > > > > The opregion is a shared memory region between ACP

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #8 from okias 2011-01-23 14:19:32 PST --- Here is video with wrong behaviour http://www.megaupload.com/?d=XTEJV8LY [about 5MB] -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 32733] arbocclude2 from mesa-demos segfaults

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32733 roughl changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 32733] arbocclude2 from mesa-demos segfaults

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32733 roughl changed: What|Removed |Added Resolution|WORKSFORME |FIXED -- Configure bugmail: https://bugs.freed

[Bug 33389] New: Amesia (closed source game) segfaults

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33389 Summary: Amesia (closed source game) segfaults Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: me

[Bug 33389] Amnesia (closed source game) segfaults

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33389 roughl changed: What|Removed |Added Summary|Amesia (closed source game) |Amnesia (closed source |segfa

[Bug 33389] Amnesia (closed source game) segfaults

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33389 Sven Arvidsson changed: What|Removed |Added CC||s...@whiz.se --- Comment #1 from Sven A

[Bug 32688] Some games have a wireframe or outline visible

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32688 --- Comment #1 from Sven Arvidsson 2011-01-23 15:18:00 PST --- Is it known what function/effect the bug is in? If not, considering how prevalent this is in Amnesia, maybe Edward Rudd could shed some light on this? -- Configure bugmail: https:/

[Bug 32688] Some games have a wireframe or outline visible

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32688 --- Comment #2 from Marek Olšák 2011-01-23 15:58:25 PST --- This bug is r500-only as far as I can tell. I have just found a way to trigger it very easily: enable offset mapping in nexuiz. If you disable it, the problem will go away. Given this f

[Bug 26942] radeon: screen distortion on resume

2011-01-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942 --- Comment #9 from Alex Deucher 2011-01-24 05:25:57 --- The changes in that patch should only affect those regs I asked you to dump, but they are the same before and after. Can you attach the output of: avivotool regs all before and after?

[Bug 33011] HDMI-A-1 Does not work after resume (But claims it does)

2011-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33011 --- Comment #6 from Alex Deucher 2011-01-23 22:03:18 PST --- (In reply to comment #5) > xrandr shows LVDS as being off and HDMI as being on. Manually fussing with > xrandr doesn't change anything, but I can turn the LVDS display on and off. > How

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-23 Thread Matthew Garrett
Well, that's odd. I'll look into it this week. -- Matthew Garrett | mjg59 at srcf.ucam.org

[Bug 26982] drm-next/linux-next glxgears CPU usage doubles for 32bit, doesn't on 64bit

2011-01-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=26982 --- Comment #3 from Chris Kennedy 2011-01-23 06:11:42 --- I'll need to double check using the option to turn of pageflip and see if the timestamp method change makes a difference. It's odd, I'm basically using this as a way to run Mame on a

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #3 from Tom Stellard 2011-01-23 00:33:24 PST --- What penumbra quality number are you using in Lightsmark? Are you seeing any error messages like this: r300: ERROR: FS input generic 18 unassigned, not enough hardware slots. r300: ER

[Bug 31830] [bisected] broken shadows in Unigine Sanctuary and Lightsmark

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31830 --- Comment #4 from Pavel Ondra?ka 2011-01-23 00:53:39 PST --- (In reply to comment #3) > What penumbra quality number are you using in Lightsmark? Are you seeing any > error messages like this: > > r300: ERROR: FS input generic 18 unassigned,

[PATCH] drm/i915: Disable high-precision vblank timestamping for UMS

2011-01-23 Thread Chris Wilson
We only have sufficient information for accurate (sub-frame) timestamping when the modesetting is under our control. Reported-by: Chris Clayton Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/

2.6.37: BUG at drivers/gpu/drm/i915/i915_gem.c:4190!

2011-01-23 Thread Toralf Förster
Chris Wilson wrote at 12:11:06 > It's an old pin leak [https://bugzilla.kernel.org/show_bug.cgi?id=17181]. > I keep finding little buglets that might contribute, but so far > inconclusive. The latest one was: Well, in the current 2.6.38-rc2 kernel there seems to be an issue left to fix: ... 2011-

[PATCH] drm/i915: Disable high-precision vblank timestamping for UMS

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 11:28:22 +, Chris Clayton wrote: > Hi Chris, > > On Sunday 23 January 2011, Chris Wilson wrote: > > We only have sufficient information for accurate (sub-frame) timestamping > > when the modesetting is under our control. > > > With this patch (and the earlier one) applied

[PATCH] drm/i915: Handle the no-interrupts case for UMS by polling

2011-01-23 Thread Chris Wilson
If the driver calls into the kernel to wait for a breadcrumb to pass, but hasn't enabled interrupts, fallback to polling the breadcrumb value. Reported-by: Chris Clayton Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[Bug 33185] X crashes when kWin effects are turned on

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33185 --- Comment #3 from Wojciech Ryrych 2011-01-23 06:58:19 PST --- bumb Michel: can you help me? :) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assign

[Intel-gfx] [PATCH 2/5] i915: Add native backlight control

2011-01-23 Thread Ali Gholami Rudi
Hi, Now I'm getting this in my dmesg (1/5 and 2/5 still applied to -rc1): ACPI: thermal control disabled Non-volatile memory driver v1.3 Linux agpgart interface v0.103 agpgart-intel :00:00.0: Intel 965GME/GLE Chipset agpgart-intel :00:00.0: detected

[PATCH] drm/i915: Disable high-precision vblank timestamping for UMS

2011-01-23 Thread Chris Clayton
Hi Chris, On Sunday 23 January 2011, Chris Wilson wrote: > We only have sufficient information for accurate (sub-frame) timestamping > when the modesetting is under our control. > > Reported-by: Chris Clayton > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_drv.c |3 +++ > 1

[PATCH] drm/i915: Disable high-precision vblank timestamping for UMS

2011-01-23 Thread Chris Clayton
On Sunday 23 January 2011, Chris Wilson wrote: > On Sun, 23 Jan 2011 11:28:22 +, Chris Clayton googlemail.com> wrote: > > Hi Chris, > > > > On Sunday 23 January 2011, Chris Wilson wrote: > > > We only have sufficient information for accurate (sub-frame) > > > timestamping when the modesetting

[PATCH] drm/i915: Handle the no-interrupts case for UMS by polling

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 15:38:41 +, Chris Clayton wrote: > That's done it. With all three patches applied, X and KDE are starting now. > Thanks for your work on this. That's good to hear! > A couple of points though. > > 1. The latest patch applied but the following warning was spat out: > >

[Bug 25093] mesa demo cubemap renders incorrectly with some filter combinations.

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

[PATCH] drm/i915: Disable high-precision vblank timestamping

2011-01-23 Thread Mario Kleiner
> -- > > Message: 10 > Date: Sun, 23 Jan 2011 10:50:01 + > From: Chris Wilson > Subject: [PATCH] drm/i915: Disable high-precision vblank timestamping > for UMS > To: Chris Clayton > Cc: linux-kernel at vger.kernel.org, dri-devel at lists.freedesktop.org > Mes

[PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher wrote: > The opregion is a shared memory region between ACPI and the graphics > driver. As the ACPI mapping has been changed to cachable in commit > 6d5bbf00d251cc73223a71422d69e069dc2e0b8d, mapping the intel opregion > non-cachable now fails. As

[PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher wrote: > The opregion is a shared memory region between ACPI and the graphics > driver. As the ACPI mapping has been changed to cachable in commit > 6d5bbf00d251cc73223a71422d69e069dc2e0b8d, mapping the intel opregion > non-cachable now fails. As

[PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Rafael J. Wysocki
On Sunday, January 23, 2011, Chris Wilson wrote: > On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher mkarcher.dialup.fu-berlin.de> wrote: > > The opregion is a shared memory region between ACPI and the graphics > > driver. As the ACPI mapping has been changed to cachable in commit > > 6d5bbf00d2

[PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Chris Wilson
On Sun, 23 Jan 2011 21:52:27 +0100, "Rafael J. Wysocki" wrote: > On Sunday, January 23, 2011, Chris Wilson wrote: > > On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher > mkarcher.dialup.fu-berlin.de> wrote: > > > The opregion is a shared memory region between ACPI and the graphics > > > driver.

[PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Rafael J. Wysocki
On Sunday, January 23, 2011, Chris Wilson wrote: > On Sun, 23 Jan 2011 21:52:27 +0100, "Rafael J. Wysocki" > wrote: > > On Sunday, January 23, 2011, Chris Wilson wrote: > > > On Sun, 23 Jan 2011 18:23:34 +0100, Michael Karcher > > mkarcher.dialup.fu-berlin.de> wrote: > > > > The opregion is a sh

[Bug 29851] [r300g] HyperZ on RS690 not work correctly

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29851 --- Comment #8 from okias 2011-01-23 14:19:32 PST --- Here is video with wrong behaviour http://www.megaupload.com/?d=XTEJV8LY [about 5MB] -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 32733] arbocclude2 from mesa-demos segfaults

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

[Bug 32733] arbocclude2 from mesa-demos segfaults

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32733 roughl changed: What|Removed |Added Resolution|WORKSFORME |FIXED -- Configure bugmail: https://bugs.freed

[Bug 33389] New: Amesia (closed source game) segfaults

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33389 Summary: Amesia (closed source game) segfaults Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: me

[Bug 33389] Amnesia (closed source game) segfaults

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33389 roughl changed: What|Removed |Added Summary|Amesia (closed source game) |Amnesia (closed source |segfa

[Bug 33389] Amnesia (closed source game) segfaults

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33389 Sven Arvidsson changed: What|Removed |Added CC||sa at whiz.se --- Comment #1 from Sven

[Bug 32688] Some games have a wireframe or outline visible

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32688 --- Comment #1 from Sven Arvidsson 2011-01-23 15:18:00 PST --- Is it known what function/effect the bug is in? If not, considering how prevalent this is in Amnesia, maybe Edward Rudd could shed some light on this? -- Configure bugmail: https:/

[Bug 32688] Some games have a wireframe or outline visible

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32688 --- Comment #2 from Marek Ol??k 2011-01-23 15:58:25 PST --- This bug is r500-only as far as I can tell. I have just found a way to trigger it very easily: enable offset mapping in nexuiz. If you disable it, the problem will go away. Given this

[Bug 33011] HDMI-A-1 Does not work after resume (But claims it does)

2011-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33011 --- Comment #6 from Alex Deucher 2011-01-23 22:03:18 PST --- (In reply to comment #5) > xrandr shows LVDS as being off and HDMI as being on. Manually fussing with > xrandr doesn't change anything, but I can turn the LVDS display on and off. > Ho

[PATCH] drm/i915: Handle the no-interrupts case for UMS by polling

2011-01-23 Thread Chris Clayton
On Sunday 23 January 2011, Chris Wilson wrote: > If the driver calls into the kernel to wait for a breadcrumb to pass, > but hasn't enabled interrupts, fallback to polling the breadcrumb value. > > Reported-by: Chris Clayton > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_irq.c |

[PATCH 1/1] Use cachable mapping for i915 opregion.

2011-01-23 Thread Michael Karcher
The opregion is a shared memory region between ACPI and the graphics driver. As the ACPI mapping has been changed to cachable in commit 6d5bbf00d251cc73223a71422d69e069dc2e0b8d, mapping the intel opregion non-cachable now fails. As no bus-master hardware is involved in the opregion, cachable map sh