diff options
author | Xiaojie Yuan <xiaojie.yuan@amd.com> | 2019-05-16 20:01:03 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-02 10:30:40 -0500 |
commit | 9ff3dba6d68db11f096d89b07c5a1db39ffdd6ff (patch) | |
tree | 5de14b7f3a93f609bd321dd92ba148982f354e64 /drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | |
parent | 716e9bb099c52efe5290c0b1f329e855b453663a (diff) | |
download | linux-9ff3dba6d68db11f096d89b07c5a1db39ffdd6ff.tar.bz2 |
drm/amdgpu/gfx10: set number of me(c)/pipe/queue for navi12
Same as other navi asics.
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c index 754a212f4381..99669c1be8dc 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c @@ -1228,6 +1228,7 @@ static int gfx_v10_0_sw_init(void *handle) switch (adev->asic_type) { case CHIP_NAVI10: case CHIP_NAVI14: + case CHIP_NAVI12: adev->gfx.me.num_me = 1; adev->gfx.me.num_pipe_per_me = 2; adev->gfx.me.num_queue_per_pipe = 1; |