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:non_desktop
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_client_modeset.c
220
if (connector->display_info.
non_desktop
)
in drm_connector_enabled()
243
connector->display_info.
non_desktop
? "non desktop" : enabled[i] ? "yes" : "no");
in drm_client_connectors_enabled()
H
A
D
drm_connector.c
1063
*
non_desktop
:
2089
connector->display_info.
non_desktop
);
in drm_connector_update_edid_property()
H
A
D
drm_edid.c
5101
info->
non_desktop
= 0;
in drm_reset_display_info()
5116
info->
non_desktop
= !!(quirks & EDID_QUIRK_NON_DESKTOP);
in drm_add_display_info()
5120
DRM_DEBUG_KMS("
non_desktop
set to %d\n", info->
non_desktop
);
in drm_add_display_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_client_modeset.c
223
if (connector->display_info.
non_desktop
)
in drm_connector_enabled()
246
connector->display_info.
non_desktop
? "non desktop" : str_yes_no(enabled[i]));
in drm_client_connectors_enabled()
H
A
D
drm_edid.c
6241
info->
non_desktop
= true;
in drm_parse_microsoft_vsdb()
6472
info->
non_desktop
= 0;
in drm_reset_display_info()
6499
info->
non_desktop
= true;
in update_displayid_info()
6601
info->
non_desktop
? " (redundant quirk)" : "");
in update_display_info()
6602
info->
non_desktop
= true;
in update_display_info()
6791
connector->display_info.
non_desktop
);
in _drm_edid_connector_property_update()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_connector.h
536
* @
non_desktop
: Non desktop display (HMD).
538
bool
non_desktop
;
member
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_connector.h
773
* @
non_desktop
: Non desktop display (HMD).
775
bool
non_desktop
;
member
Completed in 28 milliseconds