Skip to content

freedreno/turnip: add support for a660

Jonathan Marek requested to merge flto/mesa:a660 into main

Add support for A660, which has no CP_REG_WRITE and no regular 8bpp UBWC.

This also removes most of the use of gpu_id for detecting features, which will make adding new GPUs easier (for example >= 650 doesn't work for a680 because it is a bigger a640. and a635 is a smaller a660).

Merge request reports