intel/blorp: Only double the fast-clear rect alignment on HSW
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 7 Jun 2019 20:13:30 +0000 (15:13 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 7 Jun 2019 22:00:55 +0000 (22:00 +0000)
commit1e6b32d08ccdf3b5666fcfc798fe2fbd1b6dc99c
tree89314536a3be37386ebb2f0efc799e97c8adc947
parent3c456cf5832f39761afa5699d062a8639bd503af
intel/blorp: Only double the fast-clear rect alignment on HSW

This restriction was accidentally added to the BSpec/PRM as an
unrestricted restriction starting with the HSW docs and it was never
removed.  However, it only ever applied to HSW and actually potentially
causes problems on BDW and above where we have mipmapped fast-clears.

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/blorp/blorp_clear.c