isl: Use bpb for determining YUV image padding
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 12 Jul 2016 21:17:18 +0000 (14:17 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 13 Jul 2016 18:47:37 +0000 (11:47 -0700)
commit8c76b9bdce4c38ab7a600706c4e0151557d75fc5
treeb0e82dd9569076710b062b8b5563f092cb991a43
parentcf9ff082b48779c52fa6b82dc4bb163303287772
isl: Use bpb for determining YUV image padding

When we initially dropped bpb in favor of bs, we accidentally didn't change
this one line properly.  This brings it back to what it should be.

Reviewed-by: Chad Versace <chad.versace@intel.com>
src/intel/isl/isl.c