summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
diff options
context:
space:
mode:
authorEric Bernstein <eric.bernstein@amd.com>2017-11-25 01:51:34 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-12-14 18:57:50 +0300
commitf23d558466cf14e58ec7f666a3af1a6708681bcc (patch)
tree10e80654be1d74f6147cf2064f250aa2cae46146 /drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
parent043b19bdedf5d76d4a614f508baaf83aaf7c4b6e (diff)
downloadlinux-f23d558466cf14e58ec7f666a3af1a6708681bcc.tar.xz
drm/amd/display: Move OPP mpc tree initialization to hw_init
Move OPP initialization of mpc tree parameters to hw_init function. 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/opp.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/opp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
index 42f2bb29a5fc..6da125de9507 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
@@ -300,6 +300,7 @@ struct opp_funcs {
struct output_pixel_processor *opp,
bool enable,
bool polarity);
+
};
#endif