diff options
| author | 2019-10-15 17:02:45 +0800 | |
|---|---|---|
| committer | 2020-07-01 01:59:08 -0400 | |
| commit | 3f63345d38a604b1aeab518b9c1845e91430baec (patch) | |
| tree | 47cad6c9a4c961281b3e86a5b886020a637d0aeb /drivers/gpu/drm/amd/amdgpu/mes_v10_1.c | |
| parent | drm/amdgpu/mes10.1: enable the mes ring during initialization (diff) | |
| download | linux-dev-3f63345d38a604b1aeab518b9c1845e91430baec.tar.xz linux-dev-3f63345d38a604b1aeab518b9c1845e91430baec.zip | |
drm/amdgpu/mes10.1: add the mes fw api
Add the definitions of mes commands.
Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mes_v10_1.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mes_v10_1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c b/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c index 36a92bf2c4ca..da89b6a6507c 100644 --- a/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c +++ b/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c @@ -29,6 +29,7 @@ #include "gc/gc_10_1_0_offset.h" #include "gc/gc_10_1_0_sh_mask.h" #include "v10_structs.h" +#include "mes_api_def.h" MODULE_FIRMWARE("amdgpu/navi10_mes.bin"); |
