Module: Mesa Branch: main Commit: 4cbb0f7ec3841c0188964c5c63c997cbbf027a1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cbb0f7ec3841c0188964c5c63c997cbbf027a1d
Author: Samuel Pitoiset <[email protected]> Date: Tue Apr 25 11:11:43 2023 +0200 ac/sqtt: add missing EventUnknown to rgp_sqtt_marker_event_type To match XGL. Signed-off-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22677> --- src/amd/common/ac_sqtt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/common/ac_sqtt.h b/src/amd/common/ac_sqtt.h index 5e254de5a0b..758ea61fc7b 100644 --- a/src/amd/common/ac_sqtt.h +++ b/src/amd/common/ac_sqtt.h @@ -338,6 +338,7 @@ enum rgp_sqtt_marker_event_type EventCmdDrawMeshTasksEXT = 41, EventCmdDrawMeshTasksIndirectCountEXT = 42, EventCmdDrawMeshTasksIndirectEXT = 43, + EventUnknown = 0x7fff, EventInvalid = 0xffffffff };
