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:i915_range
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
intel_uncore.c
65
const struct
i915_range
*regs;
in intel_shadow_table_check()
76
const struct
i915_range
*range;
in intel_shadow_table_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_perf.c
4415
static bool reg_in_range_table(u32 addr, const struct
i915_range
*table)
in reg_in_range_table()
4430
static const struct
i915_range
gen7_oa_b_counters[] = {
4437
static const struct
i915_range
gen12_oa_b_counters[] = {
4448
static const struct
i915_range
mtl_oam_b_counters[] = {
4456
static const struct
i915_range
xehp_oa_b_counters[] = {
4462
static const struct
i915_range
gen7_oa_mux_regs[] = {
4469
static const struct
i915_range
hsw_oa_mux_regs[] = {
4476
static const struct
i915_range
chv_oa_mux_regs[] = {
4481
static const struct
i915_range
gen8_oa_mux_regs[] = {
4487
static const struct
i915_range
gen11_oa_mux_reg
[all...]
H
A
D
intel_uncore.h
127
struct
i915_range
{
struct
165
const struct
i915_range
*shadowed_reg_table;
H
A
D
intel_uncore.c
991
static const struct
i915_range
gen8_shadowed_regs[] = {
999
static const struct
i915_range
gen11_shadowed_regs[] = {
1026
static const struct
i915_range
gen12_shadowed_regs[] = {
1070
static const struct
i915_range
dg2_shadowed_regs[] = {
1109
static const struct
i915_range
pvc_shadowed_regs[] = {
1148
static const struct
i915_range
mtl_shadowed_regs[] = {
1166
static const struct
i915_range
xelpmp_shadowed_regs[] = {
1187
static int mmio_range_cmp(u32 key, const struct
i915_range
*range)
in mmio_range_cmp()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_workarounds.c
3186
static const struct
i915_range
mcr_ranges_gen8[] = {
3195
static const struct
i915_range
mcr_ranges_gen12[] = {
3204
static const struct
i915_range
mcr_ranges_xehp[] = {
3223
const struct
i915_range
*mcr_ranges;
in mcr_range()
Completed in 18 milliseconds