[Intel-gfx] [PATCH 6/9] drm/i915: expose command stream timestamp frequency to userspace

Chris Wilson chris at chris-wilson.co.uk
Fri Oct 27 16:11:11 UTC 2017


Quoting Lionel Landwerlin (2017-10-27 17:03:26)
> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> index 0eac65119129..fd1a6dc0c70b 100644
> --- a/drivers/gpu/drm/i915/i915_drv.h
> +++ b/drivers/gpu/drm/i915/i915_drv.h
> @@ -884,6 +884,8 @@ struct intel_device_info {
>         /* Slice/subslice/EU info */
>         struct sseu_dev_info sseu;
>  
> +       uint64_t cs_timestamp_frequency;

Gather around everyone, we have a userspace programmer!
s/uint64_t/u64/
-Chris


More information about the Intel-gfx mailing list