Mesa (staging/18.1): etnaviv: fix typo in query names

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 1 16:43:38 UTC 2018


Module: Mesa
Branch: staging/18.1
Commit: 0a19e01038d2d5eda91d02b6e22685396a02ca40
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a19e01038d2d5eda91d02b6e22685396a02ca40

Author: Christian Gmeiner <christian.gmeiner at gmail.com>
Date:   Mon Jul 30 09:44:01 2018 +0200

etnaviv: fix typo in query names

Fixes: d0bed0b4944d ("etnaviv: support HI performance counters")
Cc: mesa-stable at lists.freedesktop.org
Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
Reviewed-by: Chris Healy <cphealy at gmail.com>
(cherry picked from commit e1d4882d05dab49395be459f34b1559292d5b6f6)

---

 src/gallium/drivers/etnaviv/etnaviv_query_pm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/etnaviv/etnaviv_query_pm.c b/src/gallium/drivers/etnaviv/etnaviv_query_pm.c
index 981cfd2c4d..ade0b9790c 100644
--- a/src/gallium/drivers/etnaviv/etnaviv_query_pm.c
+++ b/src/gallium/drivers/etnaviv/etnaviv_query_pm.c
@@ -59,7 +59,7 @@ static const char *group_names[] = {
 
 static const struct etna_perfmon_config query_config[] = {
    {
-      .name = "hi-total-cyles",
+      .name = "hi-total-cycles",
       .type = ETNA_QUERY_HI_TOTAL_CYCLES,
       .group_id = ETNA_QUERY_HI_GROUP_ID,
       .source = (const struct etna_perfmon_source[]) {
@@ -67,7 +67,7 @@ static const struct etna_perfmon_config query_config[] = {
       }
    },
    {
-      .name = "hi-idle-cyles",
+      .name = "hi-idle-cycles",
       .type = ETNA_QUERY_HI_IDLE_CYCLES,
       .group_id = ETNA_QUERY_HI_GROUP_ID,
       .source = (const struct etna_perfmon_source[]) {




More information about the mesa-commit mailing list