2018-03-29 16:25 GMT+02:00 Lucas Stach <l.st...@pengutronix.de>: > Am Sonntag, den 25.03.2018, 22:30 +0200 schrieb Christian Gmeiner: >> > Signed-off-by: Christian Gmeiner <christian.gmei...@gmail.com> >> --- >> src/gallium/drivers/etnaviv/etnaviv_query_pm.c | 63 >> ++++++++++++++++++++++++++ >> src/gallium/drivers/etnaviv/etnaviv_query_pm.h | 10 ++++ >> 2 files changed, 73 insertions(+) >> >> diff --git a/src/gallium/drivers/etnaviv/etnaviv_query_pm.c >> b/src/gallium/drivers/etnaviv/etnaviv_query_pm.c >> index 3601d4086c..4c2a2ac7de 100644 >> --- a/src/gallium/drivers/etnaviv/etnaviv_query_pm.c >> +++ b/src/gallium/drivers/etnaviv/etnaviv_query_pm.c >> @@ -276,6 +276,69 @@ static const struct etna_perfmon_config query_config[] >> = { >> .source = (const struct etna_perfmon_source[]) { >> { "RA", "CULLED_QUAD_COUNT" } >> } >> + }, >> + { >> + .name = "tx-total-bilinear-requests", >> + .type = ETNA_QUERY_TX_TOTAL_BILINEAR_REQUESTS, >> + .source = (const struct etna_perfmon_source[]) { >> + { "TX", "TOTAL_BILINEAR_REQUESTS" } >> + } >> + }, >> + { >> + .name = "tx-total-trilinear-requests", >> + .type = ETNA_QUERY_TX_TOTAL_TRILINEAR_REQUESTS, >> + .source = (const struct etna_perfmon_source[]) { >> + { "TX", "TOTAL_TRILINEAR_REQUESTS" } >> + } >> + }, >> + { >> + .name = "tx-total-discarded-texutre-requests", > > ^ wrong spelling of texture. > >> + .type = ETNA_QUERY_TX_TOTAL_DISCARDED_TEXTURE_REQUESTS, >> + .source = (const struct etna_perfmon_source[]) { >> + { "TX", "TOTAL_DISCARDED_TEXTURE_REQUESTS" } >> + } >> + }, >> + { >> + .name = "tx-total-texutre-requests", > > again >
Fixed locally... -- greets -- Christian Gmeiner, MSc https://christian-gmeiner.info _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev