summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-04-24 15:20:24 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:06:38 -0400
commit86b6a203b966ea54e3225b49e53769cf4c116905 (patch)
tree791b5ebe694249d57014a2aa3fec9ae7807f66eb /drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
parent50db413d557c39de9a976e2c9826d4e86e721c7c (diff)
downloadlinux-stable-86b6a203b966ea54e3225b49e53769cf4c116905.tar.gz
linux-stable-86b6a203b966ea54e3225b49e53769cf4c116905.tar.bz2
linux-stable-86b6a203b966ea54e3225b49e53769cf4c116905.zip
drm/amd/display: dce120 to dce ipp refactor
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@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.h5
1 files changed, 3 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 7928e230eefb..2f3dc2e7f17a 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Advanced Micro Devices, Inc.
+ * Copyright 2017 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -27,6 +27,7 @@
#define __DAL_IPP_H__
#include "hw_shared.h"
+#include "dc_hw_types.h"
#define MAXTRIX_COEFFICIENTS_NUMBER 12
#define MAXTRIX_COEFFICIENTS_WRAP_NUMBER (MAXTRIX_COEFFICIENTS_NUMBER + 4)
@@ -113,7 +114,7 @@ struct ipp_funcs {
const struct dc_gamma *gamma);
/*** DEGAMMA RELATED ***/
- bool (*ipp_set_degamma)(
+ void (*ipp_set_degamma)(
struct input_pixel_processor *ipp,
enum ipp_degamma_mode mode);