Searched refs:DRM_IOCTL_I915_GET_RESET_STATS (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_reset.c | 54 if (drmIoctl(dri_screen->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats) != 0) in brw_get_graphics_reset_status() 83 if (drmIoctl(dri_screen->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats) != 0) in brw_check_for_reset()
|
D | intel_screen.c | 2670 const int ret = drmIoctl(dri_screen->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats); in intelInitScreen2()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 383 int ret = anv_ioctl(device->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats); in anv_gem_gpu_get_reset_stats()
|
/external/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 331 #define DRM_IOCTL_I915_GET_RESET_STATS DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GET_RESET_STATS, stru… macro
|
/external/libdrm/include/drm/ |
D | i915_drm.h | 372 #define DRM_IOCTL_I915_GET_RESET_STATS DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GET_RESET_STATS, stru… macro
|
/external/kernel-headers/original/uapi/drm/ |
D | i915_drm.h | 372 #define DRM_IOCTL_I915_GET_RESET_STATS DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GET_RESET_STATS, stru… macro
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 3298 DRM_IOCTL_I915_GET_RESET_STATS, in drm_intel_get_reset_stats()
|