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_TGP
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_pch.h
28
PCH_TGP
, /* Tiger Lake PCH */
enumerator
65
#define HAS_PCH_TGP(dev_priv) (INTEL_PCH_TYPE(dev_priv) ==
PCH_TGP
)
H
A
D
intel_pch.c
126
return
PCH_TGP
;
in intel_pch_type()
H
A
D
i915_irq.c
3067
if (INTEL_PCH_TYPE(dev_priv) <=
PCH_TGP
)
in icp_hpd_irq_setup()
3137
if (INTEL_PCH_TYPE(dev_priv) >=
PCH_TGP
)
in gen11_hpd_irq_setup()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/soc/
H
A
D
intel_pch.h
26
PCH_TGP
, /* Tiger Lake/Mule Creek Canyon PCH */
enumerator
73
#define HAS_PCH_TGP(dev_priv) (INTEL_PCH_TYPE(dev_priv) ==
PCH_TGP
)
H
A
D
intel_pch.c
121
return
PCH_TGP
;
in intel_pch_type()
128
return
PCH_TGP
;
in intel_pch_type()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hdmi.c
2819
if (INTEL_PCH_TYPE(dev_priv) >=
PCH_TGP
&& phy >= PHY_C)
in rkl_port_to_ddc_pin()
2837
if (INTEL_PCH_TYPE(i915) >=
PCH_TGP
&& phy >= PHY_C)
in gen9bc_tgp_port_to_ddc_pin()
H
A
D
intel_hotplug_irq.c
843
if (INTEL_PCH_TYPE(dev_priv) <=
PCH_TGP
)
in icp_hpd_irq_setup()
H
A
D
intel_display_power.c
1652
if (INTEL_PCH_TYPE(dev_priv) >=
PCH_TGP
&&
in icl_display_core_init()
H
A
D
intel_bios.c
2205
} else if (IS_ROCKETLAKE(i915) && INTEL_PCH_TYPE(i915) ==
PCH_TGP
) {
in map_ddc_pin()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_hdmi.c
3140
if (INTEL_PCH_TYPE(dev_priv) >=
PCH_TGP
&& phy >= PHY_C)
in rkl_port_to_ddc_pin()
Completed in 26 milliseconds