diff options
author | Jack Xiao <Jack.Xiao@amd.com> | 2024-03-01 13:01:39 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-02 23:18:14 +0300 |
commit | 3dc434ad2635f067b67f2d167f78a31e6124fe2e (patch) | |
tree | 240ceead9dbafa79fb226a694b5cc044458977ee /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | ad5c0a79dfca06ee7f1d5a9cf4f6b4a2113f5d04 (diff) | |
download | linux-3dc434ad2635f067b67f2d167f78a31e6124fe2e.tar.xz |
drm/amdgpu: add module parameter 'amdgpu_uni_mes'
Add module parameter 'amdgpu_uni_mes' to enable/disable unified
mes fw support.
Signed-off-by: Jack Xiao <Jack.Xiao@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/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index c4355d72df02..8bb8b414d511 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -220,6 +220,7 @@ extern int amdgpu_discovery; extern int amdgpu_mes; extern int amdgpu_mes_log_enable; extern int amdgpu_mes_kiq; +extern int amdgpu_uni_mes; extern int amdgpu_noretry; extern int amdgpu_force_asic_type; extern int amdgpu_smartshift_bias; |