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:EDID_SIZE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
edid.h
42
#define
EDID_SIZE
128
macro
55
unsigned char edid_block[
EDID_SIZE
];
H
A
D
display.c
87
static unsigned char virtual_dp_monitor_edid[GVT_EDID_NUM][
EDID_SIZE
] = {
538
EDID_SIZE
);
in setup_virtual_dp_monitor()
H
A
D
edid.c
58
if (edid->current_edid_read >=
EDID_SIZE
) {
in edid_get_byte()
H
A
D
kvmgt.c
665
base->vfio_edid_regs.edid_max_size =
EDID_SIZE
;
in kvmgt_set_edid()
666
base->vfio_edid_regs.edid_size =
EDID_SIZE
;
in kvmgt_set_edid()
674
&intel_vgpu_regops_edid,
EDID_SIZE
,
in kvmgt_set_edid()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
edid.h
42
#define
EDID_SIZE
128
macro
55
unsigned char edid_block[
EDID_SIZE
];
H
A
D
display.c
91
static unsigned char virtual_dp_monitor_edid[GVT_EDID_NUM][
EDID_SIZE
] = {
559
EDID_SIZE
);
in setup_virtual_dp_monitor()
H
A
D
edid.c
61
if (edid->current_edid_read >=
EDID_SIZE
) {
in edid_get_byte()
H
A
D
kvmgt.c
595
base->vfio_edid_regs.edid_max_size =
EDID_SIZE
;
in intel_gvt_set_edid()
596
base->vfio_edid_regs.edid_size =
EDID_SIZE
;
in intel_gvt_set_edid()
604
&intel_vgpu_regops_edid,
EDID_SIZE
,
in intel_gvt_set_edid()
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_mode.c
638
enum {
EDID_SIZE
= 128 };
in vbox_set_edid()
enumerator
639
unsigned char edid[
EDID_SIZE
] = {
in vbox_set_edid()
694
for (i = 0; i <
EDID_SIZE
- 1; ++i)
in vbox_set_edid()
696
edid[
EDID_SIZE
- 1] = (0x100 - (sum & 0xFF)) & 0xFF;
in vbox_set_edid()
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_mode.c
644
enum {
EDID_SIZE
= 128 };
in vbox_set_edid()
enumerator
645
unsigned char edid[
EDID_SIZE
] = {
in vbox_set_edid()
700
for (i = 0; i <
EDID_SIZE
- 1; ++i)
in vbox_set_edid()
702
edid[
EDID_SIZE
- 1] = (0x100 - (sum & 0xFF)) & 0xFF;
in vbox_set_edid()
Completed in 12 milliseconds