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:pixel_clock_mhz
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
383
int
pixel_clock_mhz
;
member
H
A
D
amdgpu_dm.c
9142
amdgpu_dm_connector->
pixel_clock_mhz
= 0;
9190
amdgpu_dm_connector->
pixel_clock_mhz
=
9191
range->
pixel_clock_mhz
* 10;
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_edid.h
104
u8
pixel_clock_mhz
; /* need to multiply by 10 */
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
677
int
pixel_clock_mhz
;
member
H
A
D
amdgpu_dm.c
10736
amdgpu_dm_connector->
pixel_clock_mhz
= 0;
in amdgpu_dm_update_freesync_caps()
10782
amdgpu_dm_connector->
pixel_clock_mhz
=
in amdgpu_dm_update_freesync_caps()
10783
range->
pixel_clock_mhz
* 10;
in amdgpu_dm_update_freesync_caps()
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_edid.h
113
u8
pixel_clock_mhz
; /* need to multiply by 10 */
member
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
H
A
D
gm12u320.c
511
.data.other_data.data.range.
pixel_clock_mhz
= 4, /* 40 MHz */
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H
A
D
gm12u320.c
504
.data.other_data.data.range.
pixel_clock_mhz
= 4, /* 40 MHz */
Completed in 27 milliseconds