Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/
H A Di915_drm_client.c112 [I915_ENGINE_CLASS_RENDER] = "render",
H A Di915_perf.c3996 class = I915_ENGINE_CLASS_RENDER; in read_properties_unlocked()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c47 [RENDER_CLASS] = I915_ENGINE_CLASS_RENDER,
/linux-6.15/drivers/gpu/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()
/linux-6.15/include/uapi/drm/
H A Di915_drm.h176 I915_ENGINE_CLASS_RENDER = 0, enumerator
/linux-6.15/tools/include/uapi/drm/
H A Di915_drm.h176 I915_ENGINE_CLASS_RENDER = 0, enumerator
/linux-6.15/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c1266 I915_ENGINE_CLASS_RENDER, in __igt_ctx_sseu()
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c860 if (user_sseu.engine.engine_class != I915_ENGINE_CLASS_RENDER) in set_proto_ctx_sseu()