aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-06-02 19:00:45 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:07:49 -0400
commit1a2c82a2f161f68deb5f0519c315bfc92ede8e01 (patch)
tree6e0318b2dbafde9e86d67d65f9369a375bd2ae2e /drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h
parentdrm/amd/display: disable forced stutter disable after programming watermark (diff)
downloadlinux-dev-1a2c82a2f161f68deb5f0519c315bfc92ede8e01.tar.xz
linux-dev-1a2c82a2f161f68deb5f0519c315bfc92ede8e01.zip
drm/amd/display: fix mpc alpha programming
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@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/dcn10/dcn10_mpc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h
index 6550b93c9254..3e4eb655e913 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h
@@ -105,11 +105,6 @@ struct dcn10_mpc {
const struct dcn_mpc_mask *mpc_mask;
};
-void dcn10_set_mpc_passthrough(struct dcn10_mpc *mpc,
- uint8_t dpp_idx,
- uint8_t mpcc_idx,
- uint8_t opp_idx);
-
void dcn10_delete_mpc_tree(struct dcn10_mpc *mpc,
struct mpc_tree_cfg *tree_cfg);
@@ -121,6 +116,7 @@ void dcn10_add_dpp(struct dcn10_mpc *mpc,
struct mpc_tree_cfg *tree_cfg,
uint8_t dpp_idx,
uint8_t mpcc_idx,
+ uint8_t per_pixel_alpha,
uint8_t position);
void wait_mpcc_idle(struct dcn10_mpc *mpc,