panfrost: Fix GPU ID for t76x in get_perf_config
authorIcecream95 <ixn@disroot.org>
Mon, 12 Jul 2021 08:33:55 +0000 (20:33 +1200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 12 Jul 2021 09:07:48 +0000 (09:07 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11824>

src/panfrost/perf/pan_perf.c

index 44e11af..f20a81b 100644 (file)
@@ -53,7 +53,7 @@ get_perf_config(unsigned int gpu_id)
    switch (gpu_id) {
    case 0x720:
       return &panfrost_perf_config_t72x;
-   case 0x760:
+   case 0x750:
       return &panfrost_perf_config_t76x;
    case 0x820:
       return &panfrost_perf_config_t82x;