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_deps_init
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_deps.h
32
void
i915_deps_init
(struct i915_deps *deps, gfp_t gfp);
H
A
D
i915_deps.c
27
* A struct i915_deps need to be initialized using
i915_deps_init
().
46
*
i915_deps_init
- Initialize an i915_deps structure
50
void
i915_deps_init
(struct i915_deps *deps, gfp_t gfp)
in i915_deps_init()
function
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_ttm_move.c
641
i915_deps_init
(&deps, GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN);
in i915_ttm_move()
724
i915_deps_init
(&deps, GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN);
in i915_gem_obj_copy_ttm()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_migrate.c
418
i915_deps_init
(&deps, GFP_KERNEL);
in igt_async_migrate()
Completed in 3 milliseconds