OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_y_prefetch_oto
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c
519
double
dst_y_prefetch_oto
;
local in function:CalculatePrefetchSchedule
632
dst_y_prefetch_oto
= Tpre_oto / LineTime;
634
if (
dst_y_prefetch_oto
< dst_y_prefetch_equ)
635
*DestinationLinesForPrefetch =
dst_y_prefetch_oto
;
amdgpu_display_mode_vba_20v2.c
609
double
dst_y_prefetch_oto
;
local in function:CalculatePrefetchSchedule
692
dst_y_prefetch_oto
= Tpre_oto / LineTime;
694
if (
dst_y_prefetch_oto
< dst_y_prefetch_equ)
695
*DestinationLinesForPrefetch =
dst_y_prefetch_oto
;
amdgpu_display_mode_vba_20.c
519
double
dst_y_prefetch_oto
;
local in function:CalculatePrefetchSchedule
632
dst_y_prefetch_oto
= Tpre_oto / LineTime;
634
if (
dst_y_prefetch_oto
< dst_y_prefetch_equ)
635
*DestinationLinesForPrefetch =
dst_y_prefetch_oto
;
amdgpu_display_mode_vba_20v2.c
609
double
dst_y_prefetch_oto
;
local in function:CalculatePrefetchSchedule
692
dst_y_prefetch_oto
= Tpre_oto / LineTime;
694
if (
dst_y_prefetch_oto
< dst_y_prefetch_equ)
695
*DestinationLinesForPrefetch =
dst_y_prefetch_oto
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c
715
double
dst_y_prefetch_oto
;
local in function:CalculatePrefetchSchedule
840
dst_y_prefetch_oto
= Tvm_oto_lines + 2 * Tr0_oto_lines + Tsw_oto_lines + 0.75;
844
if (
dst_y_prefetch_oto
< dst_y_prefetch_equ)
845
*DestinationLinesForPrefetch =
dst_y_prefetch_oto
;
amdgpu_display_mode_vba_21.c
715
double
dst_y_prefetch_oto
;
local in function:CalculatePrefetchSchedule
840
dst_y_prefetch_oto
= Tvm_oto_lines + 2 * Tr0_oto_lines + Tsw_oto_lines + 0.75;
844
if (
dst_y_prefetch_oto
< dst_y_prefetch_equ)
845
*DestinationLinesForPrefetch =
dst_y_prefetch_oto
;
Completed in 43 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025