> -----Original Message-----
> From: Roger.He [mailto:[email protected]]
> Sent: Monday, March 27, 2017 9:52 PM
> To: [email protected]
> Cc: Deucher, Alexander; He, Hongbo
> Subject: [PATCH 2/2] drm/amd/amdgpu: decrease ttm bo priority number

Patch title should be:
drm/ttm: decrease ttm bo priority number
With that fixed:
Reviewed-by: Alex Deucher <[email protected]>

> 
> decrease and also reserve priority number for KFD using
> 
> Change-Id: I9e36d292c920c034ddca53d0ec282c17b7a3cf16
> Signed-off-by: Roger.He <[email protected]>
> Reviewed-by: Christian König <[email protected]>
> ---
>  include/drm/ttm/ttm_bo_driver.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/drm/ttm/ttm_bo_driver.h
> b/include/drm/ttm/ttm_bo_driver.h
> index c3d74be..7777d14 100644
> --- a/include/drm/ttm/ttm_bo_driver.h
> +++ b/include/drm/ttm/ttm_bo_driver.h
> @@ -42,7 +42,7 @@
>  #include <linux/spinlock.h>
>  #include <linux/reservation.h>
> 
> -#define TTM_MAX_BO_PRIORITY  16U
> +#define TTM_MAX_BO_PRIORITY  4U
> 
>  struct ttm_backend_func {
>       /**
> --
> 2.7.4

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to