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:PCH_DG1
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_pch.h
31
PCH_DG1
= 1024,
enumerator
62
#define HAS_PCH_DG1(dev_priv) (INTEL_PCH_TYPE(dev_priv) ==
PCH_DG1
)
H
A
D
intel_pch.c
193
dev_priv->pch_type =
PCH_DG1
;
in intel_detect_pch()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/soc/
H
A
D
intel_pch.h
31
PCH_DG1
= 1024,
enumerator
72
#define HAS_PCH_DG1(dev_priv) (INTEL_PCH_TYPE(dev_priv) ==
PCH_DG1
)
H
A
D
intel_pch.c
223
dev_priv->pch_type =
PCH_DG1
;
in intel_detect_pch()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hotplug_irq.c
162
if ((INTEL_PCH_TYPE(dev_priv) <
PCH_DG1
) &&
in intel_hpd_init_pins()
166
if (INTEL_PCH_TYPE(dev_priv) >=
PCH_DG1
)
in intel_hpd_init_pins()
H
A
D
intel_display_power.c
1653
INTEL_PCH_TYPE(dev_priv) <
PCH_DG1
)
in icl_display_core_init()
2244
if (INTEL_PCH_TYPE(i915) >= PCH_CNP && INTEL_PCH_TYPE(i915) <
PCH_DG1
)
in intel_display_power_suspend_late()
2259
if (INTEL_PCH_TYPE(i915) >= PCH_CNP && INTEL_PCH_TYPE(i915) <
PCH_DG1
)
in intel_display_power_resume_early()
H
A
D
intel_gmbus.c
161
} else if (INTEL_PCH_TYPE(i915) >=
PCH_DG1
) {
in get_gmbus_pin()
H
A
D
intel_backlight.c
1451
if (INTEL_PCH_TYPE(i915) >=
PCH_DG1
)
in cnp_num_backlight_controllers()
H
A
D
intel_pps.c
354
if (INTEL_PCH_TYPE(i915) >=
PCH_DG1
)
in intel_num_pps()
H
A
D
intel_hdmi.c
2895
else if (INTEL_PCH_TYPE(dev_priv) >=
PCH_DG1
)
in intel_hdmi_default_ddc_pin()
H
A
D
intel_bios.c
2203
} else if (INTEL_PCH_TYPE(i915) >=
PCH_DG1
) {
in map_ddc_pin()
H
A
D
intel_cdclk.c
3380
if (INTEL_PCH_TYPE(dev_priv) >=
PCH_DG1
)
in intel_read_rawclk()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display_power.c
5307
INTEL_PCH_TYPE(dev_priv) <
PCH_DG1
)
in icl_display_core_init()
Completed in 58 milliseconds