From 415f2a6a9c95f4ad5bd5c532b4b290a2d341f4eb Mon Sep 17 00:00:00 2001 From: wangra Date: Wed, 27 Sep 2023 13:11:00 -0400 Subject: [PATCH] tu/kgsl: Fix bitfield of DITHER_MODE_MRT6 The enum `adreno_rb_dither_mode` needs 2 bits, change the `high` to 13 to make sure 2 bits are used for `DITHER_MODE_MRT6` Fixes: e03259974e2f2c8e8c0295f8dab56d88e7bd896c ("freedreno: Generate headers from xml files") Part-of: (cherry picked from commit e90f9d8e212535fbd44bb4088fb0e8078d9f2935) --- .pick_status.json | 2 +- src/freedreno/registers/adreno/a6xx.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 823e17e02fa..715e36f0023 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -832,7 +832,7 @@ "description": "tu/kgsl: Fix bitfield of DITHER_MODE_MRT6", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "e03259974e2f2c8e8c0295f8dab56d88e7bd896c" }, diff --git a/src/freedreno/registers/adreno/a6xx.xml b/src/freedreno/registers/adreno/a6xx.xml index 320fb5e0b2e..9cfbd60f2e3 100644 --- a/src/freedreno/registers/adreno/a6xx.xml +++ b/src/freedreno/registers/adreno/a6xx.xml @@ -2182,7 +2182,7 @@ to upconvert to 32b float internally? - +