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_vma_size
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H
A
D
igt_gem_utils.c
65
GEM_BUG_ON(offset + (count - 1) * PAGE_SIZE >
i915_vma_size
(vma));
in igt_emit_store_dw()
147
i915_vma_size
(batch),
in igt_gpu_fill_dw()
H
A
D
i915_gem_context.c
1013
i915_vma_size
(batch),
in emit_rpcs_query()
1573
i915_vma_size
(vma), 0);
in write_to_scratch()
1706
i915_vma_size
(vma), flags);
in read_from_scratch()
H
A
D
i915_gem_client_blt.c
522
i915_vma_size
(t->batch),
in tiled_blit()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_vma.h
135
*
i915_vma_size
- Obtain the va range size of the vma
144
static inline u64
i915_vma_size
(const struct i915_vma *vma)
in i915_vma_size()
function
179
i915_vma_size
(vma) - 1));
in i915_ggtt_offset()
H
A
D
i915_vma.c
452
GEM_BUG_ON(vma->size >
i915_vma_size
(vma));
in i915_vma_bind()
575
i915_vma_size
(vma));
in i915_vma_pin_iomap()
664
if (
i915_vma_size
(vma) < size)
in i915_vma_misplaced()
696
fenceable = (
i915_vma_size
(vma) >= vma->fence_size &&
in __i915_vma_set_map_and_fenceable()
H
A
D
i915_debugfs.c
220
i915_vma_offset(vma),
i915_vma_size
(vma),
in i915_debugfs_describe_obj()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
selftest_tlb.c
26
GEM_BUG_ON(addr >= i915_vma_offset(vma) +
i915_vma_size
(vma) + sizeof(val));
in vma_set_qw()
154
.vma_size =
i915_vma_size
(vb)
in pte_tlbinv()
H
A
D
selftest_engine_cs.c
335
i915_vma_size
(nop),
in perf_mi_noop()
H
A
D
intel_ggtt_fencing.c
224
GEM_BUG_ON(vma->fence_size >
i915_vma_size
(vma));
in fence_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_tiling.c
171
if (
i915_vma_size
(vma) < size)
in i915_vma_fence_prepare()
H
A
D
i915_gem_shrinker.c
403
unsigned long count =
i915_vma_size
(vma) >> PAGE_SHIFT;
in i915_gem_shrinker_vmap()
H
A
D
i915_gem_execbuffer.c
383
const u64 size =
i915_vma_size
(vma);
in eb_vma_misplaced()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
i915_request.c
1012
i915_vma_size
(batch),
in emit_bb_start()
Completed in 20 milliseconds