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:hdmi_monitor
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_hdmi.h
66
* @
hdmi_monitor
: true if HDMI monitor detected else DVI monitor assumed
92
bool
hdmi_monitor
;
member
H
A
D
sti_hdmi.c
271
if (hdmi->
hdmi_monitor
)
in hdmi_config()
981
hdmi->
hdmi_monitor
= drm_detect_hdmi_monitor(edid);
in sti_hdmi_connector_get_modes()
983
(hdmi->
hdmi_monitor
? "hdmi monitor" : "dvi monitor"),
in sti_hdmi_connector_get_modes()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi.h
14
bool
hdmi_monitor
;
member
H
A
D
vc4_hdmi.c
170
vc4_hdmi->encoder.
hdmi_monitor
= drm_detect_hdmi_monitor(edid);
in vc4_hdmi_connector_detect()
202
vc4_encoder->
hdmi_monitor
= drm_detect_hdmi_monitor(edid);
in vc4_hdmi_connector_get_modes()
717
if (vc4_encoder->
hdmi_monitor
&&
in vc4_hdmi_encoder_pre_crtc_enable()
752
if (vc4_encoder->
hdmi_monitor
) {
in vc4_hdmi_encoder_post_crtc_enable()
775
if (vc4_encoder->
hdmi_monitor
) {
in vc4_hdmi_encoder_post_crtc_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun4i_hdmi_enc.c
114
if (hdmi->
hdmi_monitor
)
in sun4i_hdmi_enable()
218
hdmi->
hdmi_monitor
= drm_detect_hdmi_monitor(edid);
in sun4i_hdmi_get_modes()
220
hdmi->
hdmi_monitor
? "an HDMI" : "a DVI");
in sun4i_hdmi_get_modes()
H
A
D
sun4i_hdmi.h
288
bool
hdmi_monitor
;
member
Completed in 14 milliseconds