isl: Fix row pitch for compressed formats
authorChad Versace <chad.versace@intel.com>
Mon, 25 Jan 2016 20:23:57 +0000 (12:23 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 27 Jan 2016 23:12:42 +0000 (15:12 -0800)
commitea44d31528219eb97ce08706d2a6fb4da32636be
treed0ddbd8cde2e639b652f14da915abb8a749b372a
parent45ecfcd63777499dd809259dec6beabacbf022df
isl: Fix row pitch for compressed formats

When calculating row pitch, the row's width in samples must be divided
by the format's block width. The commit below accidentally removed the
division.

    commit eea2d4d05987b4f8ad90a1588267f9495f1e9e99
    Author: Chad Versace <chad.versace@intel.com>
    Date:   Tue Jan 5 14:28:28 2016 -0800
    Subject: isl: Don't align phys_slice0_sa.width twice
src/isl/isl.c