summaryrefslogtreecommitdiff
path: root/tools/null_state_gen
diff options
context:
space:
mode:
authorMika Kuoppala <mika.kuoppala@intel.com>2015-08-13 15:51:16 +0300
committerMika Kuoppala <mika.kuoppala@intel.com>2015-08-13 16:18:55 +0300
commit5c07135b7bd23ce0beae67cfd8a71ac63f543859 (patch)
treec19d82dec2b3cf63f09aea39dddedbd30fc216df /tools/null_state_gen
parentc049096eb627661182f76bc5d99b8c17c1e8b3d3 (diff)
tools/null_state/gen9: Send all components in VF state
Fix commit 59cdc16b1a6f069f944ff17851a59edf8f72d45d Author: Arun Siluvery <arun.siluvery@linux.intel.com> Date: Fri Jul 31 16:27:07 2015 +0100 tools/null_state/gen9: Send atleast one valid component in VF state to honor the Reviewed-by, send all four components as noted by Ben in his review. Cc: Ben Widawsky <benjamin.widawsky@intel.com> Cc: Arun Siluvery <arun.siluvery@linux.intel.com> Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Diffstat (limited to 'tools/null_state_gen')
-rw-r--r--tools/null_state_gen/intel_renderstate_gen9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/null_state_gen/intel_renderstate_gen9.c b/tools/null_state_gen/intel_renderstate_gen9.c
index b3766eab..37bc6756 100644
--- a/tools/null_state_gen/intel_renderstate_gen9.c
+++ b/tools/null_state_gen/intel_renderstate_gen9.c
@@ -442,7 +442,7 @@ int gen9_setup_null_render_state(struct intel_batchbuffer *batch)
gen8_emit_vertex_elements(batch);
OUT_BATCH(GEN9_3DSTATE_COMPONENT_PACKING | 3);
- OUT_BATCH(1);
+ OUT_BATCH(0xf);
OUT_BATCH(0);
OUT_BATCH(0);
OUT_BATCH(0);