diff --git a/.pick_status.json b/.pick_status.json index b218baf44a6..a20a2a9bcba 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4814,7 +4814,7 @@ "description": "freedreno/common: set has_astc_hdr true for a7xx targets", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "dc07473524af4da8b8fd123c124cb166f67cd2f2", "notes": null diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index e5ab374a911..742fd1f1df9 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -942,6 +942,7 @@ a7xx_base = GPUProps( has_hw_multiview = True, has_fs_tex_prefetch = True, has_sampler_minmax = True, + has_astc_hdr = True, supports_double_threadsize = True,