Home
last modified time | relevance | path

Searched refs:i915_perf_open_ioctl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_perf.h29 int i915_perf_open_ioctl(struct drm_device *dev, void *data,
H A Di915_driver.c1774 DRM_IOCTL_DEF_DRV(I915_PERF_OPEN, i915_perf_open_ioctl, DRM_RENDER_ALLOW),
H A Di915_perf.c3775 * behalf of i915_perf_open_ioctl() with the &gt->perf.lock mutex
4191 * i915_perf_open_ioctl - DRM ioctl() for userspace to open a stream FD
4214 int i915_perf_open_ioctl(struct drm_device *dev, void *data, in i915_perf_open_ioctl() function
4269 * i915_perf_open_ioctl(); considering that we register after in i915_perf_register()