Searched refs:arb_param (Results 1 – 4 of 4) sorted by relevance
576 …l_rq_dlg_get_arb_params(struct display_mode_lib_st *mode_lib, dml_display_arb_params_st *arb_param) in dml_rq_dlg_get_arb_params() argument578 memset(arb_param, 0, sizeof(*arb_param)); in dml_rq_dlg_get_arb_params()579 arb_param->max_req_outstanding = 256; in dml_rq_dlg_get_arb_params()580 arb_param->min_req_outstanding = 256; // turn off the sat level feature if this set to max in dml_rq_dlg_get_arb_params()581 arb_param->sat_level_us = 60; in dml_rq_dlg_get_arb_params()582 arb_param->hvm_max_qos_commit_threshold = 0xf; in dml_rq_dlg_get_arb_params()583 arb_param->hvm_min_req_outstand_commit_threshold = 0xa; in dml_rq_dlg_get_arb_params()584 arb_param->compbuf_reserved_space_kbytes = 2 * 8; // assume max data chunk size of 8K in dml_rq_dlg_get_arb_params()
61 …_rq_dlg_get_arb_params(struct display_mode_lib_st *mode_lib, dml_display_arb_params_st *arb_param);
745 …nst struct dml2_core_internal_display_mode_lib *mode_lib, struct dml2_display_arb_regs *arb_param);11930 …onst struct dml2_core_internal_display_mode_lib *mode_lib, struct dml2_display_arb_regs *arb_param) in rq_dlg_get_arb_params() argument11932 arb_param->max_req_outstanding = mode_lib->soc.max_outstanding_reqs; in rq_dlg_get_arb_params()11933 …arb_param->min_req_outstanding = mode_lib->soc.max_outstanding_reqs; // turn off the sat level fea… in rq_dlg_get_arb_params()11934 …arb_param->sdpif_request_rate_limit = (3 * mode_lib->ip.words_per_channel * mode_lib->soc.clk_tabl… in rq_dlg_get_arb_params()11935 …arb_param->sdpif_request_rate_limit = arb_param->sdpif_request_rate_limit < 96 ? 96 : arb_param->s… in rq_dlg_get_arb_params()11936 arb_param->sat_level_us = 60; in rq_dlg_get_arb_params()11937 arb_param->hvm_max_qos_commit_threshold = 0xf; in rq_dlg_get_arb_params()11938 arb_param->hvm_min_req_outstand_commit_threshold = 0xa; in rq_dlg_get_arb_params()11939 arb_param->compbuf_reserved_space_kbytes = mode_lib->mp.compbuf_reserved_space_64b * 64 / 1024; in rq_dlg_get_arb_params()[all …]
12237 …onst struct dml2_core_internal_display_mode_lib *mode_lib, struct dml2_display_arb_regs *arb_param) in rq_dlg_get_arb_params() argument12239 arb_param->max_req_outstanding = mode_lib->soc.max_outstanding_reqs; in rq_dlg_get_arb_params()12240 …arb_param->min_req_outstanding = mode_lib->soc.max_outstanding_reqs; // turn off the sat level fea… in rq_dlg_get_arb_params()12241 …arb_param->sdpif_request_rate_limit = (3 * mode_lib->ip.words_per_channel * mode_lib->soc.clk_tabl… in rq_dlg_get_arb_params()12242 …arb_param->sdpif_request_rate_limit = arb_param->sdpif_request_rate_limit < 96 ? 96 : arb_param->s… in rq_dlg_get_arb_params()12243 arb_param->sat_level_us = 60; in rq_dlg_get_arb_params()12244 arb_param->hvm_max_qos_commit_threshold = 0xf; in rq_dlg_get_arb_params()12245 arb_param->hvm_min_req_outstand_commit_threshold = 0xa; in rq_dlg_get_arb_params()12246 …arb_param->compbuf_reserved_space_kbytes = dml_get_compbuf_reserved_space_64b(mode_lib) * 64 / 102… in rq_dlg_get_arb_params()12247 …arb_param->compbuf_size = mode_lib->mp.CompressedBufferSizeInkByte / mode_lib->ip.compressed_buffe… in rq_dlg_get_arb_params()[all …]