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:mode_changed
(Results
1 - 13
of
13
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_logo.h
35
bool
mode_changed
;
member
H
A
D
rockchip_drm_logo.c
693
set->
mode_changed
= true;
in setup_initial_state()
798
if (set->
mode_changed
) {
in update_state()
H
A
D
dw_hdmi-rockchip.c
193
bool
mode_changed
;
member
1578
if (!hdmi->
mode_changed
) {
in dw_hdmi_rockchip_encoder_disable()
1985
hdmi->
mode_changed
= crtc_state->
mode_changed
;
in dw_hdmi_rockchip_encoder_atomic_check()
H
A
D
rockchip_drm_vop.c
3315
crtc_state->
mode_changed
= true;
in vop_dclk_source_generate()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_logo.h
35
bool
mode_changed
;
member
H
A
D
rockchip_drm_logo.c
663
set->
mode_changed
= true;
in setup_initial_state()
764
if (set->
mode_changed
) {
in update_state()
/device/soc/rockchip/rk3588/kernel/include/drm/
H
A
D
rockchip_drm_logo.h
35
bool
mode_changed
;
member
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_crtc.h
89
* The three booleans active_changed, connectors_changed and
mode_changed
are
132
* @
mode_changed
: @mode or @enable has been changed. Used by the atomic
141
bool
mode_changed
: 1;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_atomic_helper.c
391
if (!new_crtc_state->
mode_changed
&& !new_crtc_state->connectors_changed) {
in mode_fixup()
449
if (!new_crtc_state->
mode_changed
&& !new_crtc_state->connectors_changed) {
in mode_fixup()
518
if (!crtc_state->
mode_changed
&& !crtc_state->connectors_changed) {
in mode_valid()
557
* &drm_crtc_state.
mode_changed
is set when the input mode is changed.
566
* Drivers which set &drm_crtc_state.
mode_changed
(e.g. in their
594
new_crtc_state->
mode_changed
= true;
in drm_atomic_helper_check_modeset()
608
new_crtc_state->
mode_changed
= true;
in drm_atomic_helper_check_modeset()
1155
if (!new_crtc_state->
mode_changed
) {
in crtc_set_mode()
1185
if (!new_crtc_state->
mode_changed
) {
in crtc_set_mode()
H
A
D
drm_atomic_state_helper.c
150
state->
mode_changed
= false;
in __drm_atomic_helper_crtc_duplicate_state()
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
1924
crtc_state->
mode_changed
= true;
in dw_hdmi_connector_atomic_check()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
1791
crtc_state->
mode_changed
= true;
in dw_hdmi_connector_atomic_check()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
3115
crtc_state->
mode_changed
= true;
in dw_hdmi_connector_atomic_check()
Completed in 34 milliseconds