summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
diff options
context:
space:
mode:
authorEric Bernstein <eric.bernstein@amd.com>2017-08-31 16:04:24 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:17:35 -0400
commit264efa31835dd87af4e77e3a27090e60d4fe1511 (patch)
tree6c953c781716a42a81ea52fc6e3ff02eb11c1597 /drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
parentb8ea60cea245e8cd68b6ac45b9680a590f76391a (diff)
downloadlinux-stable-264efa31835dd87af4e77e3a27090e60d4fe1511.tar.gz
linux-stable-264efa31835dd87af4e77e3a27090e60d4fe1511.tar.bz2
linux-stable-264efa31835dd87af4e77e3a27090e60d4fe1511.zip
drm/amd/display: remove output_format from ipp_setup
Signed-off-by: Eric Bernstein <eric.bernstein@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.h3
1 files changed, 1 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 7ebfdc1c19c1..f11aa484f46e 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
@@ -86,8 +86,7 @@ struct ipp_funcs {
void (*ipp_setup)(
struct input_pixel_processor *ipp,
enum surface_pixel_format input_format,
- enum expansion_mode mode,
- enum ipp_output_format output_format);
+ enum expansion_mode mode);
/* DCE function to setup IPP. TODO: see if we can consolidate to setup */
void (*ipp_program_prescale)(