/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_mpc.c | 62 static void mpc201_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc201_init_mpcc() argument 64 mpcc->mpcc_id = mpcc_inst; in mpc201_init_mpcc() 65 mpcc->dpp_id = 0xf; in mpc201_init_mpcc() 66 mpcc->mpcc_bot = NULL; in mpc201_init_mpcc() 67 mpcc->blnd_cfg.overlap_only = false; in mpc201_init_mpcc() 68 mpcc->blnd_cfg.global_alpha = 0xff; in mpc201_init_mpcc() 69 mpcc->blnd_cfg.global_gain = 0xff; in mpc201_init_mpcc() 70 mpcc->blnd_cfg.background_color_bpc = 4; in mpc201_init_mpcc() 71 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc201_init_mpcc() 72 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc201_init_mpcc() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn10/ |
H A D | dcn10_mpc.c | 45 struct mpcc *bottommost_mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_set_bg_color() 82 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local 91 mpcc->blnd_cfg = *blnd_cfg; in mpc1_update_blending() 119 struct mpcc *mpc1_get_mpcc(struct mpc *mpc, int mpcc_id) in mpc1_get_mpcc() 127 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp() 129 struct mpcc *tmp_mpcc = tree->opp_list; in mpc1_get_mpcc_for_dpp() 195 struct mpcc *mpc1_insert_plane( in mpc1_insert_plane() 200 struct mpcc *insert_above_mpcc, in mpc1_insert_plane() 205 struct mpcc *new_mpcc = NULL; in mpc1_insert_plane() 213 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane() [all …]
|
H A D | dcn10_mpc.h | 141 struct mpcc *mpc1_insert_plane( 146 struct mpcc *insert_above_mpcc, 153 struct mpcc *mpcc); 188 struct mpcc *mpc1_get_mpcc( 192 struct mpcc *mpc1_get_mpcc_for_dpp(
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | mpc.h | 227 struct mpcc { struct 241 struct mpcc *mpcc_bot; argument 275 struct mpcc *opp_list; argument 282 struct mpcc mpcc_array[MAX_MPCC]; 352 struct mpcc* (*insert_plane)( 357 struct mpcc *insert_above_mpcc, 379 struct mpcc *mpcc); 473 struct mpcc* (*insert_plane_to_secondary)( 478 struct mpcc *insert_above_mpcc, 500 struct mpcc *mpcc); [all …]
|
H A D | opp.h | 232 int mpcc[MAX_PIPES]; member
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn20/ |
H A D | dcn20_mpc.c | 55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() local 70 mpcc->blnd_cfg = *blnd_cfg; in mpc2_update_blending() 509 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc() argument 511 mpcc->mpcc_id = mpcc_inst; in mpc2_init_mpcc() 512 mpcc->dpp_id = 0xf; in mpc2_init_mpcc() 513 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc() 514 mpcc->blnd_cfg.overlap_only = false; in mpc2_init_mpcc() 515 mpcc->blnd_cfg.global_alpha = 0xff; in mpc2_init_mpcc() 516 mpcc->blnd_cfg.global_gain = 0xff; in mpc2_init_mpcc() 517 mpcc->blnd_cfg.background_color_bpc = 4; in mpc2_init_mpcc() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn30/ |
H A D | dcn30_mpc.c | 1032 void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc3_init_mpcc() argument 1034 mpcc->mpcc_id = mpcc_inst; in mpc3_init_mpcc() 1035 mpcc->dpp_id = 0xf; in mpc3_init_mpcc() 1036 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc() 1037 mpcc->blnd_cfg.overlap_only = false; in mpc3_init_mpcc() 1038 mpcc->blnd_cfg.global_alpha = 0xff; in mpc3_init_mpcc() 1039 mpcc->blnd_cfg.global_gain = 0xff; in mpc3_init_mpcc() 1040 mpcc->blnd_cfg.background_color_bpc = 4; in mpc3_init_mpcc() 1041 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc3_init_mpcc() 1042 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc3_init_mpcc() [all …]
|
H A D | dcn30_mpc.h | 1092 void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst);
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
H A D | dcn201_hwseq.c | 384 struct mpcc *mpcc_to_remove = NULL; in dcn201_plane_atomic_disconnect() 428 struct mpcc *new_mpcc; in dcn201_update_mpcc() 429 struct mpcc *remove_mpcc = NULL; in dcn201_update_mpcc()
|
/linux/arch/arm/boot/dts/intel/pxa/ |
H A D | pxa300-raumfeld-speaker-one.dts | 115 st,max-power-use-mpcc;
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | st,sta32x.txt | 62 - st,max-power-use-mpcc:
|
H A D | st,sta350.txt | 66 - st,max-power-use-mpcc:
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
H A D | dcn10_hwseq.c | 1234 struct mpcc *mpcc_to_remove = NULL; in dcn10_plane_atomic_disconnect() 2681 struct mpcc *new_mpcc; in dcn10_update_mpcc()
|