Home
last modified time | relevance | path

Searched refs:I915_SCHEDULER_CAP_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/include/drm/
Di915_drm.h503 #define I915_SCHEDULER_CAP_PRIORITY (1ul << 1) macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h571 #define I915_SCHEDULER_CAP_PRIORITY (1ul << 1) macro
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.c2819 if (caps & I915_SCHEDULER_CAP_PRIORITY) in brw_init_screen()