iris/compute: Set mask bits on PIPELINE_SELECT
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
committed by
Kenneth Graunke
parent
9fc672428d
commit
25f1625edf
@@ -621,6 +621,9 @@ iris_init_compute_context(struct iris_screen *screen,
|
||||
/* XXX: PIPE_CONTROLs */
|
||||
|
||||
iris_emit_cmd(batch, GENX(PIPELINE_SELECT), sel) {
|
||||
#if GEN_GEN >= 9
|
||||
sel.MaskBits = 3;
|
||||
#endif
|
||||
sel.PipelineSelection = GPGPU;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user