From: Chris Wilson <chris@chris-wilson.co.uk>
To: Yong Zhang <yong.zhang0@gmail.com>, linux-kernel@vger.kernel.org
Cc: Keith Packard <keithp@keithp.com>,
David Airlie <airlied@linux.ie>,
dri-devel@lists.freedesktop.org
Subject: Re: [Known BUG?] i915 hang on 3.0.0-12 (Ubuntu 11.10 release)
Date: Fri, 28 Oct 2011 13:56:39 +0100 [thread overview]
Message-ID: <e0d58a$21chp4@orsmga002.jf.intel.com> (raw)
In-Reply-To: <20111028122235.GA5593@zhy>
On Fri, 28 Oct 2011 20:22:35 +0800, Yong Zhang <yong.zhang0@gmail.com> wrote:
> Hi,
>
> Just got below error on Ubuntu-11.10 (kernel: 3.0.0-12-generic),
> and after that my screen can't show normally.
> No sure if it's a known issue.
No, that is the first time I've seen that. It looks as if the fence was
not released, or reacquired, before the the batch was executed. (There
is a later batch that also uses this buffer.)
The fence is programmed with:
fence[15] = 04e00001
valid, x-tiled, pitch: 512, start: 0x04e00000, size: 1048576
And the BLT command uses:
0x0df006b0: 0x54300004: XY_COLOR_BLT (rgb enabled, alpha enabled, dst tile
0)
0x0df006b4: 0x03f00100: format 8888, pitch 256, clipping disabled
0x0df006b8: 0x00000000: (0,0)
0x0df006bc: 0x00140037: (55,20)
0x0df006c0: 0x04e00000: offset 0x04e00000
0x0df006c4: 0x00000000: color
0x0df006c8: 0x54f00006: XY_SRC_COPY_BLT (rgb enabled, alpha enabled, src tile 0, dst tile 0)
0x0df006cc: 0x03cc0100: format 8888, dst pitch 256, clipping disabled
0x0df006d0: 0x00000000: dst (0,0)
0x0df006d4: 0x00140037: dst (55,20)
0x0df006d8: 0x04e00000: dst offset 0x04e00000
0x0df006dc: 0x012c0003: src (3,300)
0x0df006e0: 0x00000400: src pitch 1024
0x0df006e4: 0x08500000: src offset 0x08500000
So we try to perform an undefined operation and the GPU hangs. I suspect
this will be timing dependent, but if you can find a way to reproduce
it, that would be very useful.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
next prev parent reply other threads:[~2011-10-28 12:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-28 12:22 [Known BUG?] i915 hang on 3.0.0-12 (Ubuntu 11.10 release) Yong Zhang
2011-10-28 12:56 ` Chris Wilson [this message]
2011-10-28 13:22 ` Yong Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='e0d58a$21chp4@orsmga002.jf.intel.com' \
--to=chris@chris-wilson.co.uk \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=keithp@keithp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=yong.zhang0@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.