mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
etnaviv: use bytes for read TX data
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7398>
This commit is contained in:
parent
d0a5129fde
commit
cb643e9239
1 changed files with 3 additions and 2 deletions
|
|
@ -346,12 +346,13 @@ static const struct etna_perfmon_config query_config[] = {
|
|||
}
|
||||
},
|
||||
{
|
||||
.name = "tx-mem-read-in-8b-count",
|
||||
.name = "tx-mem-read-bytes",
|
||||
.type = ETNA_QUERY_TX_MEM_READ_IN_8B_COUNT,
|
||||
.group_id = ETNA_QUERY_TX_GROUP_ID,
|
||||
.source = (const struct etna_perfmon_source[]) {
|
||||
{ "TX", "MEM_READ_IN_8B_COUNT" }
|
||||
}
|
||||
},
|
||||
.multiply_with_8 = true
|
||||
},
|
||||
{
|
||||
.name = "tx-cache-miss-count",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue