Searched refs:mpcc (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn201/ |
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() 71 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc201_init_mpcc() 72 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc201_init_mpcc() 75 mpcc->sm_cfg.enable = false; in mpc201_init_mpcc() [all …]
|
A D | dcn201_hwseq.c | 396 struct mpcc *mpcc_to_remove = NULL; in dcn201_plane_atomic_disconnect() 441 struct mpcc *new_mpcc; in dcn201_update_mpcc() 442 struct mpcc *remove_mpcc = NULL; in dcn201_update_mpcc()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | mpc.h | 156 struct mpcc { struct 159 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ argument 181 struct mpcc mpcc_array[MAX_MPCC]; 225 struct mpcc* (*insert_plane)( 230 struct mpcc *insert_above_mpcc, 249 struct mpcc *mpcc); 319 struct mpcc* (*insert_plane_to_secondary)( 324 struct mpcc *insert_above_mpcc, 342 struct mpcc *mpcc); 344 struct mpcc* (*get_mpcc_for_dpp_from_secondary)( [all …]
|
A D | opp.h | 201 int mpcc[MAX_PIPES]; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_mpc.c | 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() 205 struct mpcc *new_mpcc = NULL; in mpc1_insert_plane() 289 struct mpcc *mpcc_to_remove) in mpc1_remove_mpcc() 351 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc() argument 353 mpcc->mpcc_id = mpcc_inst; in mpc1_init_mpcc() 354 mpcc->dpp_id = 0xf; in mpc1_init_mpcc() 355 mpcc->mpcc_bot = NULL; in mpc1_init_mpcc() 420 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local 437 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw() [all …]
|
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(
|
A D | dcn10_hw_sequencer.c | 1184 struct mpcc *mpcc_to_remove = NULL; in dcn10_plane_atomic_disconnect() 2621 struct mpcc *new_mpcc; in dcn10_update_mpcc()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
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() 511 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc() argument 513 mpcc->mpcc_id = mpcc_inst; in mpc2_init_mpcc() 514 mpcc->dpp_id = 0xf; in mpc2_init_mpcc() 515 mpcc->mpcc_bot = NULL; in mpc2_init_mpcc() 516 mpcc->blnd_cfg.overlap_only = false; in mpc2_init_mpcc() 517 mpcc->blnd_cfg.global_alpha = 0xff; in mpc2_init_mpcc() 518 mpcc->blnd_cfg.global_gain = 0xff; in mpc2_init_mpcc() 521 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc2_init_mpcc() [all …]
|
A D | dcn20_hwseq.c | 1343 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes() 1423 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes() 1556 if (pipe_ctx->update_flags.bits.mpcc in dcn20_update_dchubp_dpp() 2577 struct mpcc *new_mpcc; in dcn20_update_mpcc() 2624 !pipe_ctx->update_flags.bits.mpcc) { in dcn20_update_mpcc()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_mpc.c | 1038 void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc3_init_mpcc() argument 1040 mpcc->mpcc_id = mpcc_inst; in mpc3_init_mpcc() 1041 mpcc->dpp_id = 0xf; in mpc3_init_mpcc() 1042 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc() 1043 mpcc->blnd_cfg.overlap_only = false; in mpc3_init_mpcc() 1044 mpcc->blnd_cfg.global_alpha = 0xff; in mpc3_init_mpcc() 1045 mpcc->blnd_cfg.global_gain = 0xff; in mpc3_init_mpcc() 1047 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc3_init_mpcc() 1048 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc3_init_mpcc() 1051 mpcc->sm_cfg.enable = false; in mpc3_init_mpcc() [all …]
|
A D | dcn30_mpc.h | 1089 void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst);
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | pxa300-raumfeld-speaker-one.dts | 115 st,max-power-use-mpcc;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | st,sta32x.txt | 62 - st,max-power-use-mpcc:
|
A D | st,sta350.txt | 66 - st,max-power-use-mpcc:
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 370 uint32_t mpcc : 1; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_hwseq.c | 1303 phantom_pipe->update_flags.bits.mpcc = 1; in dcn32_apply_update_flags_for_phantom()
|
Completed in 49 milliseconds