intel/isl: Don't scream FINISHME into logs for 3D vs. CCS
authorDaniel Stone <daniels@collabora.com>
Wed, 8 Mar 2023 15:03:35 +0000 (15:03 +0000)
committerMarge Bot <emma+marge@anholt.net>
Thu, 9 Mar 2023 01:36:54 +0000 (01:36 +0000)
commitdaa1468b54360f028744ea7cf42d22aa5dfd5ba0
tree2be1001b2b8f0e6bc4fc8455996113599ab726aa
parentdf7b40d0024b9a5b114c5eff6b61a2a79e4b8e2b
intel/isl: Don't scream FINISHME into logs for 3D vs. CCS

This would probably be a nice optimisation to have, but it really does
make the CTS logs awful:
    https://gitlab.freedesktop.org/mesa/mesa/-/jobs/37692447

Just demote this isl_finishme() to a comment; given it's been unfinished
since 2019, we can probably live without it.

Fixes: 126c9562d98b ("isl: Redefine the CCS layout for Gen12")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21788>
src/intel/isl/isl.c