intel/isl: Allow CCS_E on 1010102 formats
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 26 Jan 2018 19:43:24 +0000 (11:43 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 9 May 2018 18:16:33 +0000 (11:16 -0700)
commit561348caa14a849dd50ed1df1d8f7abba7de66f7
tree95ab9bef2501994c5771042e212543809fd8d6b5
parentccb44b8a94654fc827eda784653e607062de3ca1
intel/isl: Allow CCS_E on 1010102 formats

On CNL and above, CCS_E supports 1010102 formats and R11G11B10F.  We had
shut them off during early enabling because blorp_copy couldn't handle
them.  Now it can handle 1010102 formats so we can turn them back on.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/isl/isl_format.c