Home
last modified time | relevance | path

Searched refs:I915_PARAM_HAS_EXEC_BATCH_FIRST (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Dintel_noop_drm_shim.c188 case I915_PARAM_HAS_EXEC_BATCH_FIRST: in i915_ioctl_get_param()
/third_party/libdrm/include/drm/
Di915_drm.h539 #define I915_PARAM_HAS_EXEC_BATCH_FIRST 48 macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h617 #define I915_PARAM_HAS_EXEC_BATCH_FIRST 48 macro
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.c2720 if (brw_get_boolean(screen, I915_PARAM_HAS_EXEC_BATCH_FIRST)) { in brw_init_screen()