[Intel-xe] [PATCH] fixup! drm/xe: Add min/max cap for engine scheduler properties

Matthew Brost matthew.brost at intel.com
Mon Aug 21 18:18:07 UTC 2023


On Mon, Aug 21, 2023 at 01:53:47PM +0000, Francois Dugast wrote:
> Fix typos in options descriptions.
> 
> Signed-off-by: Francois Dugast <francois.dugast at intel.com>

Reviewed-by: Matthew Brost <matthew.brost at intel.com>

> ---
>  drivers/gpu/drm/xe/Kconfig.profile | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/Kconfig.profile b/drivers/gpu/drm/xe/Kconfig.profile
> index 4bc080547d5f..ba17a25e8db3 100644
> --- a/drivers/gpu/drm/xe/Kconfig.profile
> +++ b/drivers/gpu/drm/xe/Kconfig.profile
> @@ -5,7 +5,7 @@ config DRM_XE_JOB_TIMEOUT_MAX
>  	  Configures the default max job timeout after which job will
>  	  be forcefully taken away from scheduler.
>  config DRM_XE_JOB_TIMEOUT_MIN
> -	int "Default max job timeout (ms)"
> +	int "Default min job timeout (ms)"
>  	default 1 # milliseconds
>  	help
>  	  Configures the default min job timeout after which job will
> @@ -31,14 +31,14 @@ config DRM_XE_PREEMPT_TIMEOUT
>  	  an arbitration point and yield to HW before the timer expires, the
>  	  HW will be reset to allow the more important context to execute.
>  config DRM_XE_PREEMPT_TIMEOUT_MAX
> -	int "Default max  preempt timeout (us)"
> +	int "Default max preempt timeout (us)"
>  	default 10000000 # microseconds
>  	help
>  	  Configures the default max preempt timeout after which context
>  	  will be forcefully taken away and higher priority context will
>  	  run.
>  config DRM_XE_PREEMPT_TIMEOUT_MIN
> -	int "Default min  preempt timeout (us)"
> +	int "Default min preempt timeout (us)"
>  	default 1 # microseconds
>  	help
>  	  Configures the default min preempt timeout after which context
> -- 
> 2.34.1
> 


More information about the Intel-xe mailing list