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:timeline_fences
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/Documentation/gpu/rfc/
H
A
D
i915_vm_bind.h
257
/** @fence_count: Number of fences in @
timeline_fences
array. */
261
* @
timeline_fences
: Pointer to an array of timeline fences.
265
__u64
timeline_fences
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
2682
const struct drm_i915_gem_execbuffer_ext_timeline_fences *
timeline_fences
)
in add_timeline_fence_array()
2690
nfences =
timeline_fences
->fence_count;
in add_timeline_fence_array()
2701
user_fences = u64_to_user_ptr(
timeline_fences
->handles_ptr);
in add_timeline_fence_array()
2705
user_values = u64_to_user_ptr(
timeline_fences
->values_ptr);
in add_timeline_fence_array()
2946
struct drm_i915_gem_execbuffer_ext_timeline_fences
timeline_fences
;
in parse_timeline_fences()
local
2948
if (copy_from_user(&
timeline_fences
, ext, sizeof(
timeline_fences
)))
in parse_timeline_fences()
2951
return add_timeline_fence_array(eb, &
timeline_fences
);
in parse_timeline_fences()
2681
add_timeline_fence_array(struct i915_execbuffer *eb, const struct drm_i915_gem_execbuffer_ext_
timeline_fences
*
timeline_fences
)
add_timeline_fence_array()
argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
2808
const struct drm_i915_gem_execbuffer_ext_timeline_fences *
timeline_fences
)
in add_timeline_fence_array()
2816
nfences =
timeline_fences
->fence_count;
in add_timeline_fence_array()
2827
user_fences = u64_to_user_ptr(
timeline_fences
->handles_ptr);
in add_timeline_fence_array()
2831
user_values = u64_to_user_ptr(
timeline_fences
->values_ptr);
in add_timeline_fence_array()
3072
struct drm_i915_gem_execbuffer_ext_timeline_fences
timeline_fences
;
in parse_timeline_fences()
local
3074
if (copy_from_user(&
timeline_fences
, ext, sizeof(
timeline_fences
)))
in parse_timeline_fences()
3077
return add_timeline_fence_array(eb, &
timeline_fences
);
in parse_timeline_fences()
2807
add_timeline_fence_array(struct i915_execbuffer *eb, const struct drm_i915_gem_execbuffer_ext_
timeline_fences
*
timeline_fences
)
add_timeline_fence_array()
argument
Completed in 9 milliseconds