Revert "iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13"
Round and round we go :) In the "drm/i915/adlp/fb: Remove CCS FB stride restrictions" series, https://lists.freedesktop.org/archives/intel-gfx/2021-October/281768.html, it now appears that kernel can allow these modifiers to work with adl-p. This reverts commitd4174f5f05. Fixes:d4174f5f05("iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13") Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13565>
This commit is contained in:
@@ -99,8 +99,6 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user