From 6335e1d28c422050024bcf4100c4fb3a5bac2afb Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 10 Sep 2012 14:15:02 +0300 Subject: intel: Add support for GPU reset status query ioctl I would have just used the drmIoctl interface directly in Mesa, but the ioctl needs some data from the drm_intel_context that is not exposed outside libdrm. v2: Update based on Mika's kernel work. v3: Fix compile failures from last-minute typos. Sigh. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke Cc: Mika Kuoppala Cc: Daniel Vetter --- intel/intel_bufmgr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intel/intel_bufmgr.h') diff --git a/intel/intel_bufmgr.h b/intel/intel_bufmgr.h index 15f818e7..2eb9742b 100644 --- a/intel/intel_bufmgr.h +++ b/intel/intel_bufmgr.h @@ -248,6 +248,11 @@ int drm_intel_reg_read(drm_intel_bufmgr *bufmgr, uint32_t offset, uint64_t *result); +int drm_intel_get_reset_stats(drm_intel_context *ctx, + uint32_t *reset_count, + uint32_t *active, + uint32_t *pending); + /** @{ Compatibility defines to keep old code building despite the symbol rename * from dri_* to drm_intel_* */ -- cgit v1.2.3