Skip to content

Commit 60e2e53

Browse files
author
Rob Clark
committed
WIP: tu: Disable VRS for gen8
These seem to mostly be failing. Still need to debug.
1 parent 4d8bfb0 commit 60e2e53

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/freedreno/common/freedreno_devices.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,16 @@ def apply_props(self, gpu_info):
14571457
gmem_ccu_depth_cache_fraction = CCUColorCacheFraction.FULL.value,
14581458
gmem_per_ccu_depth_cache_size = 256 * 1024,
14591459
has_fs_tex_prefetch = False,
1460+
1461+
# TODO it appears that HW shading rate is swapped to:
1462+
#
1463+
# (hlog2 | (wlog2 << 2))
1464+
#
1465+
# on at least some gen8 devices. Just disable the
1466+
# extension for now until we figure out how to deal
1467+
# with that.
1468+
has_attachment_shading_rate = False,
1469+
has_primitive_shading_rate = False,
14601470
)
14611471

14621472
# Totally fake, just to get cffdump to work:

0 commit comments

Comments
 (0)