intel/perf: add perf query support for Intel Raptorlake

Fixes: 4e0eca7dc3 ("intel/dev: Add device info for RPL")
Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24180>
(cherry picked from commit 36d4e83299)
This commit is contained in:
Rohan Garg 2023-07-17 13:34:51 +02:00 committed by Dylan Baker
parent eb64d60140
commit bde2bba37d
2 changed files with 2 additions and 1 deletions

View file

@ -174,7 +174,7 @@
"description": "intel/perf: add perf query support for Intel Raptorlake",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "4e0eca7dc34942759638ab00eb006ba40284a7c5",
"notes": null

View file

@ -480,6 +480,7 @@ get_register_queries_function(const struct intel_device_info *devinfo)
case INTEL_PLATFORM_DG1:
return intel_oa_register_queries_dg1;
case INTEL_PLATFORM_ADL:
case INTEL_PLATFORM_RPL:
return intel_oa_register_queries_adl;
case INTEL_PLATFORM_DG2_G10:
return intel_oa_register_queries_acmgt3;