Home
last modified time | relevance | path

Searched refs:svp_prefetch (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h394 } svp_prefetch; member
484 } svp_prefetch; member
497 } svp_prefetch; member
509 } svp_prefetch; member
521 } svp_prefetch; member
533 } svp_prefetch; member
546 } svp_prefetch; member
558 } svp_prefetch; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c99 …min_uclk_avg = dram_bw_kbps_to_uclk_khz(mode_support_result->global.svp_prefetch.average_bw_dram_k… in calculate_svp_prefetch_minimums()
102 …min_uclk_urgent = dram_bw_kbps_to_uclk_khz(mode_support_result->global.svp_prefetch.urgent_bw_dram… in calculate_svp_prefetch_minimums()
107 …min_fclk_avg = (double)mode_support_result->global.svp_prefetch.average_bw_sdp_kbps / in_out->soc_… in calculate_svp_prefetch_minimums()
110 …min_fclk_urgent = (double)mode_support_result->global.svp_prefetch.urgent_bw_sdp_kbps / in_out->so… in calculate_svp_prefetch_minimums()
115 …min_dcfclk_avg = (double)mode_support_result->global.svp_prefetch.average_bw_sdp_kbps / in_out->so… in calculate_svp_prefetch_minimums()
118 …min_dcfclk_urgent = (double)mode_support_result->global.svp_prefetch.urgent_bw_sdp_kbps / in_out->… in calculate_svp_prefetch_minimums()
125 …in_out->programming->min_clocks.dcn4x.svp_prefetch.uclk_khz = dml_round_up(min_uclk_bw > min_uclk_… in calculate_svp_prefetch_minimums()
126 …in_out->programming->min_clocks.dcn4x.svp_prefetch.fclk_khz = dml_round_up(min_fclk_bw > min_fclk_… in calculate_svp_prefetch_minimums()
127 …in_out->programming->min_clocks.dcn4x.svp_prefetch.dcfclk_khz = dml_round_up(min_dcfclk_bw > min_d… in calculate_svp_prefetch_minimums()
262 …result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.svp_prefetch.dcfclk_khz, &state_table… in map_soc_min_clocks_to_dpm_fine_grained()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c435 …in_out->mode_support_result.global.svp_prefetch.fclk_khz = (unsigned long)core->clean_me_up.mode_l… in core_dcn4_mode_support()
436 …in_out->mode_support_result.global.svp_prefetch.dcfclk_khz = (unsigned long)core->clean_me_up.mode… in core_dcn4_mode_support()
440 in_out->mode_support_result.global.svp_prefetch.average_bw_sdp_kbps = 0; in core_dcn4_mode_support()
441 in_out->mode_support_result.global.svp_prefetch.urgent_bw_dram_kbps = 0; in core_dcn4_mode_support()
445 …in_out->mode_support_result.global.svp_prefetch.average_bw_sdp_kbps = (unsigned long)math_ceil2((l… in core_dcn4_mode_support()
446 …in_out->mode_support_result.global.svp_prefetch.urgent_bw_sdp_kbps = (unsigned long)math_ceil2((l-… in core_dcn4_mode_support()
450 …in_out->mode_support_result.global.svp_prefetch.average_bw_dram_kbps = (unsigned long)math_ceil2((… in core_dcn4_mode_support()
451 …in_out->mode_support_result.global.svp_prefetch.urgent_bw_dram_kbps = (unsigned long)math_ceil2((l… in core_dcn4_mode_support()
453 …nt_bw_sdp_kbps = %ld\n", __func__, in_out->mode_support_result.global.svp_prefetch.urgent_bw_sdp_k… in core_dcn4_mode_support()
455 …t_bw_dram_kbps = %ld\n", __func__, in_out->mode_support_result.global.svp_prefetch.urgent_bw_dram_… in core_dcn4_mode_support()
H A Ddml2_core_shared.c12214 out->informative.qos.avg_bw_required.svp_prefetch.sdp_bw_mbps = in dml2_core_shared_get_informative()
12216 out->informative.qos.avg_bw_required.svp_prefetch.dram_bw_mbps = in dml2_core_shared_get_informative()
12223 out->informative.qos.avg_bw_available.svp_prefetch.sdp_bw_mbps = in dml2_core_shared_get_informative()
12225 out->informative.qos.avg_bw_available.svp_prefetch.dram_bw_mbps = in dml2_core_shared_get_informative()
12235 out->informative.qos.urg_bw_available.svp_prefetch.sdp_bw_mbps = in dml2_core_shared_get_informative()
12237 out->informative.qos.urg_bw_available.svp_prefetch.dram_bw_mbps = in dml2_core_shared_get_informative()
12239 out->informative.qos.urg_bw_available.svp_prefetch.dram_vm_only_bw_mbps = in dml2_core_shared_get_informative()
12244 …out->informative.qos.urg_bw_required.svp_prefetch.sdp_bw_mbps = mode_lib->mp.urg_bandwidth_require… in dml2_core_shared_get_informative()
12245 …out->informative.qos.urg_bw_required.svp_prefetch.dram_bw_mbps = mode_lib->mp.urg_bandwidth_requir… in dml2_core_shared_get_informative()
12249 …out->informative.qos.non_urg_bw_required.svp_prefetch.sdp_bw_mbps = mode_lib->mp.non_urg_bandwidth… in dml2_core_shared_get_informative()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h192 } svp_prefetch; member