aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
diff options
context:
space:
mode:
authorYongqiang Sun <[email protected]>2017-11-02 13:24:20 -0400
committerAlex Deucher <[email protected]>2017-12-06 12:47:33 -0500
commit0af4096db9ec6a7b12475bf8d21ee5464722c7a2 (patch)
tree50f4ae97b83fb7c13255a0a86546d3bad141fe2b /drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
parent42cf181b59b8e3cc75485fa493bd0e812f44a74b (diff)
drm/amd/display: Modified front end initiail in init_hw
Optimized front end initial sequence, reset MPC module properly. Signed-off-by: Yongqiang Sun <[email protected]> Reviewed-by: Tony Cheng <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
index d4188b2c0626..a786d4c3935c 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
@@ -56,6 +56,8 @@ struct mpc_funcs {
void (*update_blend_mode)(struct mpc *mpc, struct mpcc_cfg *cfg);
+ int (*get_opp_id)(struct mpc *mpc, int mpcc_id);
+
};
#endif