[Bug 92623]=?UTF-8?Q?=20Reproducible=20GPU=20hang=20on=20Intel=20HD5500=20=E2=80=94=20ecode=208?=:0:0x84df3c1c
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 27 20:55:22 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=92623
--- Comment #13 from Pierre Bourdon <delroth at gmail.com> ---
Examples captured in the wild:
+ if (prev_prog_data && brw->wm.prog_data &&
prev_prog_data->early_fragment_tests !=
brw->wm.prog_data->early_fragment_tests) {
+ printf("Old early fragments: %d new: %d\n",
prev_prog_data->early_fragment_tests, brw->wm.prog_data->early_fragment_tests);
+ printf("Dirty: %d %d | %016lx\n", !!(ctx->NewDriverState &
BRW_NEW_FS_PROG_DATA), !!(ctx->NewDriverState & BRW_NEW_FRAGMENT_PROGRAM),
ctx->NewDriverState);
+ }
Old early fragments: 0 new: 1
Dirty: 0 1 | 0000000200600a08
Old early fragments: 1 new: 0
Dirty: 0 1 | 0000000200600a00
Old early fragments: 0 new: 1
Dirty: 1 1 | 0000000200600a09
Old early fragments: 1 new: 0
Dirty: 1 1 | 0000000220600a09
Old early fragments: 0 new: 1
Dirty: 1 1 | 0000000220600a09
Old early fragments: 1 new: 0
Dirty: 0 1 | 0000000200600a00
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20151028/401cc99d/attachment.html>
More information about the intel-gfx-bugs
mailing list