diff options
author | Dmytro Laktyushkin | 2017-04-24 23:42:22 +0200 |
---|---|---|
committer | Alex Deucher | 2017-09-27 00:06:40 +0200 |
commit | 84f6739fc4d348440cd5684113260f728778312a (patch) | |
tree | 20ceef5ec1c5605a1b576885911c48a622e85f2a /drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h | |
parent | drm/amd/display: dce80, 100, 110 and 112 to dce ipp refactor (diff) | |
download | kernel-qcow2-linux-84f6739fc4d348440cd5684113260f728778312a.tar.gz kernel-qcow2-linux-84f6739fc4d348440cd5684113260f728778312a.tar.xz kernel-qcow2-linux-84f6739fc4d348440cd5684113260f728778312a.zip |
drm/amd/display: no need for return value from ipp_program_degamma_pwl
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.h | 2 |
1 files changed, 1 insertions, 1 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 2f3dc2e7f17a..2d472d8ef555 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h @@ -118,7 +118,7 @@ struct ipp_funcs { struct input_pixel_processor *ipp, enum ipp_degamma_mode mode); - bool (*ipp_program_degamma_pwl)( + void (*ipp_program_degamma_pwl)( struct input_pixel_processor *ipp, const struct pwl_params *params); |