Searched refs:stream_fd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 900 int ret, stream_fd; in xe_eu_stall_stream_open_locked() local 921 stream_fd = anon_inode_getfd("[xe_eu_stall]", &fops_eu_stall, stream, f_flags); in xe_eu_stall_stream_open_locked() 922 if (stream_fd < 0) { in xe_eu_stall_stream_open_locked() 923 ret = stream_fd; in xe_eu_stall_stream_open_locked() 933 return stream_fd; in xe_eu_stall_stream_open_locked()
|
| H A D | xe_oa.c | 1843 int stream_fd; in xe_oa_stream_open_ioctl_locked() local 1884 stream_fd = anon_inode_getfd("[xe_oa]", &xe_oa_fops, stream, 0); in xe_oa_stream_open_ioctl_locked() 1885 if (stream_fd < 0) { in xe_oa_stream_open_ioctl_locked() 1886 ret = stream_fd; in xe_oa_stream_open_ioctl_locked() 1893 return stream_fd; in xe_oa_stream_open_ioctl_locked()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_perf.c | 3802 int stream_fd; in i915_perf_open_ioctl_locked() local 3903 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags); in i915_perf_open_ioctl_locked() 3904 if (stream_fd < 0) { in i915_perf_open_ioctl_locked() 3905 ret = stream_fd; in i915_perf_open_ioctl_locked() 3917 return stream_fd; in i915_perf_open_ioctl_locked()
|