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:bin_bo
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_v3d.c
266
vc4->
bin_bo
= bo;
in bin_bo_alloc()
326
if (vc4->
bin_bo
)
in vc4_v3d_bin_bo_get()
344
if (WARN_ON_ONCE(!vc4->
bin_bo
))
in bin_bo_release()
347
drm_gem_object_put(&vc4->
bin_bo
->base.base);
in bin_bo_release()
348
vc4->
bin_bo
= NULL;
in bin_bo_release()
H
A
D
vc4_irq.c
69
if (!vc4->
bin_bo
)
in vc4_overflow_mem_work()
72
bo = vc4->
bin_bo
;
in vc4_overflow_mem_work()
H
A
D
vc4_gem.c
1304
if (vc4->
bin_bo
) {
in vc4_gem_destroy()
1305
drm_gem_object_put(&vc4->
bin_bo
->base.base);
in vc4_gem_destroy()
1306
vc4->
bin_bo
= NULL;
in vc4_gem_destroy()
H
A
D
vc4_drv.h
179
struct vc4_bo *
bin_bo
;
member
181
/* Size of blocks allocated within
bin_bo
. */
184
/* Bitmask of the bin_alloc_size chunks in
bin_bo
that are
H
A
D
vc4_validate.c
395
bin_addr = vc4->
bin_bo
->base.paddr + bin_slot * vc4->bin_alloc_size;
in validate_tile_binning_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_v3d.c
273
vc4->
bin_bo
= bo;
in bin_bo_alloc()
336
if (vc4->
bin_bo
)
in vc4_v3d_bin_bo_get()
354
if (WARN_ON_ONCE(!vc4->
bin_bo
))
in bin_bo_release()
357
drm_gem_object_put(&vc4->
bin_bo
->base.base);
in bin_bo_release()
358
vc4->
bin_bo
= NULL;
in bin_bo_release()
H
A
D
vc4_irq.c
72
if (!vc4->
bin_bo
)
in vc4_overflow_mem_work()
75
bo = vc4->
bin_bo
;
in vc4_overflow_mem_work()
H
A
D
vc4_gem.c
1312
if (vc4->
bin_bo
) {
in vc4_gem_destroy()
1313
drm_gem_object_put(&vc4->
bin_bo
->base.base);
in vc4_gem_destroy()
1314
vc4->
bin_bo
= NULL;
in vc4_gem_destroy()
H
A
D
vc4_drv.h
189
struct vc4_bo *
bin_bo
;
member
191
/* Size of blocks allocated within
bin_bo
. */
194
/* Bitmask of the bin_alloc_size chunks in
bin_bo
that are
H
A
D
vc4_validate.c
403
bin_addr = vc4->
bin_bo
->base.dma_addr + bin_slot * vc4->bin_alloc_size;
in validate_tile_binning_config()
Completed in 12 milliseconds