diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2018-06-12 12:10:19 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-21 05:15:01 +0300 |
commit | 3e514732c0e13bb31b97e49b294c7e417fd35165 (patch) | |
tree | fe5a846dd96200dd2d8fd11f52a5d39a4fdb2d70 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
parent | 02a9e40a83bc220c6cb7dfc62b2e73d517cf6172 (diff) | |
download | linux-3e514732c0e13bb31b97e49b294c7e417fd35165.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 |
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 { |