aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-05-02 15:49:36 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-05-05 18:14:04 -0400
commitf47b77b4e4baeb7922b5652ae7040d4d5de684a7 (patch)
tree9409b64c2d850ab8d9f0796925b96f69384d7172 /drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
parent327fce0c0d265b14be575bfe21a98c7c0dd932d8 (diff)
downloadlinux-f47b77b4e4baeb7922b5652ae7040d4d5de684a7.tar.gz
linux-f47b77b4e4baeb7922b5652ae7040d4d5de684a7.tar.bz2
linux-f47b77b4e4baeb7922b5652ae7040d4d5de684a7.zip
drm/amdgpu/gfx: drop max_gs_waves_per_vgt
We already have this info: max_gs_threads. Drop the duplicate. Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
index 5f2ae4cb510f..484ead2a20a4 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
@@ -786,7 +786,6 @@ static void gfx_v9_0_gpu_early_init(struct amdgpu_device *adev)
adev->gfx.config.sc_earlyz_tile_fifo_size = 0x4C0;
adev->gfx.config.gs_vgt_table_depth = 32;
adev->gfx.config.gs_prim_buffer_depth = 1792;
- adev->gfx.config.max_gs_waves_per_vgt = 32;
gb_addr_config = VEGA10_GB_ADDR_CONFIG_GOLDEN;
break;
default: