diff options
author | Xiaojie Yuan <xiaojie.yuan@amd.com> | 2019-05-16 14:02:14 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-02 17:30:40 +0200 |
commit | 4cdfc4a2be144ee84406e8e6dce5474a67f00c2c (patch) | |
tree | e530a089c949129c9cfa110895be28289757152b /drivers | |
parent | drm/amdgpu/gfx10: set number of me(c)/pipe/queue for navi12 (diff) | |
download | linux-4cdfc4a2be144ee84406e8e6dce5474a67f00c2c.tar.xz linux-4cdfc4a2be144ee84406e8e6dce5474a67f00c2c.zip |
drm/amdgpu/gfx10: set rlc funcs 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')
-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 99669c1be8dc..a5d9dc96aaf2 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c @@ -5209,6 +5209,7 @@ static void gfx_v10_0_set_rlc_funcs(struct amdgpu_device *adev) switch (adev->asic_type) { case CHIP_NAVI10: case CHIP_NAVI14: + case CHIP_NAVI12: adev->gfx.rlc.funcs = &gfx_v10_0_rlc_funcs; break; default: |