intel/isl: Drop extra devinfo checks for CCS support
authorNanley Chery <nanley.g.chery@intel.com>
Mon, 6 Dec 2021 15:27:55 +0000 (10:27 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 7 Dec 2021 23:31:23 +0000 (23:31 +0000)
commit0733266706d1e3071e047e11829ad56d680b9829
tree55ab8c9eedb2e443a6713bf59674155dddba0bff
parent99b320fc6822bcbd5f3eef5ca3b4a9b174475ede
intel/isl: Drop extra devinfo checks for CCS support

These checks are done in isl_format_supports_ccs_*. Since
isl_surf_supports_ccs calls these functions, it doesn't need to check
them itself.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14082>
src/intel/isl/isl.c