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:dptsr_planes
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H
A
D
rcar_du_crtc.c
345
unsigned int
dptsr_planes
;
in rcar_du_crtc_update_planes()
local
410
dptsr_planes
= rcrtc->index % 2 ? rcrtc->group->
dptsr_planes
| hwplanes
in rcar_du_crtc_update_planes()
411
: rcrtc->group->
dptsr_planes
& ~hwplanes;
in rcar_du_crtc_update_planes()
413
if (
dptsr_planes
!= rcrtc->group->
dptsr_planes
) {
in rcar_du_crtc_update_planes()
415
(
dptsr_planes
<< 16) |
dptsr_planes
);
in rcar_du_crtc_update_planes()
416
rcrtc->group->
dptsr_planes
=
dptsr_planes
;
in rcar_du_crtc_update_planes()
[all...]
H
A
D
rcar_du_group.h
29
* @lock: protects the
dptsr_planes
field and the DPTSR register
30
* @
dptsr_planes
: bitmask of planes driven by dot-clock and timing generator 1
47
unsigned int
dptsr_planes
;
member
H
A
D
rcar_du_group.c
176
rcar_du_group_write(rgrp, DPTSR, (rgrp->
dptsr_planes
<< 16) |
in rcar_du_group_setup()
177
rgrp->
dptsr_planes
);
in rcar_du_group_setup()
H
A
D
rcar_du_plane.c
282
? plane->group->
dptsr_planes
in rcar_du_atomic_check_planes()
283
: ~plane->group->
dptsr_planes
;
in rcar_du_atomic_check_planes()
H
A
D
rcar_du_kms.c
823
rgrp->
dptsr_planes
= rgrp->num_crtcs > 1
in rcar_du_modeset_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H
A
D
rcar_du_crtc.c
345
unsigned int
dptsr_planes
;
in rcar_du_crtc_update_planes()
local
410
dptsr_planes
= rcrtc->index % 2 ? rcrtc->group->
dptsr_planes
| hwplanes
in rcar_du_crtc_update_planes()
411
: rcrtc->group->
dptsr_planes
& ~hwplanes;
in rcar_du_crtc_update_planes()
413
if (
dptsr_planes
!= rcrtc->group->
dptsr_planes
) {
in rcar_du_crtc_update_planes()
415
(
dptsr_planes
<< 16) |
dptsr_planes
);
in rcar_du_crtc_update_planes()
416
rcrtc->group->
dptsr_planes
=
dptsr_planes
;
in rcar_du_crtc_update_planes()
[all...]
H
A
D
rcar_du_group.h
29
* @lock: protects the
dptsr_planes
field and the DPTSR register
30
* @
dptsr_planes
: bitmask of planes driven by dot-clock and timing generator 1
47
unsigned int
dptsr_planes
;
member
H
A
D
rcar_du_group.c
190
rcar_du_group_write(rgrp, DPTSR, (rgrp->
dptsr_planes
<< 16) |
in rcar_du_group_setup()
191
rgrp->
dptsr_planes
);
in rcar_du_group_setup()
H
A
D
rcar_du_plane.c
283
? plane->group->
dptsr_planes
in rcar_du_atomic_check_planes()
284
: ~plane->group->
dptsr_planes
;
in rcar_du_atomic_check_planes()
H
A
D
rcar_du_kms.c
917
rgrp->
dptsr_planes
= rgrp->num_crtcs > 1
in rcar_du_modeset_init()
Completed in 9 milliseconds