summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
diff options
context:
space:
mode:
authorAMD\ktsao <kenny.tsao@amd.com>2017-07-30 14:18:36 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:16:02 -0400
commit43193c7991de7a2112fe2ddcfd930733bc357862 (patch)
tree89fff4e59c12925e33a044f0b8905945f457098d /drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
parent7a09f5be98df25a7253e4647e801120b37b90feb (diff)
downloadlinux-stable-43193c7991de7a2112fe2ddcfd930733bc357862.tar.gz
linux-stable-43193c7991de7a2112fe2ddcfd930733bc357862.tar.bz2
linux-stable-43193c7991de7a2112fe2ddcfd930733bc357862.zip
drm/amd/display: remove DCN1 guard as DCN1 is already open sourced.
Signed-off-by: Kenny Tsao <kenny.tsao@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
index 1298d306db69..0f952e5b3ae8 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
@@ -122,9 +122,7 @@ struct ipp_funcs {
struct input_pixel_processor *ipp,
const struct pwl_params *params);
-#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
void (*ipp_destroy)(struct input_pixel_processor **ipp);
-#endif
};
#endif /* __DAL_IPP_H__ */