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:vic_index
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_edid.c
4513
* Return a display mode for the 0-based
vic_index
'th VIC across all CTA VDBs in
4517
drm_display_mode_from_vic_index(struct drm_connector *connector, int
vic_index
)
in drm_display_mode_from_vic_index()
argument
4522
if (!info->vics ||
vic_index
>= info->vics_len || !info->vics[
vic_index
])
in drm_display_mode_from_vic_index()
4525
return drm_display_mode_from_cea_vic(dev, info->vics[
vic_index
]);
in drm_display_mode_from_vic_index()
4696
int
vic_index
)
in add_3d_struct_modes()
4702
newmode = drm_display_mode_from_vic_index(connector,
vic_index
);
in add_3d_struct_modes()
4710
newmode = drm_display_mode_from_vic_index(connector,
vic_index
);
in add_3d_struct_modes()
4718
newmode = drm_display_mode_from_vic_index(connector,
vic_index
);
in add_3d_struct_modes()
4834
int
vic_index
;
in do_hdmi_vsdb_modes()
local
4695
add_3d_struct_modes(struct drm_connector *connector, u16 structure, int
vic_index
)
add_3d_struct_modes()
argument
5863
int i,
vic_index
, len = cea_db_payload_len(db);
parse_cta_vdb()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_edid.c
4029
int
vic_index
;
in do_hdmi_vsdb_modes()
local
4040
vic_index
= db[8 + offset + i] >> 4;
in do_hdmi_vsdb_modes()
4061
vic_index
);
in do_hdmi_vsdb_modes()
Completed in 16 milliseconds