From eda3dd00760039493fa2afc00193aa47b6ce8c58 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 9 Sep 2014 21:28:46 +1200 Subject: i965: Add device limits for tess threads & URB entries This should cover all platforms prior to Skylake. Signed-off-by: Chris Forbes Signed-off-by: Kenneth Graunke Acked-by: Ben Widawsky --- src/mesa/drivers/dri/i965/brw_device_info.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/drivers/dri/i965/brw_device_info.h') diff --git a/src/mesa/drivers/dri/i965/brw_device_info.h b/src/mesa/drivers/dri/i965/brw_device_info.h index e506beb..7c9f5d0 100644 --- a/src/mesa/drivers/dri/i965/brw_device_info.h +++ b/src/mesa/drivers/dri/i965/brw_device_info.h @@ -66,6 +66,8 @@ struct brw_device_info * @{ */ unsigned max_vs_threads; + unsigned max_hs_threads; + unsigned max_ds_threads; unsigned max_gs_threads; unsigned max_wm_threads; @@ -73,6 +75,8 @@ struct brw_device_info unsigned size; unsigned min_vs_entries; unsigned max_vs_entries; + unsigned max_hs_entries; + unsigned max_ds_entries; unsigned max_gs_entries; } urb; /** @} */ -- cgit v1.1