drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn10 / dcn10_ipp.c
index 0fb9e44..f05371c 100644 (file)
@@ -53,11 +53,9 @@ static const struct ipp_funcs dcn10_ipp_funcs = {
        .ipp_destroy                    = dcn10_ipp_destroy
 };
 
-#if defined(CONFIG_DRM_AMD_DC_DCN2_0)
 static const struct ipp_funcs dcn20_ipp_funcs = {
        .ipp_destroy                    = dcn10_ipp_destroy
 };
-#endif
 
 void dcn10_ipp_construct(
        struct dcn10_ipp *ippn10,
@@ -76,7 +74,6 @@ void dcn10_ipp_construct(
        ippn10->ipp_mask = ipp_mask;
 }
 
-#if defined(CONFIG_DRM_AMD_DC_DCN2_0)
 void dcn20_ipp_construct(
        struct dcn10_ipp *ippn10,
        struct dc_context *ctx,
@@ -93,4 +90,3 @@ void dcn20_ipp_construct(
        ippn10->ipp_shift = ipp_shift;
        ippn10->ipp_mask = ipp_mask;
 }
-#endif