Searched refs:i915_oa_stream_init (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_perf.c | 120 if (i915_oa_stream_init(stream, ¶m, &props)) { in test_stream()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_perf.c | 126 if (i915_oa_stream_init(stream, ¶m, &props)) { in test_stream()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 2802 * i915_oa_stream_init - validate combined props for OA stream and init 2819 static int i915_oa_stream_init(struct i915_perf_stream *stream, in i915_oa_stream_init() function 3371 * i915_oa_stream_init(). The code here should only validate config state that 3466 ret = i915_oa_stream_init(stream, param, props); in i915_perf_open_ioctl_locked()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 3279 * i915_oa_stream_init - validate combined props for OA stream and init 3296 static int i915_oa_stream_init(struct i915_perf_stream *stream, in i915_oa_stream_init() function 3878 * i915_oa_stream_init(). The code here should only validate config state that 3976 ret = i915_oa_stream_init(stream, param, props); in i915_perf_open_ioctl_locked()
|
Completed in 13 milliseconds