summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2018-06-12 17:10:19 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-06-20 21:15:01 -0500
commit3e514732c0e13bb31b97e49b294c7e417fd35165 (patch)
treefe5a846dd96200dd2d8fd11f52a5d39a4fdb2d70
parent02a9e40a83bc220c6cb7dfc62b2e73d517cf6172 (diff)
drm/amdgpu: add gfx10 specific new member pa_sc_tile_steering_override
New gfx config parameter. Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
index 9f55d428adb0..af0bb2b02abd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
@@ -134,6 +134,7 @@ struct amdgpu_gfx_config {
/* gfx10 specific config */
uint32_t num_sc_per_sh;
uint32_t num_packer_per_sc;
+ uint32_t pa_sc_tile_steering_override;
};
struct amdgpu_cu_info {