From b341b39db3b8e25d396b1eddbc81517d5ae4bad7 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 27 Jun 2018 16:31:19 -0700 Subject: [PATCH] v3d: Fix the shader code address field widths on V3D 4.1+ We were overlapping it with the threadable/nan flags, resulting in incorrect relocations (threadable/nan included in the offset) and wrong ordering in the CLIF files. --- src/broadcom/cle/v3d_packet_v33.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/broadcom/cle/v3d_packet_v33.xml b/src/broadcom/cle/v3d_packet_v33.xml index 95e47b5c14d..3eb8d8b7287 100644 --- a/src/broadcom/cle/v3d_packet_v33.xml +++ b/src/broadcom/cle/v3d_packet_v33.xml @@ -1090,19 +1090,19 @@ - + - + - + -- 2.30.2