mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 17:40:15 +01:00
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 commit36d4e83299)
This commit is contained in:
parent
eb64d60140
commit
bde2bba37d
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue