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:graphics_ver
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_engine_cs.c
56
/* mmio bases table *must* be sorted in reverse
graphics_ver
order */
58
u32
graphics_ver
: 8;
member
68
{ .
graphics_ver
= 1, .base = RENDER_RING_BASE }
75
{ .
graphics_ver
= 6, .base = BLT_RING_BASE }
82
{ .
graphics_ver
= 12, .base = XEHPC_BCS1_RING_BASE }
89
{ .
graphics_ver
= 12, .base = XEHPC_BCS2_RING_BASE }
96
{ .
graphics_ver
= 12, .base = XEHPC_BCS3_RING_BASE }
103
{ .
graphics_ver
= 12, .base = XEHPC_BCS4_RING_BASE }
110
{ .
graphics_ver
= 12, .base = XEHPC_BCS5_RING_BASE }
117
{ .
graphics_ver
[all...]
H
A
D
selftest_engine_cs.c
395
u8 ver = info->mmio_bases[j].
graphics_ver
;
in intel_mmio_bases_check()
H
A
D
selftest_workarounds.c
953
u8
graphics_ver
;
member
964
if (GRAPHICS_VER(i915) == tbl->
graphics_ver
&&
in find_reg()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
intel_pci_config.h
25
static inline int intel_mmio_bar(int
graphics_ver
)
in intel_mmio_bar()
argument
27
switch (
graphics_ver
) {
in intel_mmio_bar()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
289
unsigned int
graphics_ver
; /** Cached value of GRAPHICS_VER */
member
1123
cache->
graphics_ver
= GRAPHICS_VER(i915);
in reloc_cache_init()
1126
cache->has_fence = cache->
graphics_ver
< 4;
in reloc_cache_init()
Completed in 9 milliseconds