[Mesa-dev] [PATCH] intel: Set min_ds_entries on Broxton.

Ben Widawsky ben at bwidawsk.net
Tue Nov 15 15:24:41 UTC 2016


On 16-11-15 03:08:22, Kenneth Graunke wrote:
>This was missing.
>
>Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

Cc: stable?
Reviewed-by: Ben Widawsky <benjamin.widawsky at intel.com>

Would you mind taking a quick look at the cleanup patch I have for defining GEN9
and GEN9_LP feature macros?

>---
> src/intel/common/gen_device_info.c | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/src/intel/common/gen_device_info.c b/src/intel/common/gen_device_info.c
>index 1dc1769..c7b8e56 100644
>--- a/src/intel/common/gen_device_info.c
>+++ b/src/intel/common/gen_device_info.c
>@@ -391,6 +391,7 @@ static const struct gen_device_info gen_device_info_bxt = {
>    .urb = {
>       .size = 192,
>       .min_vs_entries = 34,
>+      .min_ds_entries = 34,
>       .max_vs_entries = 704,
>       .max_tcs_entries = 256,
>       .max_tes_entries = 416,
>@@ -413,6 +414,7 @@ static const struct gen_device_info gen_device_info_bxt_2x6 = {
>    .urb = {
>       .size = 128,
>       .min_vs_entries = 34,
>+      .min_ds_entries = 34,
>       .max_vs_entries = 352,
>       .max_tcs_entries = 128,
>       .max_tes_entries = 208,
>-- 
>2.10.2
>


More information about the mesa-dev mailing list