Home
last modified time | relevance | path

Searched refs:wait_unlocked (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/
Di915_perf_types.h131 int (*wait_unlocked)(struct i915_perf_stream *stream); member
Di915_perf.c3197 .wait_unlocked = i915_oa_wait_unlocked,
3543 ret = stream->ops->wait_unlocked(stream); in i915_perf_read()