Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12711 …onst struct dml2_core_internal_display_mode_lib *mode_lib, struct dml2_display_arb_regs *arb_param) in rq_dlg_get_arb_params() argument
12715 arb_param->max_req_outstanding = mode_lib->soc.max_outstanding_reqs; in rq_dlg_get_arb_params()
12716arb_param->min_req_outstanding = mode_lib->soc.max_outstanding_reqs; // turn off the sat level fea… in rq_dlg_get_arb_params()
12717arb_param->sdpif_request_rate_limit = (3 * mode_lib->ip.words_per_channel * mode_lib->soc.clk_tabl… in rq_dlg_get_arb_params()
12718arb_param->sdpif_request_rate_limit = arb_param->sdpif_request_rate_limit < 96 ? 96 : arb_param->s… in rq_dlg_get_arb_params()
12719 arb_param->sat_level_us = 60; in rq_dlg_get_arb_params()
12720 arb_param->hvm_max_qos_commit_threshold = 0xf; in rq_dlg_get_arb_params()
12721 arb_param->hvm_min_req_outstand_commit_threshold = 0xa; in rq_dlg_get_arb_params()
12722arb_param->compbuf_reserved_space_kbytes = dml_get_compbuf_reserved_space_64b(mode_lib) * 64 / 102… in rq_dlg_get_arb_params()
12723arb_param->compbuf_size = mode_lib->mp.CompressedBufferSizeInkByte / mode_lib->ip.compressed_buffe… in rq_dlg_get_arb_params()
[all …]