aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorJack Xiao <[email protected]>2024-03-01 10:01:39 +0000
committerAlex Deucher <[email protected]>2024-05-02 20:18:14 +0000
commit3dc434ad2635f067b67f2d167f78a31e6124fe2e (patch)
tree240ceead9dbafa79fb226a694b5cc044458977ee /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu/mes12: add legacy setting hw resource interface (diff)
downloadkernel-3dc434ad2635f067b67f2d167f78a31e6124fe2e.tar.gz
kernel-3dc434ad2635f067b67f2d167f78a31e6124fe2e.zip
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 <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
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;