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_refct_sgt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_scatterlist.h
156
* struct i915_refct_sgt_ops - Operations structure for struct
i915_refct_sgt
160
* @release: Free the memory of the struct
i915_refct_sgt
166
* struct
i915_refct_sgt
- A refcounted scatter-gather table
174
struct
i915_refct_sgt
{
struct
183
* @rsgt: the struct
i915_refct_sgt
to put.
185
static inline void i915_refct_sgt_put(struct
i915_refct_sgt
*rsgt)
in i915_refct_sgt_put()
193
* @rsgt: the struct
i915_refct_sgt
to get.
195
static inline struct
i915_refct_sgt
*
196
i915_refct_sgt_get(struct
i915_refct_sgt
*rsgt)
in i915_refct_sgt_get()
205
* @rsgt: The struct
i915_refct_sgt
t
[all...]
H
A
D
i915_scatterlist.c
45
struct
i915_refct_sgt
*rsgt =
in i915_refct_sgt_release()
57
* i915_refct_sgt_init - Initialize a struct
i915_refct_sgt
with default ops
58
* @rsgt: The struct
i915_refct_sgt
to initialize.
61
void i915_refct_sgt_init(struct
i915_refct_sgt
*rsgt, size_t size)
in i915_refct_sgt_init()
77
* Return: A pointer to a kmalloced struct
i915_refct_sgt
on success, negative
80
struct
i915_refct_sgt
*i915_rsgt_from_mm_node(const struct drm_mm_node *node,
in i915_rsgt_from_mm_node()
87
struct
i915_refct_sgt
*rsgt;
in i915_rsgt_from_mm_node()
163
struct
i915_refct_sgt
*i915_rsgt_from_buddy_resource(struct ttm_resource *res,
in i915_rsgt_from_buddy_resource()
173
struct
i915_refct_sgt
*rsgt;
in i915_rsgt_from_buddy_resource()
H
A
D
i915_vma_resource.h
52
struct
i915_refct_sgt
*pages_rsgt;
184
* @pages_rsgt: Pointer to a struct
i915_refct_sgt
of an object with
205
struct
i915_refct_sgt
*pages_rsgt,
in i915_vma_resource_init()
H
A
D
intel_region_ttm.h
25
struct
i915_refct_sgt
*
H
A
D
intel_region_ttm.c
162
struct
i915_refct_sgt
*
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_ttm_move.c
222
struct
i915_refct_sgt
*src_rsgt =
in i915_ttm_accel_move()
273
struct
i915_refct_sgt
*src_rsgt;
274
struct
i915_refct_sgt
*dst_rsgt;
315
struct
i915_refct_sgt
*dst_rsgt)
in i915_ttm_memcpy_init()
471
struct
i915_refct_sgt
*dst_rsgt, bool allow_accel,
in __i915_ttm_move()
580
struct
i915_refct_sgt
*dst_rsgt;
in i915_ttm_move()
713
struct
i915_refct_sgt
*dst_rsgt;
in i915_gem_obj_copy_ttm()
H
A
D
i915_gem_object_types.h
652
struct
i915_refct_sgt
*rsgt;
684
struct
i915_refct_sgt
*cached_io_rsgt;
H
A
D
i915_gem_ttm_move.h
19
struct
i915_refct_sgt
;
H
A
D
i915_gem_ttm.h
73
struct
i915_refct_sgt
*
H
A
D
i915_gem_ttm.c
52
struct
i915_refct_sgt
cached_rsgt;
526
static struct
i915_refct_sgt
*i915_ttm_tt_get_st(struct ttm_tt *ttm)
in i915_ttm_tt_get_st()
565
* Return: A valid pointer to a struct
i915_refct_sgt
or error pointer on
568
struct
i915_refct_sgt
*
589
struct
i915_refct_sgt
*rsgt;
in i915_ttm_resource_get_st()
824
struct
i915_refct_sgt
*rsgt =
in __i915_ttm_get_pages()
Completed in 7 milliseconds