diff options
author | Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> | 2017-04-24 17:42:22 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:06:40 -0400 |
commit | 84f6739fc4d348440cd5684113260f728778312a (patch) | |
tree | 20ceef5ec1c5605a1b576885911c48a622e85f2a /drivers/gpu/drm/amd/display/dc/inc | |
parent | e6303950ea7221e49cabb240383fa4e2bd035b0c (diff) | |
download | linux-stable-84f6739fc4d348440cd5684113260f728778312a.tar.gz linux-stable-84f6739fc4d348440cd5684113260f728778312a.tar.bz2 linux-stable-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')
-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); |