summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
diff options
context:
space:
mode:
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 {