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:old_rbo
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_legacy_crtc.c
449
struct radeon_bo *
old_rbo
;
in radeon_crtc_do_set_base()
local
452
old_rbo
= gem_to_radeon_bo(fb->obj[0]);
in radeon_crtc_do_set_base()
453
osize = radeon_bo_size(
old_rbo
);
in radeon_crtc_do_set_base()
455
if (nsize <= osize && !radeon_bo_reserve(
old_rbo
, false)) {
in radeon_crtc_do_set_base()
456
radeon_bo_unpin(
old_rbo
);
in radeon_crtc_do_set_base()
457
radeon_bo_unreserve(
old_rbo
);
in radeon_crtc_do_set_base()
H
A
D
radeon_display.c
274
r = radeon_bo_reserve(work->
old_rbo
, false);
in radeon_unpin_work_func()
276
r = radeon_bo_unpin(work->
old_rbo
);
in radeon_unpin_work_func()
280
radeon_bo_unreserve(work->
old_rbo
);
in radeon_unpin_work_func()
284
drm_gem_object_put(&work->
old_rbo
->tbo.base);
in radeon_unpin_work_func()
519
work->
old_rbo
= gem_to_radeon_bo(obj);
in radeon_crtc_page_flip_target()
526
work->
old_rbo
, new_rbo);
in radeon_crtc_page_flip_target()
616
drm_gem_object_put(&work->
old_rbo
->tbo.base);
in radeon_crtc_page_flip_target()
H
A
D
radeon.h
748
struct radeon_bo *
old_rbo
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_legacy_crtc.c
449
struct radeon_bo *
old_rbo
;
in radeon_crtc_do_set_base()
local
452
old_rbo
= gem_to_radeon_bo(fb->obj[0]);
in radeon_crtc_do_set_base()
453
osize = radeon_bo_size(
old_rbo
);
in radeon_crtc_do_set_base()
455
if (nsize <= osize && !radeon_bo_reserve(
old_rbo
, false)) {
in radeon_crtc_do_set_base()
456
radeon_bo_unpin(
old_rbo
);
in radeon_crtc_do_set_base()
457
radeon_bo_unreserve(
old_rbo
);
in radeon_crtc_do_set_base()
H
A
D
radeon_display.c
271
r = radeon_bo_reserve(work->
old_rbo
, false);
in radeon_unpin_work_func()
273
radeon_bo_unpin(work->
old_rbo
);
in radeon_unpin_work_func()
274
radeon_bo_unreserve(work->
old_rbo
);
in radeon_unpin_work_func()
278
drm_gem_object_put(&work->
old_rbo
->tbo.base);
in radeon_unpin_work_func()
513
work->
old_rbo
= gem_to_radeon_bo(obj);
in radeon_crtc_page_flip_target()
520
work->
old_rbo
, new_rbo);
in radeon_crtc_page_flip_target()
614
drm_gem_object_put(&work->
old_rbo
->tbo.base);
in radeon_crtc_page_flip_target()
H
A
D
radeon.h
703
struct radeon_bo *
old_rbo
;
member
Completed in 20 milliseconds