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:unbind_vma
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H
A
D
mock_gtt.c
89
ppgtt->vm.vma_ops.
unbind_vma
= mock_unbind_ppgtt;
in mock_ppgtt()
129
ggtt->vm.vma_ops.
unbind_vma
= mock_unbind_ggtt;
in mock_init_ggtt()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
mock_gtt.c
89
ppgtt->vm.vma_ops.
unbind_vma
= mock_unbind_ppgtt;
in mock_ppgtt()
128
ggtt->vm.vma_ops.
unbind_vma
= mock_unbind_ggtt;
in mock_init_ggtt()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_client_blt.c
46
vm->vma_ops.
unbind_vma
(vm, vma);
in vma_unbind()
53
.
unbind_vma
= vma_unbind,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_ggtt.c
659
GEM_BUG_ON(ggtt->vm.vma_ops.
unbind_vma
!= ggtt_unbind_vma);
in init_aliasing_ppgtt()
660
ggtt->vm.vma_ops.
unbind_vma
= aliasing_gtt_unbind_vma;
in init_aliasing_ppgtt()
683
ggtt->vm.vma_ops.
unbind_vma
= ggtt_unbind_vma;
in fini_aliasing_ppgtt()
895
ggtt->vm.vma_ops.
unbind_vma
= ggtt_unbind_vma;
in gen8_gmch_probe()
1045
ggtt->vm.vma_ops.
unbind_vma
= ggtt_unbind_vma;
in gen6_gmch_probe()
1085
ggtt->vm.vma_ops.
unbind_vma
= ggtt_unbind_vma;
in i915_gmch_probe()
H
A
D
intel_ppgtt.c
310
ppgtt->vm.vma_ops.
unbind_vma
= ppgtt_unbind_vma;
in ppgtt_init()
H
A
D
gen6_ppgtt.c
343
.
unbind_vma
= pd_vma_unbind,
H
A
D
intel_gtt.h
201
void (*
unbind_vma
)(struct i915_address_space *vm,
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_ggtt_gmch.c
111
ggtt->vm.vma_ops.
unbind_vma
= intel_ggtt_unbind_vma;
in intel_ggtt_gmch_probe()
H
A
D
intel_ggtt.c
752
GEM_BUG_ON(ggtt->vm.vma_ops.
unbind_vma
!= intel_ggtt_unbind_vma);
in init_aliasing_ppgtt()
753
ggtt->vm.vma_ops.
unbind_vma
= aliasing_gtt_unbind_vma;
in init_aliasing_ppgtt()
776
ggtt->vm.vma_ops.
unbind_vma
= intel_ggtt_unbind_vma;
in fini_aliasing_ppgtt()
1030
ggtt->vm.vma_ops.
unbind_vma
= intel_ggtt_unbind_vma;
in gen8_gmch_probe()
1190
ggtt->vm.vma_ops.
unbind_vma
= intel_ggtt_unbind_vma;
in gen6_gmch_probe()
H
A
D
intel_ppgtt.c
322
ppgtt->vm.vma_ops.
unbind_vma
= ppgtt_unbind_vma;
in ppgtt_init()
H
A
D
gen6_ppgtt.c
321
.
unbind_vma
= pd_vma_unbind,
H
A
D
intel_gtt.h
239
void (*
unbind_vma
)(struct i915_address_space *vm,
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_vma_resource.c
182
vma_res->ops->
unbind_vma
(vm, vma_res);
in i915_vma_resource_unbind_work()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_dpt.c
303
vm->vma_ops.
unbind_vma
= dpt_unbind_vma;
in intel_dpt_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_vma.c
1296
vma->ops->
unbind_vma
(vma->vm, vma);
in __i915_vma_evict()
Completed in 14 milliseconds