mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
isl: Enable compression with Tile4
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/14431>
This commit is contained in:
parent
793338266c
commit
792e294572
1 changed files with 1 additions and 1 deletions
|
|
@ -2204,7 +2204,7 @@ isl_surf_supports_ccs(const struct isl_device *dev,
|
|||
*/
|
||||
|
||||
/* TODO: Handle the other tiling formats */
|
||||
if (surf->tiling != ISL_TILING_Y0)
|
||||
if (surf->tiling != ISL_TILING_Y0 && surf->tiling != ISL_TILING_4)
|
||||
return false;
|
||||
} else {
|
||||
/* ISL_GFX_VER(dev) < 12 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue