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:wqi
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_submission.c
178
struct guc_wq_item *
wqi
;
in guc_wq_item_append()
local
184
* should not have the case where structure
wqi
is across page, neither
in guc_wq_item_append()
187
* XXX: if not the case, we need save data to a temp
wqi
and copy it to
in guc_wq_item_append()
201
wqi
= guc->workqueue_vaddr + wq_off;
in guc_wq_item_append()
204
wqi
->header = WQ_TYPE_INORDER |
in guc_wq_item_append()
208
wqi
->context_desc = context_desc;
in guc_wq_item_append()
209
wqi
->submit_element_info = ring_tail << WQ_RING_TAIL_SHIFT;
in guc_wq_item_append()
211
wqi
->fence_id = fence_id;
in guc_wq_item_append()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_submission.c
821
u32 *
wqi
= get_wq_pointer(ce, wq_space_until_wrap(ce));
in guc_wq_noop_append()
local
824
if (!
wqi
)
in guc_wq_noop_append()
829
*
wqi
= FIELD_PREP(WQ_TYPE_MASK, WQ_TYPE_NOOP) |
in guc_wq_noop_append()
842
u32 *
wqi
;
in __guc_wq_item_append()
local
859
wqi
= get_wq_pointer(ce, wqi_size);
in __guc_wq_item_append()
860
if (!
wqi
)
in __guc_wq_item_append()
865
*
wqi
++ = FIELD_PREP(WQ_TYPE_MASK, WQ_TYPE_MULTI_LRC) |
in __guc_wq_item_append()
867
*
wqi
++ = ce->lrc.lrca;
in __guc_wq_item_append()
868
*
wqi
++ = FIELD_PREP(WQ_GUC_ID_MASK, ce->guc_id.id) |
in __guc_wq_item_append()
870
*
wqi
in __guc_wq_item_append()
[all...]
Completed in 6 milliseconds