intel/isl: Don't request space for stencil/hiz packets unless needed
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 12 May 2017 20:31:05 +0000 (13:31 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 26 May 2017 14:58:01 +0000 (07:58 -0700)
commitb9b7792d9abc722bc9e267050fc4d1be6caec243
tree31f637d6d1d638ebf41f47c430a3ee8e108b559e
parentb50b821eb35bc783f463b80e4a284d55caaf0e37
intel/isl: Don't request space for stencil/hiz packets unless needed

On Iron Lake, the packets exist but we never emit them so there's no
need for us to ask the driver to make batch space for them.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/isl/isl.c