OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_det_buffering_time_y
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h
408
float
full_det_buffering_time_y
[number_of_planes_minus_one + 1];
member in struct:dcn_bw_internal_vars
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c
1349
v->
full_det_buffering_time_y
[k] = v->lines_in_dety_rounded_down_to_swath[k] * (v->htotal[k] / v->pixel_clock[k]) / v->v_ratio[k];
1363
if (v->
full_det_buffering_time_y
[k] < v->min_full_det_buffering_time) {
1364
v->min_full_det_buffering_time = v->
full_det_buffering_time_y
[k];
1854
v->max_det_buffering_time_y = v->
full_det_buffering_time_y
[k] + (v->lines_in_dety[k] - v->lines_in_dety_rounded_down_to_swath[k]) / v->swath_height_y[k] * (v->htotal[k] / v->pixel_clock[k]);
Completed in 13 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025