[Ubuntu-x-swat] [Bug 980325] Re: [i965gm mesa] False GPU lockup render.IPEHR: 0x7b000000

2014-10-25 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm mesa] False GPU lockup rend

[Ubuntu-x-swat] [Bug 980325]

2014-10-25 Thread Kaveh-nasri
No response from filer for 2+ years. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm mesa] False GPU lockup render.IPEHR: 0x7b00 To manage notifica

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm mesa] False GPU lockup render.IPEHR: 0x7b000000

2013-06-07 Thread Chris Wilson
** Changed in: xserver-xorg-video-intel (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm mesa] False GPU loc

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm mesa] False GPU lockup render.IPEHR: 0x7b000000

2013-03-08 Thread Chris Wilson
Can you please retest with the current stack? ** Changed in: linux (Ubuntu) Status: Triaged => Invalid ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm mesa] False GPU lockup render.IPEHR: 0x7b000000

2013-02-16 Thread Chris Wilson
** Summary changed: - [i965gm] False GPU lockup render.IPEHR: 0x7b00 + [i965gm mesa] False GPU lockup render.IPEHR: 0x7b00 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/b

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-08-11 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm] False GPU lockup render.

[Ubuntu-x-swat] [Bug 980325]

2012-07-28 Thread Eric Anholt
This patch in the 8.0 series may help with drawing outside of buffers. commit 93e94cbb48a679b7bf67594adb6f858526b37935 Author: Eric Anholt Date: Fri Feb 10 12:54:25 2012 -0800 intel: Fix rendering from textures after RenderTexture(). -- You received this bug notification because you are

[Ubuntu-x-swat] [Bug 980325]

2012-04-19 Thread Chris Wilson
Gotcha! The command that overwrote the batch was an XY_COLOR_BLT with RGB-only writes (no alpha). This is only used by intelClearWithBlit for GL_DEPTH_BUFFER (no stencil) clears. Looking over the code, the implication is that (x1, y1), (x2, y2) are beyond the bounds of the buffer. diff --git a/src

[Ubuntu-x-swat] [Bug 980325]

2012-04-19 Thread Chris Wilson
commit c501ae7f332cdaf42e31af30b72b4b66cbbb1604 Author: Chris Wilson Date: Wed Dec 14 13:57:23 2011 +0100 drm/i915: Only clear the GPU domains upon a successful finish By clearing the GPU read domains before waiting upon the buffer, we run the risk of the wait being interrupted

[Ubuntu-x-swat] [Bug 980325]

2012-04-19 Thread Bryce Harrington
This patch is already in the 3.2.14 stable update which was integrated into the precise 3.2.0-23.36 kernel, which is what the original reporter was running. (For reference, the ubuntu kernel for precise can be obtained via `git clone git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git`). -- You re

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-18 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm] False GPU lockup render.IPEHR: 0x7b00

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-18 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm] False GPU lockup render.IPEHR: 0x7b00

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-18 Thread Bryce Harrington
@Andy, thanks good point. Looks like Dan was running 3.2.0-23.36 at the time this error was captured. ** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubu

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-17 Thread Andy Whitcroft
This fix is already in the 3.2.14 stable update which was integrated into the precise 3.2.0-23.36 kernel. Could you test with this kernel and confirm whether it is fixed there. Please report any testing here. ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-17 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm] False GPU lockup render.IPEHR: 0x7b00

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-17 Thread Bryce Harrington
Upstream believes this also will be fixed with this upstream kernel commit: commit c501ae7f332cdaf42e31af30b72b4b66cbbb1604 Author: Chris Wilson Date: Wed Dec 14 13:57:23 2011 +0100 drm/i915: Only clear the GPU domains upon a successful finish By clearing the GPU read domains before w

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-16 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=48797. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-16 Thread Bryce Harrington
Dan Burzynski - I've forwarded this bug upstream to https://bugs.freedesktop.org/show_bug.cgi?id=48797 - please subscribe yourself to this bug, in case they need further information or wish you to test something. Thanks ahead of time! ** Changed in: xserver-xorg-video-intel (Ubuntu) Importance

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-12 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm] False GPU lockup render.IPEHR: 0x7b00 To manage notification

[Ubuntu-x-swat] [Bug 980325] Re: [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-12 Thread Dan Burzynski
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/980325 Title: [i965gm] False GPU lockup render.IPEHR: 0x7b00 To manage notifications about this bug go to: https://bugs.la

[Ubuntu-x-swat] [Bug 980325] [NEW] [i965gm] False GPU lockup render.IPEHR: 0x7b000000

2012-04-12 Thread Dan Burzynski
Public bug reported: It happened when I was trying to connect my Galaxy S via mtp ProblemType: Crash DistroRelease: Ubuntu 12.04 Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic x86_64 .tmp.unity.support.test