OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_row_time
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c
3192
double
min_row_time
= 0.0;
local in function:CalculateFlipSchedule
3232
min_row_time
= dml_min(
3236
min_row_time
= dml_min(
3240
min_row_time
= dml_min4(
3248
min_row_time
= dpte_row_height * LineTime / VRatio;
3250
min_row_time
= meta_row_height * LineTime / VRatio;
3252
min_row_time
= dml_min(
3260
|| TimeForFetchingMetaPTEImmediateFlip + 2 * TimeForFetchingRowInVBlankImmediateFlip >
min_row_time
) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c
3113
double
min_row_time
= 0.0;
local in function:CalculateFlipSchedule
3178
min_row_time
= dpte_row_height * LineTime / VRatio;
3180
min_row_time
= meta_row_height * LineTime / VRatio;
3182
min_row_time
= dml_min(dpte_row_height, meta_row_height) * LineTime
3189
>
min_row_time
)
amdgpu_display_mode_vba_20v2.c
3150
double
min_row_time
= 0.0;
local in function:CalculateFlipSchedule
3215
min_row_time
= dpte_row_height * LineTime / VRatio;
3217
min_row_time
= meta_row_height * LineTime / VRatio;
3219
min_row_time
= dml_min(dpte_row_height, meta_row_height) * LineTime
3226
>
min_row_time
)
Completed in 22 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025