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:max_refresh
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/freesync/
H
A
D
freesync.c
626
unsigned int
max_refresh
;
in build_vrr_infopacket_data_v3()
local
667
max_refresh
= (vrr->max_refresh_in_uhz + 500000) / 1000000;
in build_vrr_infopacket_data_v3()
673
max_refresh
; // Non-fs case, program nominal range
in build_vrr_infopacket_data_v3()
676
(vrr->state == VRR_STATE_ACTIVE_VARIABLE) ?
max_refresh
:
in build_vrr_infopacket_data_v3()
677
max_refresh
;// Non-fs case, program nominal range
in build_vrr_infopacket_data_v3()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H
A
D
dcn32_fpu.c
40
.
max_refresh
= 175,
1045
uint32_t min_refresh = subvp_high_refresh_list.min_refresh,
max_refresh
= 0;
in subvp_subvp_admissable()
local
1063
if ((uint32_t)refresh_rate >
max_refresh
)
in subvp_subvp_admissable()
1064
max_refresh
= (uint32_t)refresh_rate;
in subvp_subvp_admissable()
1069
if (subvp_count == 2 && ((min_refresh < 120 &&
max_refresh
< 120) ||
in subvp_subvp_admissable()
1071
max_refresh
<= subvp_high_refresh_list.
max_refresh
)))
in subvp_subvp_admissable()
2995
uint32_t subvp_max_refresh = subvp_high_refresh_list.
max_refresh
;
in dcn32_allow_subvp_high_refresh_rate()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_resource.h
53
int
max_refresh
;
member
Completed in 9 milliseconds