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:INTEL_REVID
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_driver.c
179
pre |= IS_SKYLAKE(dev_priv) &&
INTEL_REVID
(dev_priv) < 0x6;
in intel_detect_preproduction_hw()
180
pre |= IS_BROXTON(dev_priv) &&
INTEL_REVID
(dev_priv) < 0xA;
in intel_detect_preproduction_hw()
181
pre |= IS_KABYLAKE(dev_priv) &&
INTEL_REVID
(dev_priv) < 0x1;
in intel_detect_preproduction_hw()
182
pre |= IS_GEMINILAKE(dev_priv) &&
INTEL_REVID
(dev_priv) < 0x3;
in intel_detect_preproduction_hw()
183
pre |= IS_ICELAKE(dev_priv) &&
INTEL_REVID
(dev_priv) < 0x7;
in intel_detect_preproduction_hw()
184
pre |= IS_TIGERLAKE(dev_priv) &&
INTEL_REVID
(dev_priv) < 0x1;
in intel_detect_preproduction_hw()
185
pre |= IS_DG1(dev_priv) &&
INTEL_REVID
(dev_priv) < 0x1;
in intel_detect_preproduction_hw()
691
INTEL_REVID
(dev_priv),
in i915_welcome_messages()
H
A
D
intel_step.c
161
int revid =
INTEL_REVID
(i915);
in intel_step_init()
H
A
D
i915_drv.h
443
#define
INTEL_REVID
(i915) (to_pci_dev((i915)->drm.dev)->revision)
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
1297
#define
INTEL_REVID
(dev_priv) ((dev_priv)->drm.pdev->revision)
macro
1320
(
INTEL_REVID
(p) >= (since) &&
INTEL_REVID
(p) <= (until))
1528
kbl_revids[
INTEL_REVID
(dev_priv)].gt_stepping >= since && \
1529
kbl_revids[
INTEL_REVID
(dev_priv)].gt_stepping <= until)
1532
kbl_revids[
INTEL_REVID
(dev_priv)].disp_stepping >= since && \
1533
kbl_revids[
INTEL_REVID
(dev_priv)].disp_stepping <= until)
H
A
D
i915_drv.c
757
INTEL_REVID
(dev_priv),
in i915_welcome_messages()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_csr.c
268
if (
INTEL_REVID
(dev_priv) < size)
in intel_get_stepping_info()
269
return si +
INTEL_REVID
(dev_priv);
in intel_get_stepping_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_uc_fw.c
120
u8 rev =
INTEL_REVID
(i915);
in __uc_fw_auto_select()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc.c
324
return (INTEL_DEVID(i915) << 16) |
INTEL_REVID
(i915);
in guc_ctl_devid()
H
A
D
intel_uc_fw.c
265
u8 rev =
INTEL_REVID
(i915);
in __uc_fw_auto_select()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_stolen.c
543
if (IS_METEORLAKE(i915) &&
INTEL_REVID
(i915) == 0x0)
in i915_gem_init_stolen()
Completed in 18 milliseconds