[Intel-gfx] [PATCH 03/12] drm/i915/gt: Restore dropped 'interruptible' flag

Tvrtko Ursulin tvrtko.ursulin at linux.intel.com
Mon Oct 7 12:25:56 UTC 2019


On 06/10/2019 17:49, Chris Wilson wrote:
> Lost in the rebasing was Tvrtko's reminder that we need to keep an
> uninterruptible wait around for the Ironlake VT-d w/a
> 
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
> ---
>   drivers/gpu/drm/i915/gt/intel_gt_requests.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/gt/intel_gt_requests.c b/drivers/gpu/drm/i915/gt/intel_gt_requests.c
> index 8aed89fd2cdc..d69e78478eea 100644
> --- a/drivers/gpu/drm/i915/gt/intel_gt_requests.c
> +++ b/drivers/gpu/drm/i915/gt/intel_gt_requests.c
> @@ -48,7 +48,7 @@ long intel_gt_retire_requests_timeout(struct intel_gt *gt, long timeout)
>   			fence = i915_active_fence_get(&tl->last_request);
>   			if (fence) {
>   				timeout = dma_fence_wait_timeout(fence,
> -								 true,
> +								 interruptible,
>   								 timeout);
>   				dma_fence_put(fence);
>   			}
> 

Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>

Regards,

Tvrtko


More information about the Intel-gfx mailing list