OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effective_det_plus_lb_lines_chroma
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h
470
float
effective_det_plus_lb_lines_chroma
;
member in struct:dcn_bw_internal_vars
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c
1431
v->
effective_det_plus_lb_lines_chroma
=dcn_bw_floor2(v->lines_in_detc[k] +dcn_bw_min2(v->lines_in_detc[k] * v->dppclk * v->byte_per_pixel_detc[k] * v->pscl_throughput_chroma[k] / (v->return_bw / v->dpp_per_plane[k]), v->effective_lb_latency_hiding_source_lines_chroma), v->swath_height_c[k]);
1432
v->urgent_latency_support_us_chroma = v->
effective_det_plus_lb_lines_chroma
* (v->htotal[k] / v->pixel_clock[k]) / (v->v_ratio[k] / 2.0) - v->
effective_det_plus_lb_lines_chroma
* (v->swath_width_y[k] / 2.0) * v->byte_per_pixel_detc[k] / (v->return_bw / v->dpp_per_plane[k]);
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025