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:encoder_mask
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_mode_config.c
564
u32
encoder_mask
= 0;
in full_encoder_mask()
local
566
drm_for_each_encoder(encoder, dev)
encoder_mask
|= drm_encoder_mask(encoder);
in full_encoder_mask()
568
return
encoder_mask
;
in full_encoder_mask()
586
u32
encoder_mask
= full_encoder_mask(dev);
in validate_encoder_possible_clones()
local
600
WARN((encoder->possible_clones & drm_encoder_mask(encoder)) == 0 || (encoder->possible_clones & ~
encoder_mask
) != 0,
in validate_encoder_possible_clones()
603
encoder->base.id, encoder->name, encoder->possible_clones,
encoder_mask
);
in validate_encoder_possible_clones()
H
A
D
drm_atomic_helper.c
104
unsigned
encoder_mask
= 0;
in handle_conflicting_encoders()
local
130
if (
encoder_mask
& drm_encoder_mask(new_encoder)) {
in handle_conflicting_encoders()
137
encoder_mask
|= drm_encoder_mask(new_encoder);
in handle_conflicting_encoders()
141
if (!
encoder_mask
) {
in handle_conflicting_encoders()
166
if (!encoder || !(
encoder_mask
& drm_encoder_mask(encoder))) {
in handle_conflicting_encoders()
217
/* Unset the
encoder_mask
in the old crtc state. */
in set_best_encoder()
230
crtc_state->
encoder_mask
&= ~drm_encoder_mask(conn_state->best_encoder);
in set_best_encoder()
240
crtc_state->
encoder_mask
|= drm_encoder_mask(encoder);
in set_best_encoder()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_crtc.h
222
* @
encoder_mask
: Bitmask of drm_encoder_mask(encoder) of encoders
225
u32
encoder_mask
;
member
Completed in 8 milliseconds