Home
last modified time | relevance | path

Searched refs:v20 (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_wrapper.c166 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in calculate_lowest_supported_state_for_temp_read()
209 dml2_extract_watermark_set(&dml2->v20.g6_temp_read_watermark_set, &dml2->v20.dml_core_ctx); in calculate_lowest_supported_state_for_temp_read()
273 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in dml_mode_support_wrapper()
311 s->cur_policy = dml2->v20.dml_core_ctx.policy; in dml_mode_support_wrapper()
322 dml2->v20.dml_core_ctx.policy = s->new_policy; in dml_mode_support_wrapper()
337 dml2->v20.dml_core_ctx.policy = s->cur_policy; in dml_mode_support_wrapper()
524 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in dml2_validate_only()
531 &dml2->v20.scratch.cur_display_config, in dml2_validate_only()
532 &dml2->v20.scratch.mode_support_info, in dml2_validate_only()
536 …ult = does_configuration_meet_sw_policies(dml2, &dml2->v20.scratch.cur_display_config, &dml2->v20.… in dml2_validate_only()
[all …]
A Ddml2_utils.c198 …if (ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[i] && ctx->v20.scratch… in dml2_helper_find_dml_pipe_idx_by_stream_id()
209 …if (ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id_valid[i] && ctx->v20.scratch.… in find_dml_pipe_idx_by_plane_id()
220 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists; in get_plane_id()
288 if (in_ctx->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0] == dml_fclock_change_unsupported) in dml2_calculate_rq_and_dlg_params()
315 ASSERT(in_ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[dml_pipe_idx]); in dml2_calculate_rq_and_dlg_params()
339 dml_rq_dlg_get_rq_reg(&s->rq_regs, &in_ctx->v20.dml_core_ctx, dml_pipe_idx); in dml2_calculate_rq_and_dlg_params()
340 …dml_rq_dlg_get_dlg_reg(&s->disp_dlg_regs, &s->disp_ttu_regs, &in_ctx->v20.dml_core_ctx, dml_pipe_i… in dml2_calculate_rq_and_dlg_params()
364 …bw_ctx.bw.dcn.clk.max_supported_dppclk_khz = in_ctx->v20.dml_core_ctx.states.state_array[in_ctx->v… in dml2_calculate_rq_and_dlg_params()
366 …w_ctx.bw.dcn.clk.max_supported_dispclk_khz = in_ctx->v20.dml_core_ctx.states.state_array[in_ctx->v… in dml2_calculate_rq_and_dlg_params()
531 total_det_allocated += dml_get_det_buffer_size_kbytes(&in_ctx->v20.dml_core_ctx, dml_pipe_idx); in dml2_verify_det_buffer_configuration()
[all …]
A Ddml2_translation_helper.c36 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_ip_params()
279 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_socbb_params()
334 unsigned int dml_project = dml2->v20.dml_core_ctx.project; in dml2_init_soc_states()
349 p->in_states = &dml2->v20.scratch.create_scratch.in_states; in dml2_init_soc_states()
353 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_soc_states()
504 (dml2->v20.dml_core_ctx.project == dml_project_dcn321)) { in dml2_init_soc_states()
511 dml2->v20.dml_core_ctx.project != dml_project_dcn36 && in dml2_init_soc_states()
512 dml2->v20.dml_core_ctx.project != dml_project_dcn351) { in dml2_init_soc_states()
559 if (dml2->v20.dml_core_ctx.project == dml_project_dcn35 || in dml2_init_soc_states()
1309 if (dml2->v20.dml_core_ctx.ip.hostvm_enable) in map_dc_state_into_dml_display_cfg()
[all …]
A Ddml2_internal_types.h145 } v20; member
A Ddml2_dc_resource_mgmt.c62 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists; in get_plane_id()
132 …ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[state->res_ctx.pipe_ctx[i].pip… in find_master_pipe_of_plane()
155 ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[pipe->pipe_idx], in find_pipes_assigned_to_plane()
706 bool is_plane_duplicate = ctx->v20.scratch.plane_duplicate_exists; in free_unused_pipes_for_plane()
712 …ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[state->res_ctx.pipe_ctx[i].pip… in free_unused_pipes_for_plane()
A Ddml2_mall_phantom.c904 vstartup = dml_get_vstartup_calculated(&ctx->v20.dml_core_ctx, dml_pipe_idx); in dml2_svp_add_phantom_pipe_to_dc_state()
/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A Dctxgv100.c138 u8 v20 = (1 << (j + 1)) % gr->tpc_total; in gv100_grctx_generate_rop_mapping() local
143 (v20 << 8) | in gv100_grctx_generate_rop_mapping()
/drivers/gpu/drm/amd/display/dc/inc/
A Dreg_helper.h357 …11, v11, f12, v12, f13, v13, f14, v14, f15, v15, f16, v16, f17, v17, f18, v18, f19, v19, f20, v20)\ argument
378 FN(reg, f20), v20)
/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmac.c567 u32 rcpi, ib_rssi, wb_rssi, v20, v21; in mt7915_mac_fill_rx_vector() local
593 v20 = le32_to_cpu(rxv[20]); in mt7915_mac_fill_rx_vector()
596 foe = FIELD_GET(MT_CRXV_FOE_LO, v20) | in mt7915_mac_fill_rx_vector()
599 snr = FIELD_GET(MT_CRXV_SNR, v20) - 16; in mt7915_mac_fill_rx_vector()

Completed in 29 milliseconds