mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
i965: fix icelake performance query enabling
This was a rebase issue which lost of change to a file moved from i965
to src/intel/perf.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 134e750e16 ("i965: extract performance query metrics")
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
36cfe5fd62
commit
f15409ee55
1 changed files with 2 additions and 0 deletions
|
|
@ -378,6 +378,8 @@ get_register_queries_function(const struct gen_device_info *devinfo)
|
|||
}
|
||||
if (devinfo->is_cannonlake)
|
||||
return gen_oa_register_queries_cnl;
|
||||
if (devinfo->gen == 11)
|
||||
return gen_oa_register_queries_icl;
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue