On 16-11-15 03:08:22, Kenneth Graunke wrote:
This was missing.

Signed-off-by: Kenneth Graunke <[email protected]>

Cc: stable?
Reviewed-by: Ben Widawsky <[email protected]>

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

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

Reply via email to