mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 22:12:32 -04:00
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user