mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 06:28:08 +02:00
The V3D 7.1 TFU ICFG register restructured the IFORMAT field to 3 bits (25:23) vs 4 bits on V3D 4.2. The defines were still using the V3D 4.2 encoding (11-15) which overflows the 3-bit field. Fix values to the correct 3-7 range. This was working by accident because the overflow bits land in the SVTWID field, which is not used for the affected tiling formats. Also rename SAND_128 to SAND since V3D 7.1 has a single SAND input format; the tile width is now controlled by SVTWID. Fixes: |
||
|---|---|---|
| .. | ||
| v3d_cpu_tiling.h | ||
| v3d_csd.h | ||
| v3d_debug.c | ||
| v3d_debug.h | ||
| v3d_device_info.c | ||
| v3d_device_info.h | ||
| v3d_limits.h | ||
| v3d_macros.h | ||
| v3d_performance_counters.h | ||
| v3d_tfu.h | ||
| v3d_tiling.c | ||
| v3d_tiling.h | ||
| v3d_util.c | ||
| v3d_util.h | ||