mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 05:50:14 +01:00
iris/compute: Set mask bits on PIPELINE_SELECT
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
9fc672428d
commit
25f1625edf
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue