]> git.baikalelectronics.ru Git - kernel.git/commitdiff
drm/amd/amdgpu: update mes11 api def
authorJack Xiao <Jack.Xiao@amd.com>
Tue, 29 Nov 2022 03:12:08 +0000 (11:12 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 13:03:16 +0000 (14:03 +0100)
commit 1e7bbdba68baf6af7500dd636f18b6fcce58e945 upstream.

Update the api def of mes11.

Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Tested-and-acked-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: "Gong, Richard" <richard.gong@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/include/mes_v11_api_def.h

index 7e85cdc5bd34ea842120ecfe11b5bf319725be1b..dc694cb246d9f457a4e82f6446f5879b3487ada8 100644 (file)
@@ -222,7 +222,11 @@ union MESAPI_SET_HW_RESOURCES {
                                uint32_t apply_grbm_remote_register_dummy_read_wa : 1;
                                uint32_t second_gfx_pipe_enabled : 1;
                                uint32_t enable_level_process_quantum_check : 1;
-                               uint32_t reserved       : 25;
+                               uint32_t legacy_sch_mode : 1;
+                               uint32_t disable_add_queue_wptr_mc_addr : 1;
+                               uint32_t enable_mes_event_int_logging : 1;
+                               uint32_t enable_reg_active_poll : 1;
+                               uint32_t reserved       : 21;
                        };
                        uint32_t        uint32_t_all;
                };