OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_pscl_tolb_throughput
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h
158
float
max_pscl_tolb_throughput
;
member in struct:dcn_bw_internal_vars
607
int
max_pscl_tolb_throughput
; /*pixels/dppclk*/
member in struct:dcn_ip_params
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c
151
.
max_pscl_tolb_throughput
= 2, /*pixels/dppclk*/
811
v->
max_pscl_tolb_throughput
= dc->dcn_ip->
max_pscl_tolb_throughput
;
1657
"
max_pscl_tolb_throughput
: %d pixels/dppclk\n"
1691
dc->dcn_ip->
max_pscl_tolb_throughput
,
1741
dc->dml.ip.max_pscl_lb_bw_pix_per_clk = dc->dcn_ip->
max_pscl_tolb_throughput
;
amdgpu_dcn_calc_auto.c
329
v->pscl_factor[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->
max_pscl_tolb_throughput
* v->h_ratio[k] /dcn_bw_ceil2(v->htaps[k] / 6.0, 1.0));
332
v->pscl_factor[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->
max_pscl_tolb_throughput
);
340
v->pscl_factor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->
max_pscl_tolb_throughput
* v->h_ratio[k] / 2.0 /dcn_bw_ceil2(v->hta_pschroma[k] / 6.0, 1.0));
343
v->pscl_factor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->
max_pscl_tolb_throughput
);
1190
v->pscl_throughput[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->
max_pscl_tolb_throughput
* v->h_ratio[k] /dcn_bw_ceil2(v->htaps[k] / 6.0, 1.0));
1193
v->pscl_throughput[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->
max_pscl_tolb_throughput
);
1202
v->pscl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->
max_pscl_tolb_throughput
* v->h_ratio[k] / 2.0 /dcn_bw_ceil2(v->hta_pschroma[k] / 6.0, 1.0));
1205
v->pscl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->
max_pscl_tolb_throughput
);
Completed in 16 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025