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:HV_FACTOR
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_modes.c
144
#define
HV_FACTOR
1000
in drm_cvt_mode()
macro
239
tmp1 =
HV_FACTOR
* 1000000 -
in drm_cvt_mode()
240
CVT_MIN_VSYNC_BP *
HV_FACTOR
* vfieldrate;
in drm_cvt_mode()
245
tmp1 = CVT_MIN_VSYNC_BP *
HV_FACTOR
/ hperiod + 1;
in drm_cvt_mode()
268
hblank_percentage = CVT_C_PRIME *
HV_FACTOR
- CVT_M_PRIME *
in drm_cvt_mode()
271
if (hblank_percentage < 20 *
HV_FACTOR
)
in drm_cvt_mode()
272
hblank_percentage = 20 *
HV_FACTOR
;
in drm_cvt_mode()
274
(100 *
HV_FACTOR
- hblank_percentage);
in drm_cvt_mode()
299
tmp1 =
HV_FACTOR
* 1000000 -
in drm_cvt_mode()
300
CVT_RB_MIN_VBLANK *
HV_FACTOR
* vfieldrat
in drm_cvt_mode()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_modes.c
624
#define
HV_FACTOR
1000
in drm_cvt_mode()
macro
719
tmp1 =
HV_FACTOR
* 1000000 -
in drm_cvt_mode()
720
CVT_MIN_VSYNC_BP *
HV_FACTOR
* vfieldrate;
in drm_cvt_mode()
725
tmp1 = CVT_MIN_VSYNC_BP *
HV_FACTOR
/ hperiod + 1;
in drm_cvt_mode()
748
hblank_percentage = CVT_C_PRIME *
HV_FACTOR
- CVT_M_PRIME *
in drm_cvt_mode()
751
if (hblank_percentage < 20 *
HV_FACTOR
)
in drm_cvt_mode()
752
hblank_percentage = 20 *
HV_FACTOR
;
in drm_cvt_mode()
754
(100 *
HV_FACTOR
- hblank_percentage);
in drm_cvt_mode()
779
tmp1 =
HV_FACTOR
* 1000000 -
in drm_cvt_mode()
780
CVT_RB_MIN_VBLANK *
HV_FACTOR
* vfieldrat
in drm_cvt_mode()
[all...]
Completed in 4 milliseconds