Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c126 if (i915_oa_stream_init(stream, &param, &props)) { in test_stream()
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c3211 * i915_oa_stream_init - validate combined props for OA stream and init
3228 static int i915_oa_stream_init(struct i915_perf_stream *stream, in i915_oa_stream_init() function
3784 * i915_oa_stream_init(). The code here should only validate config state that
3882 ret = i915_oa_stream_init(stream, param, props); in i915_perf_open_ioctl_locked()