| /linux/net/atm/ |
| H A D | mpc.c | 69 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc); 70 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc); 71 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 72 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 73 static void mps_death(struct k_message *msg, struct mpoa_client *mpc); 74 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, 77 struct mpoa_client *mpc); 79 struct mpoa_client *mpc); 81 struct mpoa_client *mpc); 83 static const uint8_t *copy_macs(struct mpoa_client *mpc, [all …]
|
| H A D | mpoa_caches.c | 133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() argument 143 if (entry->count > mpc->parameters.mpc_p1) { in cache_hit() 146 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN); in cache_hit() 150 msg_to_mpoad(&msg, mpc); in cache_hit() 162 if (entry->count > mpc->parameters.mpc_p1 && in cache_hit() 165 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit() 168 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN); in cache_hit() 173 msg_to_mpoad(&msg, mpc); in cache_hit() 324 static void in_destroy_cache(struct mpoa_client *mpc) in in_destroy_cache() argument 326 write_lock_irq(&mpc->ingress_lock); in in_destroy_cache() [all …]
|
| H A D | mpoa_proc.c | 107 struct mpoa_client *mpc; in mpc_start() local 111 for (mpc = mpcs; mpc; mpc = mpc->next) in mpc_start() 113 return mpc; in mpc_start() 133 struct mpoa_client *mpc = v; in mpc_show() local 145 seq_printf(m, "\nInterface %d:\n\n", mpc->dev_num); in mpc_show() 149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show() 168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show()
|
| H A D | mpoa_caches.h | 15 void atm_mpoa_init_cache(struct mpoa_client *mpc); 51 void (*destroy_cache)(struct mpoa_client *mpc); 77 void (*destroy_cache)(struct mpoa_client *mpc);
|
| /linux/drivers/gpu/drm/amd/display/dc/mpc/dcn32/ |
| H A D | dcn32_mpc.c | 45 void mpc32_mpc_init(struct mpc *mpc) in mpc32_mpc_init() argument 47 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_mpc_init() 50 mpc3_mpc_init(mpc); in mpc32_mpc_init() 52 if (mpc->ctx->dc->debug.enable_mem_low_power.bits.mpc) { in mpc32_mpc_init() 68 struct mpc *mpc, in mpc32_power_on_blnd_lut() argument 72 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_power_on_blnd_lut() 76 if (mpc->ctx->dc->debug.enable_mem_low_power.bits.cm) { in mpc32_power_on_blnd_lut() 80 } else if (!mpc->ctx->dc->debug.disable_mem_low_power) { in mpc32_power_on_blnd_lut() 92 static enum dc_lut_mode mpc32_get_post1dlut_current(struct mpc *mpc, uint32_t mpcc_id) in mpc32_get_post1dlut_current() argument 98 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_get_post1dlut_current() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/mpc/dcn20/ |
| H A D | dcn20_mpc.c | 49 struct mpc *mpc, in mpc2_update_blending() argument 53 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_update_blending() 55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() 74 struct mpc *mpc, in mpc2_set_denorm() argument 78 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm() 112 struct mpc *mpc, in mpc2_set_denorm_clamp() argument 116 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm_clamp() 132 struct mpc *mpc, in mpc2_set_output_csc() argument 138 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_output_csc() 186 struct mpc *mpc, in mpc2_set_ocsc_default() argument [all …]
|
| H A D | dcn20_mpc.h | 261 struct mpc base; 278 struct mpc *mpc, 283 struct mpc *mpc, 288 struct mpc *mpc, 293 struct mpc *mpc, 299 struct mpc *mpc, 305 struct mpc *mpc, 309 void mpc2_assert_idle_mpcc(struct mpc *mpc, int id); 310 void mpc2_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id); 311 void mpc20_power_on_ogam_lut(struct mpc *mpc, int mpcc_id, bool power_on);
|
| /linux/arch/x86/kernel/ |
| H A D | mpparse.c | 140 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() argument 143 if (memcmp(mpc->signature, MPC_SIGNATURE, 4)) { in smp_check_mpc() 145 mpc->signature[0], mpc->signature[1], in smp_check_mpc() 146 mpc->signature[2], mpc->signature[3]); in smp_check_mpc() 149 if (mpf_checksum((unsigned char *)mpc, mpc->length)) { in smp_check_mpc() 153 if (mpc->spec != 0x01 && mpc->spec != 0x04) { in smp_check_mpc() 154 pr_err("MPTABLE: bad table version (%d)!!\n", mpc->spec); in smp_check_mpc() 157 if (!mpc->lapic) { in smp_check_mpc() 161 memcpy(oem, mpc->oem, 8); in smp_check_mpc() 165 memcpy(str, mpc->productid, 12); in smp_check_mpc() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
| H A D | dcn201_hwseq.c | 297 res_pool->mpc->funcs->mpc_init(res_pool->mpc); in dcn201_init_hw() 385 struct mpc *mpc = dc->res_pool->mpc; in dcn201_plane_atomic_disconnect() local 394 if (mpc->funcs->get_mpcc_for_dpp_from_secondary) in dcn201_plane_atomic_disconnect() 395 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect() 398 if (mpcc_to_remove != NULL && mpc->funcs->remove_mpcc_from_secondary) { in dcn201_plane_atomic_disconnect() 399 mpc->funcs->remove_mpcc_from_secondary(mpc, mpc_tree_params, mpcc_to_remove); in dcn201_plane_atomic_disconnect() 404 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect() 406 mpc->funcs->remove_mpcc(mpc, mpc_tree_params, mpcc_to_remove); in dcn201_plane_atomic_disconnect() 433 struct mpc *mpc = dc->res_pool->mpc; in dcn201_update_mpcc() local 490 mpc->funcs->update_blending(mpc, &blnd_cfg, mpcc_id); in dcn201_update_mpcc() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
| H A D | dcn30_hwseq.c | 185 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); in dcn30_log_color_state() 186 mpc3_get_gamut_remap(pool->mpc, i, &s.gamut_remap); in dcn30_log_color_state() 228 dc->caps.color.mpc.gamut_remap, in dcn30_log_color_state() 229 dc->caps.color.mpc.num_3dluts, in dcn30_log_color_state() 230 dc->caps.color.mpc.ogam_ram, in dcn30_log_color_state() 231 dc->caps.color.mpc.ocsc); in dcn30_log_color_state() 262 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn30_set_mpc_shaper_3dlut() local 293 acquired_rmu = mpc->funcs->acquire_rmu(mpc, mpcc_id, in dcn30_set_mpc_shaper_3dlut() 298 result = mpc->funcs->program_3dlut(mpc, &stream->lut3d_func->lut_3d, in dcn30_set_mpc_shaper_3dlut() 303 result = mpc->funcs->program_shaper(mpc, shaper_lut, in dcn30_set_mpc_shaper_3dlut() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 92 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn401_program_gamut_remap() local 111 mpc->funcs->set_gamut_remap(mpc, mpcc_id, &mpc_adjust); in dcn401_program_gamut_remap() 117 mpc->funcs->set_gamut_remap(mpc, mpcc_id, &mpc_adjust); in dcn401_program_gamut_remap() 133 mpc->funcs->set_gamut_remap(mpc, mpcc_id, &mpc_adjust); in dcn401_program_gamut_remap() 378 struct mpc *mpc = dc->res_pool->mpc; in dcn401_get_mcm_lut_xable_from_pipe_ctx() local 385 mpc->funcs->set_movable_cm_location(mpc, MPCC_MOVABLE_CM_LOCATION_BEFORE, mpcc_id); in dcn401_get_mcm_lut_xable_from_pipe_ctx() 412 struct mpc *mpc = dc->res_pool->mpc; in dcn401_populate_mcm_luts() local 435 rval = cm3_helper_translate_curve_to_hw_format(mpc->ctx, in dcn401_populate_mcm_luts() 441 if (mpc->funcs->populate_lut) in dcn401_populate_mcm_luts() 442 mpc->funcs->populate_lut(mpc, MCM_LUT_1DLUT, m_lut_params, lut_bank_a, mpcc_id); in dcn401_populate_mcm_luts() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 866 block_sequence[*num_steps].params.power_on_mpc_mem_pwr_params.mpc = dc->res_pool->mpc; in hwss_build_fast_sequence() 873 block_sequence[*num_steps].params.set_output_csc_params.mpc = dc->res_pool->mpc; in hwss_build_fast_sequence() 880 block_sequence[*num_steps].params.set_ocsc_default_params.mpc = dc->res_pool->mpc; in hwss_build_fast_sequence() 1483 struct mpc *mpc, in hwss_add_mpc_power_on_mpc_mem_pwr() argument 1488 seq_state->steps[*seq_state->num_steps].params.power_on_mpc_mem_pwr_params.mpc = mpc; in hwss_add_mpc_power_on_mpc_mem_pwr() 1500 struct mpc *mpc, in hwss_add_mpc_set_output_csc() argument 1506 seq_state->steps[*seq_state->num_steps].params.set_output_csc_params.mpc = mpc; in hwss_add_mpc_set_output_csc() 1519 struct mpc *mpc, in hwss_add_mpc_set_ocsc_default() argument 1525 seq_state->steps[*seq_state->num_steps].params.set_ocsc_default_params.mpc = mpc; in hwss_add_mpc_set_ocsc_default() 1979 struct mpc *mpc = params->power_on_mpc_mem_pwr_params.mpc; in hwss_power_on_mpc_mem_pwr() local [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer.h | 125 struct mpc *mpc; member 131 struct mpc *mpc; member 138 struct mpc *mpc; member 392 struct mpc *mpc; member 398 struct mpc *mpc; member 403 struct mpc *mpc; member 413 struct mpc *mpc; member 476 struct mpc *mpc; member 482 struct mpc *mpc; member 1635 struct mpc *mpc, int mpcc_id, bool power_on); [all …]
|
| /linux/drivers/infiniband/hw/mana/ |
| H A D | qp.c | 15 struct mana_port_context *mpc = netdev_priv(ndev); in mana_ib_cfg_vport_steering() local 34 req->vport = mpc->port_handle; in mana_ib_cfg_vport_steering() 84 mpc->port_handle, log_ind_tbl_size); in mana_ib_cfg_vport_steering() 102 struct mana_port_context *mpc; in mana_ib_create_qp_rss() local 162 mpc = netdev_priv(ndev); in mana_ib_create_qp_rss() 191 eq = &mpc->ac->eqs[cq->comp_vector]; in mana_ib_create_qp_rss() 194 ret = mana_create_wq_obj(mpc, mpc->port_handle, GDMA_RQ, in mana_ib_create_qp_rss() 253 mana_destroy_wq_obj(mpc, GDMA_RQ, wq->rx_object); in mana_ib_create_qp_rss() 278 struct mana_port_context *mpc; in mana_ib_create_qp_raw() local 316 mpc = netdev_priv(ndev); in mana_ib_create_qp_raw() [all …]
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 668 void mana_pre_dealloc_rxbufs(struct mana_port_context *mpc) in mana_pre_dealloc_rxbufs() argument 673 dev = mpc->ac->gdma_dev->gdma_context->dev; in mana_pre_dealloc_rxbufs() 675 if (!mpc->rxbufs_pre) in mana_pre_dealloc_rxbufs() 678 if (!mpc->das_pre) in mana_pre_dealloc_rxbufs() 681 while (mpc->rxbpre_total) { in mana_pre_dealloc_rxbufs() 682 i = --mpc->rxbpre_total; in mana_pre_dealloc_rxbufs() 683 dma_unmap_single(dev, mpc->das_pre[i], mpc->rxbpre_datasize, in mana_pre_dealloc_rxbufs() 685 put_page(virt_to_head_page(mpc->rxbufs_pre[i])); in mana_pre_dealloc_rxbufs() 688 kfree(mpc->das_pre); in mana_pre_dealloc_rxbufs() 689 mpc->das_pre = NULL; in mana_pre_dealloc_rxbufs() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| H A D | dcn32_hwseq.c | 452 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn32_set_mpc_shaper_3dlut() local 471 result = mpc->funcs->program_3dlut(mpc, &stream->lut3d_func->lut_3d, mpcc_id); in dcn32_set_mpc_shaper_3dlut() 475 result = mpc->funcs->program_shaper(mpc, shaper_lut, mpcc_id); in dcn32_set_mpc_shaper_3dlut() 488 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn32_set_mcm_luts() local 504 mpc->funcs->program_1dlut(mpc, lut_params, mpcc_id); in dcn32_set_mcm_luts() 518 mpc->funcs->program_shaper(mpc, lut_params, mpcc_id); in dcn32_set_mcm_luts() 522 result = mpc->funcs->program_3dlut(mpc, &plane_state->lut3d_func.lut_3d, mpcc_id); in dcn32_set_mcm_luts() 524 result = mpc->funcs->program_3dlut(mpc, NULL, mpcc_id); in dcn32_set_mcm_luts() 534 struct mpc *mpc = dc->res_pool->mpc; in dcn32_set_input_transfer_func() local 541 if (mpc == NULL || plane_state == NULL) in dcn32_set_input_transfer_func() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/ |
| H A D | dcn201_resource.c | 727 static struct mpc *dcn201_mpc_create(struct dc_context *ctx, uint32_t num_mpcc) in dcn201_mpc_create() 923 if (pool->base.mpc != NULL) { in dcn201_resource_destruct() 924 kfree(TO_DCN201_MPC(pool->base.mpc)); in dcn201_resource_destruct() 925 pool->base.mpc = NULL; in dcn201_resource_destruct() 1145 dc->caps.color.mpc.gamut_remap = 0; in dcn201_resource_construct() 1146 dc->caps.color.mpc.num_3dluts = 0; in dcn201_resource_construct() 1147 dc->caps.color.mpc.shared_3d_lut = 0; in dcn201_resource_construct() 1148 dc->caps.color.mpc.ogam_ram = 1; in dcn201_resource_construct() 1149 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn201_resource_construct() 1150 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn201_resource_construct() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 172 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); in dcn20_log_color_state() 184 dc->caps.color.mpc.gamut_remap, in dcn20_log_color_state() 185 dc->caps.color.mpc.num_3dluts, in dcn20_log_color_state() 186 dc->caps.color.mpc.ogam_ram, in dcn20_log_color_state() 187 dc->caps.color.mpc.ocsc); in dcn20_log_color_state() 830 struct mpc *mpc = dc->res_pool->mpc; in dcn20_enable_stream_timing() local 923 if (mpc->funcs->set_out_rate_control) { in dcn20_enable_stream_timing() 925 mpc->funcs->set_out_rate_control( in dcn20_enable_stream_timing() 926 mpc, opp_inst[i], in dcn20_enable_stream_timing() 992 struct mpc *mpc = dc->res_pool->mpc; in dcn20_program_output_csc() local [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
| H A D | dcn201_mpc.c | 43 struct mpc *mpc, in mpc201_set_out_rate_control() argument 49 struct dcn201_mpc *mpc201 = TO_DCN201_MPC(mpc); in mpc201_set_out_rate_control()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/ |
| H A D | dcn10_resource.c | 671 static struct mpc *dcn10_mpc_create(struct dc_context *ctx) in dcn10_mpc_create() 912 if (pool->base.mpc != NULL) { in dcn10_resource_destruct() 913 kfree(TO_DCN10_MPC(pool->base.mpc)); in dcn10_resource_destruct() 914 pool->base.mpc = NULL; in dcn10_resource_destruct() 1389 dc->caps.color.mpc.gamut_remap = 0; in dcn10_resource_construct() 1390 dc->caps.color.mpc.num_3dluts = 0; in dcn10_resource_construct() 1391 dc->caps.color.mpc.shared_3d_lut = 0; in dcn10_resource_construct() 1392 dc->caps.color.mpc.ogam_ram = 0; in dcn10_resource_construct() 1393 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn10_resource_construct() 1394 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn10_resource_construct() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 616 static struct mpc *dcn303_mpc_create(struct dc_context *ctx, int num_mpcc, int num_rmu) in dcn303_mpc_create() 959 if (pool->mpc != NULL) { in dcn303_resource_destruct() 960 kfree(TO_DCN20_MPC(pool->mpc)); in dcn303_resource_destruct() 961 pool->mpc = NULL; in dcn303_resource_destruct() 1211 dc->caps.color.mpc.gamut_remap = 1; in dcn303_resource_construct() 1212 dc->caps.color.mpc.num_3dluts = pool->res_cap->num_mpc_3dlut; //3 in dcn303_resource_construct() 1213 dc->caps.color.mpc.ogam_ram = 1; in dcn303_resource_construct() 1214 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn303_resource_construct() 1215 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn303_resource_construct() 1216 dc->caps.color.mpc.ogam_rom_caps.gamma2_2 = 0; in dcn303_resource_construct() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| H A D | dcn302_resource.c | 652 static struct mpc *dcn302_mpc_create(struct dc_context *ctx, int num_mpcc, int num_rmu) in dcn302_mpc_create() 1015 if (pool->mpc != NULL) { in dcn302_resource_destruct() 1016 kfree(TO_DCN20_MPC(pool->mpc)); in dcn302_resource_destruct() 1017 pool->mpc = NULL; in dcn302_resource_destruct() 1267 dc->caps.color.mpc.gamut_remap = 1; in dcn302_resource_construct() 1268 dc->caps.color.mpc.num_3dluts = pool->res_cap->num_mpc_3dlut; //3 in dcn302_resource_construct() 1269 dc->caps.color.mpc.ogam_ram = 1; in dcn302_resource_construct() 1270 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn302_resource_construct() 1271 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn302_resource_construct() 1272 dc->caps.color.mpc.ogam_rom_caps.gamma2_2 = 0; in dcn302_resource_construct() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
| H A D | dcn21_resource.c | 672 if (pool->base.mpc != NULL) { in dcn21_resource_destruct() 673 kfree(TO_DCN20_MPC(pool->base.mpc)); in dcn21_resource_destruct() 674 pool->base.mpc = NULL; in dcn21_resource_destruct() 1063 static struct mpc *dcn21_mpc_create(struct dc_context *ctx) in dcn21_mpc_create() 1449 dc->caps.color.mpc.gamut_remap = 0; in dcn21_resource_construct() 1450 dc->caps.color.mpc.num_3dluts = 0; in dcn21_resource_construct() 1451 dc->caps.color.mpc.shared_3d_lut = 0; in dcn21_resource_construct() 1452 dc->caps.color.mpc.ogam_ram = 1; in dcn21_resource_construct() 1453 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn21_resource_construct() 1454 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn21_resource_construct() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
| H A D | dcn301_resource.c | 796 static struct mpc *dcn301_mpc_create( in dcn301_mpc_create() 1061 if (pool->base.mpc != NULL) { in dcn301_destruct() 1062 kfree(TO_DCN20_MPC(pool->base.mpc)); in dcn301_destruct() 1063 pool->base.mpc = NULL; in dcn301_destruct() 1472 dc->caps.color.mpc.gamut_remap = 1; in dcn301_resource_construct() 1473 dc->caps.color.mpc.num_3dluts = pool->base.res_cap->num_mpc_3dlut; //2 in dcn301_resource_construct() 1474 dc->caps.color.mpc.ogam_ram = 1; in dcn301_resource_construct() 1475 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn301_resource_construct() 1476 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn301_resource_construct() 1477 dc->caps.color.mpc.ogam_rom_caps.gamma2_2 = 0; in dcn301_resource_construct() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 542 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); in dcn10_log_color_state() 551 dc->caps.color.mpc.gamut_remap, in dcn10_log_color_state() 552 dc->caps.color.mpc.num_3dluts, in dcn10_log_color_state() 553 dc->caps.color.mpc.ogam_ram, in dcn10_log_color_state() 554 dc->caps.color.mpc.ocsc); in dcn10_log_color_state() 565 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); in dcn10_log_color_state() 600 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); in dcn10_log_color_state() 1448 struct mpc *mpc = dc->res_pool->mpc; in dcn10_plane_atomic_disconnect() local 1454 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn10_plane_atomic_disconnect() 1460 mpc->funcs->remove_mpcc(mpc, mpc_tree_params, mpcc_to_remove); in dcn10_plane_atomic_disconnect() [all …]
|