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:GEN6_RP_EI_MASK
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
debugfs_gt_pm.c
586
rpup = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP) &
GEN6_RP_EI_MASK
;
in rps_boost_show()
587
rpupei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP_EI) &
GEN6_RP_EI_MASK
;
in rps_boost_show()
588
rpdown = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN) &
GEN6_RP_EI_MASK
;
in rps_boost_show()
589
rpdownei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN_EI) &
GEN6_RP_EI_MASK
;
in rps_boost_show()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gt_pm_debugfs.c
517
rpup = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP) &
GEN6_RP_EI_MASK
;
in rps_boost_show()
518
rpupei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP_EI) &
GEN6_RP_EI_MASK
;
in rps_boost_show()
519
rpdown = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN) &
GEN6_RP_EI_MASK
;
in rps_boost_show()
520
rpdownei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN_EI) &
GEN6_RP_EI_MASK
;
in rps_boost_show()
H
A
D
intel_gt_regs.h
848
#define
GEN6_RP_EI_MASK
0xffffff
macro
849
#define GEN6_CURICONT_MASK
GEN6_RP_EI_MASK
851
#define GEN6_CURBSYTAVG_MASK
GEN6_RP_EI_MASK
854
#define GEN6_CURIAVG_MASK
GEN6_RP_EI_MASK
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_debugfs.c
1242
rpup = I915_READ_FW(GEN6_RP_CUR_UP) &
GEN6_RP_EI_MASK
;
in i915_rps_boost_info()
1243
rpupei = I915_READ_FW(GEN6_RP_CUR_UP_EI) &
GEN6_RP_EI_MASK
;
in i915_rps_boost_info()
1244
rpdown = I915_READ_FW(GEN6_RP_CUR_DOWN) &
GEN6_RP_EI_MASK
;
in i915_rps_boost_info()
1245
rpdownei = I915_READ_FW(GEN6_RP_CUR_DOWN_EI) &
GEN6_RP_EI_MASK
;
in i915_rps_boost_info()
H
A
D
i915_reg.h
9088
#define
GEN6_RP_EI_MASK
0xffffff
macro
9089
#define GEN6_CURICONT_MASK
GEN6_RP_EI_MASK
9091
#define GEN6_CURBSYTAVG_MASK
GEN6_RP_EI_MASK
9094
#define GEN6_CURIAVG_MASK
GEN6_RP_EI_MASK
Completed in 47 milliseconds