Searched refs:i915_perf_open_ioctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_perf.h | 29 int i915_perf_open_ioctl(struct drm_device *dev, void *data,
|
H A D | i915_drv.c | 1731 DRM_IOCTL_DEF_DRV(I915_PERF_OPEN, i915_perf_open_ioctl, DRM_RENDER_ALLOW),
|
H A D | i915_perf.c | 3362 * behalf of i915_perf_open_ioctl() with the &perf->lock mutex 3694 * i915_perf_open_ioctl - DRM ioctl() for userspace to open a stream FD 3717 int i915_perf_open_ioctl(struct drm_device *dev, void *data, in i915_perf_open_ioctl() function 3769 * i915_perf_open_ioctl(); considering that we register after in i915_perf_register()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_perf.h | 29 int i915_perf_open_ioctl(struct drm_device *dev, void *data,
|
H A D | i915_driver.c | 1787 DRM_IOCTL_DEF_DRV(I915_PERF_OPEN, i915_perf_open_ioctl, DRM_RENDER_ALLOW),
|
H A D | i915_perf.c | 3869 * behalf of i915_perf_open_ioctl() with the >->perf.lock mutex 4285 * i915_perf_open_ioctl - DRM ioctl() for userspace to open a stream FD 4308 int i915_perf_open_ioctl(struct drm_device *dev, void *data, in i915_perf_open_ioctl() function 4363 * i915_perf_open_ioctl(); considering that we register after in i915_perf_register()
|
Completed in 19 milliseconds