mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
ac/rgp: mark SQTT_FILE_CHUNK_TYPE_ISA_DATABASE as deprecated
This is now deprecated and reserved for future uses. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11063>
This commit is contained in:
parent
bd79c8992d
commit
c3a4ca2908
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ enum sqtt_file_chunk_type
|
|||
SQTT_FILE_CHUNK_TYPE_SQTT_DESC,
|
||||
SQTT_FILE_CHUNK_TYPE_SQTT_DATA,
|
||||
SQTT_FILE_CHUNK_TYPE_API_INFO,
|
||||
SQTT_FILE_CHUNK_TYPE_ISA_DATABASE,
|
||||
SQTT_FILE_CHUNK_TYPE_RESERVED,
|
||||
SQTT_FILE_CHUNK_TYPE_QUEUE_EVENT_TIMINGS,
|
||||
SQTT_FILE_CHUNK_TYPE_CLOCK_CALIBRATION,
|
||||
SQTT_FILE_CHUNK_TYPE_CPU_INFO,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue