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:last_dpms
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_crtc.h
44
int
last_dpms
;
member
H
A
D
nouveau_encoder.h
59
int
last_dpms
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_crtc.h
45
int
last_dpms
;
member
H
A
D
nouveau_encoder.h
67
int
last_dpms
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H
A
D
dfp.c
519
bool was_powersaving = is_powersaving_dpms(nv_encoder->
last_dpms
);
in nv04_lvds_dpms()
521
if (nv_encoder->
last_dpms
== mode)
in nv04_lvds_dpms()
523
nv_encoder->
last_dpms
= mode;
in nv04_lvds_dpms()
566
if (nv_encoder->
last_dpms
== mode)
in nv04_tmds_dpms()
568
nv_encoder->
last_dpms
= mode;
in nv04_tmds_dpms()
609
nv_encoder->
last_dpms
= NV_DPMS_CLEARED;
in nv04_dfp_restore()
H
A
D
dac.c
465
if (nv_encoder->
last_dpms
== mode)
in nv04_dac_dpms()
467
nv_encoder->
last_dpms
= mode;
in nv04_dac_dpms()
494
nv_encoder->
last_dpms
= NV_DPMS_CLEARED;
in nv04_dac_restore()
H
A
D
tvnv17.c
369
if (nouveau_encoder(encoder)->
last_dpms
== mode)
in nv17_tv_dpms()
371
nouveau_encoder(encoder)->
last_dpms
= mode;
in nv17_tv_dpms()
631
nouveau_encoder(encoder)->
last_dpms
= NV_DPMS_CLEARED;
in nv17_tv_restore()
H
A
D
crtc.c
186
if (nv_crtc->
last_dpms
== mode) /* Don't do unnecessary mode changes. */
in nv_crtc_dpms()
189
nv_crtc->
last_dpms
= mode;
in nv_crtc_dpms()
699
nv_crtc->
last_dpms
= NV_DPMS_CLEARED;
in nv_crtc_restore()
1327
nv_crtc->
last_dpms
= NV_DPMS_CLEARED;
in nv04_crtc_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H
A
D
dfp.c
520
bool was_powersaving = is_powersaving_dpms(nv_encoder->
last_dpms
);
in nv04_lvds_dpms()
522
if (nv_encoder->
last_dpms
== mode)
in nv04_lvds_dpms()
524
nv_encoder->
last_dpms
= mode;
in nv04_lvds_dpms()
567
if (nv_encoder->
last_dpms
== mode)
in nv04_tmds_dpms()
569
nv_encoder->
last_dpms
= mode;
in nv04_tmds_dpms()
610
nv_encoder->
last_dpms
= NV_DPMS_CLEARED;
in nv04_dfp_restore()
H
A
D
dac.c
465
if (nv_encoder->
last_dpms
== mode)
in nv04_dac_dpms()
467
nv_encoder->
last_dpms
= mode;
in nv04_dac_dpms()
494
nv_encoder->
last_dpms
= NV_DPMS_CLEARED;
in nv04_dac_restore()
H
A
D
tvnv17.c
370
if (nouveau_encoder(encoder)->
last_dpms
== mode)
in nv17_tv_dpms()
372
nouveau_encoder(encoder)->
last_dpms
= mode;
in nv17_tv_dpms()
632
nouveau_encoder(encoder)->
last_dpms
= NV_DPMS_CLEARED;
in nv17_tv_restore()
H
A
D
crtc.c
186
if (nv_crtc->
last_dpms
== mode) /* Don't do unnecessary mode changes. */
in nv_crtc_dpms()
189
nv_crtc->
last_dpms
= mode;
in nv_crtc_dpms()
699
nv_crtc->
last_dpms
= NV_DPMS_CLEARED;
in nv_crtc_restore()
1299
nv_crtc->
last_dpms
= NV_DPMS_CLEARED;
in nv04_crtc_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H
A
D
ch7006_drv.c
61
if (mode == priv->
last_dpms
)
in ch7006_encoder_dpms()
63
priv->
last_dpms
= mode;
in ch7006_encoder_dpms()
463
priv->
last_dpms
= -1;
in ch7006_encoder_init()
H
A
D
ch7006_priv.h
99
int
last_dpms
;
member
H
A
D
ch7006_mode.c
303
if (priv->
last_dpms
== DRM_MODE_DPMS_ON) {
in ch7006_setup_power_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H
A
D
ch7006_drv.c
63
if (mode == priv->
last_dpms
)
in ch7006_encoder_dpms()
65
priv->
last_dpms
= mode;
in ch7006_encoder_dpms()
463
priv->
last_dpms
= -1;
in ch7006_encoder_init()
H
A
D
ch7006_priv.h
98
int
last_dpms
;
member
H
A
D
ch7006_mode.c
303
if (priv->
last_dpms
== DRM_MODE_DPMS_ON) {
in ch7006_setup_power_state()
Completed in 27 milliseconds