panfrost: Fix GPU ID for t76x in get_perf_config

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11824>
This commit is contained in:
Icecream95
2021-07-12 20:33:55 +12:00
committed by Marge Bot
parent 642812239e
commit 48af341b36
+1 -1
View 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;