isl: Use ARRAY_PITCH_SPAN_FULL for depth/stencil surfaces on gen7

We helpfully inserted a PRM quotation about how we need to use
ARRAY_PITCH_SPAN_FULL and then set it to COMPACT.  Oops...

Reviewed-by: Chad Versace <chad.versace@intel.com>
This commit is contained in:
Jason Ekstrand 2016-07-12 14:57:30 -07:00
parent 0d48ac627a
commit a52f26d6e8
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ isl_choose_array_pitch_span(const struct isl_device *dev,
* the depth buffer and stencil buffer have an implied value of
* ARYSPC_FULL):
*/
return ISL_ARRAY_PITCH_SPAN_COMPACT;
return ISL_ARRAY_PITCH_SPAN_FULL;
}
if (info->levels == 1) {