]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/amdgpu: set rlc funcs for navi14
authorXiaojie Yuan <xiaojie.yuan@amd.com>
Tue, 25 Dec 2018 06:45:57 +0000 (14:45 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:17:59 +0000 (14:17 -0500)
Same as navi10.

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>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c

index df07643220c98bae13f0aaf5c57fd4a4a53addfa..913f768641365cf600b52e78a65fd81ae13087c3 100644 (file)
@@ -5120,6 +5120,7 @@ static void gfx_v10_0_set_rlc_funcs(struct amdgpu_device *adev)
 {
        switch (adev->asic_type) {
        case CHIP_NAVI10:
+       case CHIP_NAVI14:
                adev->gfx.rlc.funcs = &gfx_v10_0_rlc_funcs;
                break;
        default: