OSDN Git Service

Merge drm/drm-next into drm-misc-next
[tomoyo/tomoyo-test1.git] / drivers / gpu / drm / amd / amdgpu / dce_virtual.c
index 3669438..e4f9486 100644 (file)
@@ -453,13 +453,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;
 }