1 // SPDX-License-Identifier: MIT
3 * Copyright © 2020 Intel Corporation
9 i915_fence_context_timeout(const struct drm_i915_private
*i915
, u64 context
)
11 if (context
&& IS_ACTIVE(CONFIG_DRM_I915_FENCE_TIMEOUT
))
12 return msecs_to_jiffies_timeout(CONFIG_DRM_I915_FENCE_TIMEOUT
);