Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:frames_to_insert
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/freesync/
H
A
D
freesync.c
256
unsigned int
frames_to_insert
= 0;
in apply_below_the_range()
local
278
in_out_vrr->btr.
frames_to_insert
= 0;
in apply_below_the_range()
337
frames_to_insert
= mid_point_frames_floor;
in apply_below_the_range()
342
frames_to_insert
= mid_point_frames_ceil;
in apply_below_the_range()
348
frames_to_insert
= mid_point_frames_ceil;
in apply_below_the_range()
354
frames_to_insert
= mid_point_frames_floor;
in apply_below_the_range()
367
if (in_out_vrr->btr.
frames_to_insert
!= 0 &&
in apply_below_the_range()
369
if (((last_render_time_in_us / in_out_vrr->btr.
frames_to_insert
) <
in apply_below_the_range()
371
((last_render_time_in_us / in_out_vrr->btr.
frames_to_insert
) >
in apply_below_the_range()
373
frames_to_insert
in apply_below_the_range()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/freesync/
H
A
D
freesync.c
267
unsigned int
frames_to_insert
= 0;
in apply_below_the_range()
local
289
in_out_vrr->btr.
frames_to_insert
= 0;
in apply_below_the_range()
348
frames_to_insert
= mid_point_frames_floor;
in apply_below_the_range()
353
frames_to_insert
= mid_point_frames_ceil;
in apply_below_the_range()
359
frames_to_insert
= mid_point_frames_ceil;
in apply_below_the_range()
365
frames_to_insert
= mid_point_frames_floor;
in apply_below_the_range()
378
if (in_out_vrr->btr.
frames_to_insert
!= 0 &&
in apply_below_the_range()
380
if (((last_render_time_in_us / in_out_vrr->btr.
frames_to_insert
) <
in apply_below_the_range()
382
((last_render_time_in_us / in_out_vrr->btr.
frames_to_insert
) >
in apply_below_the_range()
384
frames_to_insert
in apply_below_the_range()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/inc/
H
A
D
mod_freesync.h
95
uint32_t
frames_to_insert
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/inc/
H
A
D
mod_freesync.h
95
uint32_t
frames_to_insert
;
member
Completed in 4 milliseconds