Searched refs:mpcc (Results 1 – 14 of 14) sorted by relevance
| /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 …]
|
| /drivers/gpu/drm/amd/display/dc/mpc/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() 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 …]
|
| A D | dcn10_mpc.h | 141 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(
|
| /drivers/gpu/drm/amd/display/dc/inc/hw/ |
| A D | mpc.h | 263 struct mpcc { struct 277 struct mpcc *mpcc_bot; argument 311 struct mpcc *opp_list; argument 318 struct mpcc mpcc_array[MAX_MPCC]; 389 struct mpcc* (*insert_plane)( 394 struct mpcc *insert_above_mpcc, 416 struct mpcc *mpcc); 510 struct mpcc* (*insert_plane_to_secondary)( 515 struct mpcc *insert_above_mpcc, 537 struct mpcc *mpcc); [all …]
|
| A D | opp.h | 232 int mpcc[MAX_PIPES]; member
|
| /drivers/gpu/drm/amd/display/dc/mpc/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() 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 …]
|
| /drivers/gpu/drm/amd/display/dc/mpc/dcn30/ |
| A D | dcn30_mpc.c | 1049 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 …]
|
| A D | dcn30_mpc.h | 1099 void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst);
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
| 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()
|
| /drivers/gpu/drm/amd/display/dc/inc/ |
| A D | core_types.h | 409 uint32_t mpcc : 1; member
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| A D | dcn20_hwseq.c | 1517 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes() 1594 new_pipe->update_flags.bits.mpcc = 1; in dcn20_detect_pipe_changes() 1757 if (pipe_ctx->update_flags.bits.mpcc in dcn20_update_dchubp_dpp() 2933 struct mpcc *new_mpcc; in dcn20_update_mpcc() 2980 !pipe_ctx->update_flags.bits.mpcc) { in dcn20_update_mpcc()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| A D | dcn401_hwseq.c | 2472 new_pipe->update_flags.bits.mpcc = 1; in dcn401_detect_pipe_changes() 2548 new_pipe->update_flags.bits.mpcc = 1; in dcn401_detect_pipe_changes()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| A D | dcn32_hwseq.c | 1464 phantom_pipe->update_flags.bits.mpcc = 1; in dcn32_apply_update_flags_for_phantom()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| A D | dcn10_hwseq.c | 1414 struct mpcc *mpcc_to_remove = NULL; in dcn10_plane_atomic_disconnect() 2858 struct mpcc *new_mpcc; in dcn10_update_mpcc()
|
Completed in 41 milliseconds