mesa: Add dd_function_table::GetGraphicsResetStatus
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 6 Sep 2012 05:26:01 +0000 (22:26 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Nov 2013 00:41:38 +0000 (16:41 -0800)
commit2fdc0ee19fe17d42e3662e8c561ad03e5e66e1ad
tree63d4be64d0b417c2c94c43953e069123d33aac84
parent114d360dfa4c293883538081298d620b26a45833
mesa: Add dd_function_table::GetGraphicsResetStatus

This allows drivers to determine whether a GPU reset has occured.  It
should return non-zero status if a reset was observed by the specified
context.  Another mechanism will be used to observe resets occuring in
other contexts in the share group.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/dd.h