isl: Drop misplaced comment about padding
authorChad Versace <chadversary@chromium.org>
Fri, 10 Mar 2017 23:13:16 +0000 (15:13 -0800)
committerChad Versace <chadversary@chromium.org>
Tue, 21 Mar 2017 22:56:13 +0000 (15:56 -0700)
commitc2b706f8afed02f15ef6fd067e47d60e1f0987a5
treee2434d6398d58efa8c50ca5c40b4ff56e774ad7f
parent0e55e465405571b5f2b08d31681927e85f800b5d
isl: Drop misplaced comment about padding

isl has a giant comment that explains the hardware's padding
requirements. (Hint: Cache lines and page faults). But the comment is in
the wrong place, in isl_calc_linear_row_pitch(), which is unrelated to
padding.

The important parts of that comment were copied to
isl_apply_surface_padding() long ago. So drop the misplaced comment.

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/isl/isl.c