Searched refs:DRM_IOCTL_I915_GET_RESET_STATS (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_reset.c | 53 if (drmIoctl(brw->screen->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats) != 0) in brw_get_graphics_reset_status() 81 if (drmIoctl(brw->screen->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats) != 0) in brw_check_for_reset()
|
D | brw_screen.c | 2783 const int ret = drmIoctl(screen->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats); in brw_init_screen()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 540 int ret = intel_ioctl(fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats); in anv_gem_context_get_reset_stats()
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 530 case DRM_IOCTL_I915_GET_RESET_STATS: { in ioctl()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 398 #define DRM_IOCTL_I915_GET_RESET_STATS DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GET_RESET_STATS, stru… macro
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 617 if (intel_ioctl(screen->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats)) in iris_batch_check_for_reset()
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 464 #define DRM_IOCTL_I915_GET_RESET_STATS DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GET_RESET_STATS, stru… macro
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 789 if (drmIoctl(screen->fd, DRM_IOCTL_I915_GET_RESET_STATS, &stats)) in crocus_batch_check_for_reset()
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 3309 DRM_IOCTL_I915_GET_RESET_STATS, in drm_intel_get_reset_stats()
|