[Mesa-dev] [PATCH] i965/chv: Increase VS and GS thread counts

Kenneth Graunke kenneth at whitecape.org
Sun Nov 2 16:12:05 PST 2014


On Sunday, November 02, 2014 11:43:24 AM Ben Widawsky wrote:
> AFAICT the number of threads is 80, not 70. I am not sure if Ken knows
> something I do not.
> 
> Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
> Cc: Kenneth Graunke <kenneth at whitecape.org>
> ---
>  src/mesa/drivers/dri/i965/brw_device_info.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c 
b/src/mesa/drivers/dri/i965/brw_device_info.c
> index 18e4c80..35ca125 100644
> --- a/src/mesa/drivers/dri/i965/brw_device_info.c
> +++ b/src/mesa/drivers/dri/i965/brw_device_info.c
> @@ -240,8 +240,8 @@ static const struct brw_device_info 
brw_device_info_bdw_gt3 = {
>  static const struct brw_device_info brw_device_info_chv = {
>     GEN8_FEATURES, .is_cherryview = 1, .gt = 1,
>     .has_llc = false,
> -   .max_vs_threads = 70,
> -   .max_gs_threads = 70,
> +   .max_vs_threads = 80,
> +   .max_gs_threads = 80,
>     .max_wm_threads = 102,
>     .urb = {
>        .size = 128,
> 

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141102/e379c160/attachment.sig>


More information about the mesa-dev mailing list