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:plane_resp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_plane.c
487
struct drm_mode_get_plane_res *
plane_resp
= data;
in drm_mode_getplane_res()
local
495
plane_ptr = u64_to_user_ptr(
plane_resp
->plane_id_ptr);
in drm_mode_getplane_res()
511
if (count <
plane_resp
->count_planes &&
in drm_mode_getplane_res()
517
plane_resp
->count_planes = count;
in drm_mode_getplane_res()
525
struct drm_mode_get_plane *
plane_resp
= data;
in drm_mode_getplane()
local
532
plane = drm_plane_find(dev, file_priv,
plane_resp
->plane_id);
in drm_mode_getplane()
538
plane_resp
->crtc_id = plane->state->crtc->base.id;
in drm_mode_getplane()
540
plane_resp
->crtc_id = plane->crtc->base.id;
in drm_mode_getplane()
542
plane_resp
->crtc_id = 0;
in drm_mode_getplane()
545
plane_resp
in drm_mode_getplane()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_plane.c
658
struct drm_mode_get_plane_res *
plane_resp
= data;
in drm_mode_getplane_res()
local
666
plane_ptr = u64_to_user_ptr(
plane_resp
->plane_id_ptr);
in drm_mode_getplane_res()
695
if (count <
plane_resp
->count_planes &&
in drm_mode_getplane_res()
701
plane_resp
->count_planes = count;
in drm_mode_getplane_res()
709
struct drm_mode_get_plane *
plane_resp
= data;
in drm_mode_getplane()
local
716
plane = drm_plane_find(dev, file_priv,
plane_resp
->plane_id);
in drm_mode_getplane()
722
plane_resp
->crtc_id = plane->state->crtc->base.id;
in drm_mode_getplane()
724
plane_resp
->crtc_id = plane->crtc->base.id;
in drm_mode_getplane()
726
plane_resp
->crtc_id = 0;
in drm_mode_getplane()
729
plane_resp
in drm_mode_getplane()
[all...]
Completed in 3 milliseconds