diff options
author | Dave Airlie <airlied@redhat.com> | 2013-11-08 16:40:18 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-11-08 16:40:18 +1000 |
commit | da738d1ed0a0941a0cd061395ad86072171b3242 (patch) | |
tree | d38b66a9c4be4cf7eb80eb92ea4845d6ff92ab93 /intel/intel_bufmgr.h | |
parent | 6335e1d28c422050024bcf4100c4fb3a5bac2afb (diff) |
Revert "intel: Add support for GPU reset status query ioctl"
This reverts commit 6335e1d28c422050024bcf4100c4fb3a5bac2afb.
No taxation without representation, in other words no userspace without kernel
stuff being in a stable location, either drm-next but I'll accept drm-intel-next
for intel specific stuff.
Diffstat (limited to 'intel/intel_bufmgr.h')
-rw-r--r-- | intel/intel_bufmgr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/intel/intel_bufmgr.h b/intel/intel_bufmgr.h index 2eb9742ba3d4..15f818e757e9 100644 --- a/intel/intel_bufmgr.h +++ b/intel/intel_bufmgr.h @@ -248,11 +248,6 @@ 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_* */ |