]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/dce_virtual.c
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / drivers / gpu / drm / amd / amdgpu / dce_virtual.c
index 3cc0a16649f96db3534d0b9641114adb11797a6a..c9608ae8643b64b0a7eb5ba585b683a1a5a189c8 100644 (file)
@@ -454,13 +454,8 @@ static int dce_virtual_hw_init(void *handle)
 #endif
                /* no DCE */
                break;
-       case CHIP_VEGA10:
-       case CHIP_VEGA12:
-       case CHIP_VEGA20:
-       case CHIP_NAVI10:
-               break;
        default:
-               DRM_ERROR("Virtual display unsupported ASIC type: 0x%X\n", adev->asic_type);
+               break;
        }
        return 0;
 }
This page took 0.033942 seconds and 4 git commands to generate.