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:IS_GM45
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_fbc.c
359
else if (
IS_GM45
(dev_priv))
in intel_fbc_hw_is_active()
378
else if (
IS_GM45
(dev_priv))
in intel_fbc_hw_activate()
394
else if (
IS_GM45
(dev_priv))
in intel_fbc_hw_deactivate()
510
else if (
IS_GM45
(dev_priv)) {
in intel_fbc_alloc_cfb()
H
A
D
intel_cdclk.c
230
if (
IS_GM45
(dev_priv))
in intel_hpll_vco()
2880
else if (
IS_GM45
(dev_priv))
in intel_init_cdclk_hooks()
H
A
D
intel_tv.c
1613
if (
IS_GM45
(dev_priv))
in intel_tv_detect_type()
H
A
D
intel_dp.c
7997
if (
IS_GM45
(dev_priv))
in intel_dp_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_stolen.c
176
IS_GM45
(i915) ?
in g4x_get_stolen_reserved()
182
IS_GM45
(i915) ? "CTG" : "ELK", reg_val);
in g4x_get_stolen_reserved()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_stolen.c
209
IS_GM45
(i915) ?
in g4x_get_stolen_reserved()
215
IS_GM45
(i915) ? "CTG" : "ELK", reg_val);
in g4x_get_stolen_reserved()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
542
#define
IS_GM45
(i915) IS_PLATFORM(i915, INTEL_GM45)
macro
543
#define IS_G4X(i915) (IS_G45(i915) ||
IS_GM45
(i915))
H
A
D
intel_clock_gating.c
703
if (
IS_GM45
(i915))
in g4x_init_clock_gating()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
1398
#define
IS_GM45
(dev_priv) IS_PLATFORM(dev_priv, INTEL_GM45)
macro
1399
#define IS_G4X(dev_priv) (IS_G45(dev_priv) ||
IS_GM45
(dev_priv))
H
A
D
intel_pm.c
1162
if (
IS_GM45
(dev_priv) && plane->id == PLANE_PRIMARY &&
in g4x_compute_wm()
7470
if (
IS_GM45
(dev_priv))
in g4x_init_clock_gating()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_cdclk.c
276
if (
IS_GM45
(dev_priv))
in intel_hpll_vco()
3624
} else if (
IS_GM45
(dev_priv)) {
in intel_init_cdclk_hooks()
H
A
D
intel_tv.c
1633
if (
IS_GM45
(dev_priv))
in intel_tv_detect_type()
Completed in 42 milliseconds