i965: Add function to query the GPU reset status for a context
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 11 Sep 2012 08:05:57 +0000 (11:05 +0300)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Nov 2013 01:40:25 +0000 (17:40 -0800)
commit8f2c93ff75c7fac6f9c7d6c8eb3dc8293c8aaf92
tree83d7eaae8ff46761bb9b5b478d653f4484a2bddd
parent15c3bac3d00694245168586fee2d257920895a2f
i965: Add function to query the GPU reset status for a context

v2: Update based on kernel interface / libdrm changes.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_reset.c [new file with mode: 0644]