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_get
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_fb_pin.c
98
i915_vma_get
(vma);
in intel_pin_fb_obj_dpt()
211
i915_vma_get
(vma);
in intel_pin_and_fence_fb_obj()
H
A
D
intel_dpt.c
166
i915_vma_get
(vma);
in intel_dpt_pin()
H
A
D
intel_plane_initial.c
261
plane_state->ggtt_vma =
i915_vma_get
(vma);
in intel_find_initial_plane_obj()
H
A
D
intel_overlay.c
309
overlay->vma =
i915_vma_get
(vma);
in intel_overlay_flip_prepare()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_timeline.c
261
timeline->hwsp_ggtt =
i915_vma_get
(hwsp);
in intel_timeline_init()
517
tl->hwsp_ggtt =
i915_vma_get
(vma);
in __intel_timeline_get_seqno()
H
A
D
selftest_lrc.c
2713
rq->batch =
i915_vma_get
(vma);
in create_gang()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_vma.h
127
static inline struct i915_vma *
i915_vma_get
(struct i915_vma *vma)
in i915_vma_get()
function
H
A
D
i915_perf.c
1932
return
i915_vma_get
(oa_bo->vma);
in get_oa_vma()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_vma.h
188
static inline struct i915_vma *
i915_vma_get
(struct i915_vma *vma)
in i915_vma_get()
function
H
A
D
i915_perf.c
2331
return
i915_vma_get
(oa_bo->vma);
in get_oa_vma()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_timeline.c
87
timeline->hwsp_ggtt =
i915_vma_get
(hwsp);
in intel_timeline_init()
H
A
D
selftest_execlists.c
2767
rq->batch =
i915_vma_get
(vma);
in create_gang()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
751
i915_vma_get
(vma);
in __eb_add_lut()
2369
eb->batch->vma =
i915_vma_get
(shadow);
in eb_parse()
2379
eb->batch->vma =
i915_vma_get
(batch);
in eb_parse()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
848
i915_vma_get
(vma);
in __eb_add_lut()
2372
eb->batches[0]->vma =
i915_vma_get
(shadow);
in eb_parse()
2385
eb->batches[0]->vma =
i915_vma_get
(batch);
in eb_parse()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_overlay.c
305
overlay->vma =
i915_vma_get
(vma);
in intel_overlay_flip_prepare()
H
A
D
intel_display.c
2306
i915_vma_get
(vma);
in intel_pin_and_fence_fb_obj()
3671
intel_state->vma =
i915_vma_get
(vma);
in intel_find_initial_plane_obj()
Completed in 63 milliseconds