drm/i915/fb: Don't report MC CCS plane capability on GEN<12
authorImre Deak <imre.deak@intel.com>
Tue, 26 Oct 2021 16:15:15 +0000 (19:15 +0300)
committerImre Deak <imre.deak@intel.com>
Fri, 29 Oct 2021 14:21:08 +0000 (17:21 +0300)
commitda0c3e2c907aaa4c6818aabc2691a667e3578063
tree7f4403add15c3098078cc453c1006fd2726c22a8
parentc1bb3a463dac815598362fb642a2746ff0e8f2f8
drm/i915/fb: Don't report MC CCS plane capability on GEN<12

Remove the MC CCS plane capability on GEN<12, since it's not present
there. This didn't cause a problem, since the display version check
filtered out the MC CCS modifiers before GEN12.

Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211026161517.2694067-2-imre.deak@intel.com
drivers/gpu/drm/i915/display/skl_universal_plane.c