> * 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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
- Re: [Intel-gfx] [PATCH 11/41] dr... Chris Wilson
- [Intel-gfx] [PATCH 24/41] drm/i915: Use lockless object fr... Chris Wilson
- Re: [Intel-gfx] [PATCH 24/41] drm/i915: Use lockless ... Joonas Lahtinen
- [Intel-gfx] [PATCH 35/41] drm/i915: Move the global sync o... Chris Wilson
- [Intel-gfx] [PATCH 27/41] drm/i915: Restore nonblocking aw... Chris Wilson
- [Intel-gfx] [PATCH 19/41] drm/i915/dmabuf: Acquire the bac... Chris Wilson
- [Intel-gfx] [PATCH 29/41] drm/i915: Queue the idling conte... Chris Wilson
- [Intel-gfx] [PATCH 39/41] drm/i915: Enable multiple timeli... Chris Wilson
- [Intel-gfx] [PATCH 08/41] drm/i915: Rearrange i915_wait_re... Chris Wilson
- Re: [Intel-gfx] [PATCH 08/41] drm/i915: Rearrange i91... Joonas Lahtinen
- Re: [Intel-gfx] [PATCH 08/41] drm/i915: Rearrange i91... Matthew Auld
- Re: [Intel-gfx] [PATCH 08/41] drm/i915: Rearrange... Joonas Lahtinen
- [Intel-gfx] [PATCH 26/41] drm: Add reference counting to d... Chris Wilson
- Re: [Intel-gfx] [PATCH 26/41] drm: Add reference coun... Daniel Vetter
- [Intel-gfx] [PATCH 40/41] drm/i915: Enable userspace to op... Chris Wilson
- [Intel-gfx] [PATCH 07/41] drm/i915: Allow i915_sw_fence_aw... Chris Wilson
- [Intel-gfx] [PATCH 16/41] drm/i915: Refactor object page A... Chris Wilson
- [Intel-gfx] [PATCH 32/41] drm/i915: Rename ->emit_reque... Chris Wilson
- Re: [Intel-gfx] [PATCH 32/41] drm/i915: Rename ->e... Joonas Lahtinen
- [Intel-gfx] [PATCH 21/41] drm/i915: Implement pwrite witho... Chris Wilson
- [Intel-gfx] [PATCH 28/41] drm/i915: Combine seqno + tracki... Chris Wilson
