iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13

Ref: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12908
Cc: mesa-stable
Fixes: e435511b58 ("intel/dev: Add device info for ADL GT2")
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12973>
This commit is contained in:
Jordan Justen 2021-09-16 15:40:21 -07:00
parent c746bf4c5c
commit d4174f5f05
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ modifier_is_supported(const struct intel_device_info *devinfo,
case I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS_CC:
if (devinfo->verx10 != 120)
return false;
if (devinfo->display_ver != 12)
return false;
break;
case DRM_FORMAT_MOD_INVALID:
default: