mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
mesa: Fix a typo in AMD_performance_monitor enum.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
bfc64b9688
commit
5a7e5d8bb6
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
<enum name="COUNTER_TYPE_AMD" value="0x8BC0"/>
|
||||
<enum name="COUNTER_RANGE_AMD" value="0x8BC1"/>
|
||||
<enum name="UNSIGNED_INT64_AMD" value="0x8BC2"/>
|
||||
<enum name="PECENTAGE_AMD" value="0x8BC3"/>
|
||||
<enum name="PERCENTAGE_AMD" value="0x8BC3"/>
|
||||
<enum name="PERFMON_RESULT_AVAILABLE_AMD" value="0x8BC4"/>
|
||||
<enum name="PERFMON_RESULT_SIZE_AMD" value="0x8BC5"/>
|
||||
<enum name="PERFMON_RESULT_AMD" value="0x8BC6"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue