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:universal_planes
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_lease.c
358
bool
universal_planes
)
in validate_lease()
376
if (
universal_planes
) {
in validate_lease()
385
if (
universal_planes
&& has_plane == -1) {
in validate_lease()
397
bool
universal_planes
= READ_ONCE(lessor_priv->
universal_planes
);
in fill_object_idr()
local
420
ret = validate_lease(dev, object_count, objects,
universal_planes
);
in fill_object_idr()
447
if (obj->type == DRM_MODE_OBJECT_CRTC && !
universal_planes
) {
in fill_object_idr()
357
validate_lease(struct drm_device *dev, int object_count, struct drm_mode_object **objects, bool
universal_planes
)
validate_lease()
argument
H
A
D
drm_ioctl.c
340
file_priv->
universal_planes
= req->value;
in drm_setclientcap()
355
file_priv->
universal_planes
= req->value;
in drm_setclientcap()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_file.h
179
* @
universal_planes
:
184
bool
universal_planes
;
member
Completed in 6 milliseconds