>   * Returns 0 if the request was found within the alloted time. Else returns 
> the
>   * errno with remaining time filled in timeout argument.
>   */
> -int i915_wait_request(struct drm_i915_gem_request *req,
> -                     unsigned int flags,
> -                     s64 *timeout,
> -                     struct intel_rps_client *rps)
> +long i915_wait_request(struct drm_i915_gem_request *req,
> +                      unsigned int flags,
> +                      long timeout)
>  {
A good time to update the kernel doc here?
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to