[Intel-gfx] [PATCH 14/28] drm/i915: Add a label for config DRM_I915_SPIN_REQUEST
Mika Kuoppala
mika.kuoppala at linux.intel.com
Mon Jun 10 12:11:40 UTC 2019
Chris Wilson <chris at chris-wilson.co.uk> writes:
> If we don't give it a label, it does not appear as a configuration
> option.
>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Mika Kuoppala <mika.kuoppala at linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala at linux.intel.com>
> ---
> drivers/gpu/drm/i915/Kconfig.profile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/Kconfig.profile b/drivers/gpu/drm/i915/Kconfig.profile
> index 613b753cb27a..8273d3baafe4 100644
> --- a/drivers/gpu/drm/i915/Kconfig.profile
> +++ b/drivers/gpu/drm/i915/Kconfig.profile
> @@ -13,7 +13,7 @@ config DRM_I915_USERFAULT_AUTOSUSPEND
> runtime pm autosuspend delay tunable.
>
> config DRM_I915_SPIN_REQUEST
> - int
> + int "Busywait for request completion (us)"
> default 5 # microseconds
> help
> Before sleeping waiting for a request (GPU operation) to complete,
> --
> 2.20.1
More information about the Intel-gfx
mailing list