From 6278aa107a525579055342875556cf43b990bcf3 Mon Sep 17 00:00:00 2001 From: Anna Maniscalco Date: Wed, 4 Feb 2026 18:33:17 +0100 Subject: [PATCH] freedreno/common: set has_astc_hdr true for a7xx targets Fixes: dc07473524af ("freedreno/fdl: add astc hdr formats") Reviewed-by: Danylo Piliaiev (cherry picked from commit e959dd0dd7b5fc7b168c45b34b8892a3eb6876df) Part-of: --- .pick_status.json | 2 +- src/freedreno/common/freedreno_devices.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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,