mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-26 17:26:14 +00:00
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>
This commit is contained in:
parent
c049096eb6
commit
5c07135b7b
@ -442,7 +442,7 @@ int gen9_setup_null_render_state(struct intel_batchbuffer *batch)
|
|||||||
gen8_emit_vertex_elements(batch);
|
gen8_emit_vertex_elements(batch);
|
||||||
|
|
||||||
OUT_BATCH(GEN9_3DSTATE_COMPONENT_PACKING | 3);
|
OUT_BATCH(GEN9_3DSTATE_COMPONENT_PACKING | 3);
|
||||||
OUT_BATCH(1);
|
OUT_BATCH(0xf);
|
||||||
OUT_BATCH(0);
|
OUT_BATCH(0);
|
||||||
OUT_BATCH(0);
|
OUT_BATCH(0);
|
||||||
OUT_BATCH(0);
|
OUT_BATCH(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user