Home
last modified time | relevance | path

Searched refs:I915_ENGINE_CLASS_RENDER (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Di915_drm_client.c45 [I915_ENGINE_CLASS_RENDER] = "render",
H A Di915_perf.c4095 class = I915_ENGINE_CLASS_RENDER; in read_properties_unlocked()
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Di915_perf.c98 I915_ENGINE_CLASS_RENDER, in test_stream()
H A Di915_request.c65 return intel_engine_lookup_user(i915, I915_ENGINE_CLASS_RENDER, 0); in rcs0()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_user.c48 [RENDER_CLASS] = I915_ENGINE_CLASS_RENDER,
/openbsd/sys/dev/pci/drm/include/uapi/drm/
H A Di915_drm.h176 I915_ENGINE_CLASS_RENDER = 0, enumerator
/openbsd/sys/dev/pci/drm/i915/gem/selftests/
H A Di915_gem_context.c1266 I915_ENGINE_CLASS_RENDER, in __igt_ctx_sseu()
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_context.c865 if (user_sseu.engine.engine_class != I915_ENGINE_CLASS_RENDER) in set_proto_ctx_sseu()