summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
diff options
context:
space:
mode:
authorYue Hin Lau <Yuehin.Lau@amd.com>2017-08-19 16:34:36 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:17:11 -0400
commitb3c340fad4643b7351a4777fae37e58925db04c9 (patch)
tree69706e7736fbb2b47aa9dab0c56869728441565d /drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
parentb656c34e24b5af59a5e8e1f0fbc740c3fc2d5ad8 (diff)
downloadlinux-stable-b3c340fad4643b7351a4777fae37e58925db04c9.tar.gz
linux-stable-b3c340fad4643b7351a4777fae37e58925db04c9.tar.bz2
linux-stable-b3c340fad4643b7351a4777fae37e58925db04c9.zip
drm/amd/display: move cm registers from ipp to dpp_cm
Signed-off-by: Yue Hin Lau <Yuehin.Lau@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.h17
1 files changed, 1 insertions, 16 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 0f952e5b3ae8..7ebfdc1c19c1 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
@@ -54,12 +54,7 @@ struct ipp_prescale_params {
uint16_t scale;
};
-enum ipp_degamma_mode {
- IPP_DEGAMMA_MODE_BYPASS,
- IPP_DEGAMMA_MODE_HW_sRGB,
- IPP_DEGAMMA_MODE_HW_xvYCC,
- IPP_DEGAMMA_MODE_USER_PWL
-};
+
enum ovl_color_space {
OVL_COLOR_SPACE_UNKNOWN = 0,
@@ -68,16 +63,6 @@ enum ovl_color_space {
OVL_COLOR_SPACE_YUV709
};
-enum expansion_mode {
- EXPANSION_MODE_DYNAMIC,
- EXPANSION_MODE_ZERO
-};
-
-enum ipp_output_format {
- IPP_OUTPUT_FORMAT_12_BIT_FIX,
- IPP_OUTPUT_FORMAT_16_BIT_BYPASS,
- IPP_OUTPUT_FORMAT_FLOAT
-};
struct ipp_funcs {