From: Connor Abbott Date: Mon, 17 Oct 2022 14:38:57 +0000 (+0200) Subject: freedreno/a6xx: Add CP_ROQ_*_STAT X-Git-Tag: upstream/23.3.3~12726 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aba8aea2be79488533544a321c18ec57c8cdade6;p=platform%2Fupstream%2Fmesa.git freedreno/a6xx: Add CP_ROQ_*_STAT Signed-off-by: Rob Clark Part-of: --- diff --git a/src/freedreno/.gitlab-ci/reference/crash.log b/src/freedreno/.gitlab-ci/reference/crash.log index 5a37ab0..4c6deca 100644 --- a/src/freedreno/.gitlab-ci/reference/crash.log +++ b/src/freedreno/.gitlab-ci/reference/crash.log @@ -739,12 +739,12 @@ registers: 00000000 0x936: 00000000 00800000 0x937: 00800000 00000000 0x938: 00000000 - 00400031 0x939: 00400031 - 010c0107 0x93a: 010c0107 - 02000200 0x93b: 02000200 - 03000300 0x93c: 03000300 - 00b000b0 0x93d: 00b000b0 - 00d800d8 0x93e: 00d800d8 + 00400031 CP_ROQ_RB_STAT: { RPTR = 0x31 | WPTR = 0x40 } + 010c0107 CP_ROQ_IB1_STAT: { RPTR = 0x107 | WPTR = 0x10c } + 02000200 CP_ROQ_IB2_STAT: { RPTR = 0x200 | WPTR = 0x200 } + 03000300 CP_ROQ_SDS_STAT: { RPTR = 0x300 | WPTR = 0x300 } + 00b000b0 CP_ROQ_MRB_STAT: { RPTR = 0xb0 | WPTR = 0xb0 } + 00d800d8 CP_ROQ_VSD_STAT: { RPTR = 0xd8 | WPTR = 0xd8 } 0000007f 0x942: 0000007f 0000000c 0x943: 0000000c 00000000 0x944: 00000000 diff --git a/src/freedreno/registers/adreno/a6xx.xml b/src/freedreno/registers/adreno/a6xx.xml index 6a30c70..3af922d 100644 --- a/src/freedreno/registers/adreno/a6xx.xml +++ b/src/freedreno/registers/adreno/a6xx.xml @@ -1092,6 +1092,18 @@ to upconvert to 32b float internally? This is used by CP to read the draw stream and skip empty draws --> + + + + + + + + + + + +