Home
last modified time | relevance | path

Searched refs:mpcc (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_mpc.c62 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 …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/mpc/dcn10/
H A Ddcn10_mpc.c82 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local
91 mpcc->blnd_cfg = *blnd_cfg; in mpc1_update_blending()
189 struct mpcc *new_mpcc = NULL; in mpc1_insert_plane()
274 struct mpcc *mpcc_to_remove) in mpc1_remove_mpcc()
336 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc() argument
338 mpcc->mpcc_id = mpcc_inst; in mpc1_init_mpcc()
339 mpcc->dpp_id = 0xf; in mpc1_init_mpcc()
340 mpcc->mpcc_bot = NULL; in mpc1_init_mpcc()
405 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
422 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()
[all …]
H A Ddcn10_mpc.h141 struct mpcc *mpc1_insert_plane(
146 struct mpcc *insert_above_mpcc,
153 struct mpcc *mpcc);
184 struct mpcc *mpc1_get_mpcc(
188 struct mpcc *mpc1_get_mpcc_for_dpp(
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h227 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 Dopp.h232 int mpcc[MAX_PIPES]; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/mpc/dcn20/
H A Ddcn20_mpc.c55 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()
519 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc2_init_mpcc()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/mpc/dcn30/
H A Ddcn30_mpc.c1049 void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc3_init_mpcc() argument
1051 mpcc->mpcc_id = mpcc_inst; in mpc3_init_mpcc()
1052 mpcc->dpp_id = 0xf; in mpc3_init_mpcc()
1053 mpcc->mpcc_bot = NULL; in mpc3_init_mpcc()
1054 mpcc->blnd_cfg.overlap_only = false; in mpc3_init_mpcc()
1055 mpcc->blnd_cfg.global_alpha = 0xff; in mpc3_init_mpcc()
1056 mpcc->blnd_cfg.global_gain = 0xff; in mpc3_init_mpcc()
1058 mpcc->blnd_cfg.bottom_gain_mode = 0; in mpc3_init_mpcc()
1059 mpcc->blnd_cfg.top_gain = 0x1f000; in mpc3_init_mpcc()
1062 mpcc->sm_cfg.enable = false; in mpc3_init_mpcc()
[all …]
H A Ddcn30_mpc.h1099 void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst);
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c384 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-6.15/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-speaker-one.dts115 st,max-power-use-mpcc;
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dst,sta32x.txt62 - st,max-power-use-mpcc:
H A Dst,sta350.txt66 - st,max-power-use-mpcc:
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h394 uint32_t mpcc : 1; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1508 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1585 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes()
1748 if (pipe_ctx->update_flags.bits.mpcc in dcn20_update_dchubp_dpp()
2923 struct mpcc *new_mpcc; in dcn20_update_mpcc()
2970 !pipe_ctx->update_flags.bits.mpcc) { in dcn20_update_mpcc()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2462 new_pipe->update_flags.bits.mpcc = 1; in dcn401_detect_pipe_changes()
2538 new_pipe->update_flags.bits.mpcc = 1; in dcn401_detect_pipe_changes()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1233 struct mpcc *mpcc_to_remove = NULL; in dcn10_plane_atomic_disconnect()
2678 struct mpcc *new_mpcc; in dcn10_update_mpcc()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1460 phantom_pipe->update_flags.bits.mpcc = 1; in dcn32_apply_update_flags_for_phantom()