anv/gen7_pipeline: Fix typo in semicolon

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Anuj Phogat 2016-10-03 10:40:34 -07:00
parent 1ffcf95fc4
commit d2112fc8d9
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ genX(graphics_pipeline_create)(
wm_prog_data->base.dispatch_grf_start_reg,
ps.DispatchGRFStartRegisterforConstantSetupData1 = 0,
ps.DispatchGRFStartRegisterforConstantSetupData2 =
wm_prog_data->dispatch_grf_start_reg_2,
wm_prog_data->dispatch_grf_start_reg_2;
/* Haswell requires the sample mask to be set in this packet as well as
* in 3DSTATE_SAMPLE_MASK; the values should match. */