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:vce_active
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_dpm.h
65
bool
vce_active
;
member
413
bool
vce_active
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_dpm.h
65
bool
vce_active
;
member
280
bool
vce_active
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_pm.c
1058
if (ps->
vce_active
!= rdev->pm.dpm.
vce_active
)
in radeon_dpm_change_power_state_locked()
1111
ps->
vce_active
= rdev->pm.dpm.
vce_active
;
in radeon_dpm_change_power_state_locked()
1205
rdev->pm.dpm.
vce_active
= true;
in radeon_dpm_enable_vce()
1211
rdev->pm.dpm.
vce_active
= false;
in radeon_dpm_enable_vce()
H
A
D
trinity_dpm.c
1554
if (new_rps->
vce_active
) {
in trinity_apply_state_adjust_rules()
1571
if (new_rps->
vce_active
) {
in trinity_apply_state_adjust_rules()
H
A
D
kv_dpm.c
2154
if (new_rps->
vce_active
) {
in kv_apply_state_adjust_rules()
2181
if (new_rps->
vce_active
) {
in kv_apply_state_adjust_rules()
H
A
D
radeon.h
1348
bool
vce_active
;
member
1581
bool
vce_active
;
member
H
A
D
ci_dpm.c
790
if (rps->
vce_active
) {
in ci_apply_state_adjust_rules()
833
if (rps->
vce_active
) {
in ci_apply_state_adjust_rules()
5947
seq_printf(m, "vce %sabled\n", rps->
vce_active
? "en" : "dis");
in ci_dpm_debugfs_print_current_performance_level()
H
A
D
si_dpm.c
2990
if (rps->
vce_active
) {
in si_apply_state_adjust_rules()
3080
if (rps->
vce_active
) {
in si_apply_state_adjust_rules()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_pm.c
1083
if (ps->
vce_active
!= rdev->pm.dpm.
vce_active
)
in radeon_dpm_change_power_state_locked()
1136
ps->
vce_active
= rdev->pm.dpm.
vce_active
;
in radeon_dpm_change_power_state_locked()
1230
rdev->pm.dpm.
vce_active
= true;
in radeon_dpm_enable_vce()
1236
rdev->pm.dpm.
vce_active
= false;
in radeon_dpm_enable_vce()
H
A
D
trinity_dpm.c
1510
if (new_rps->
vce_active
) {
in trinity_apply_state_adjust_rules()
1527
if (new_rps->
vce_active
) {
in trinity_apply_state_adjust_rules()
H
A
D
kv_dpm.c
1951
if (new_rps->
vce_active
) {
in kv_apply_state_adjust_rules()
1978
if (new_rps->
vce_active
) {
in kv_apply_state_adjust_rules()
H
A
D
radeon.h
1341
bool
vce_active
;
member
1574
bool
vce_active
;
member
H
A
D
ci_dpm.c
780
if (rps->
vce_active
) {
in ci_apply_state_adjust_rules()
823
if (rps->
vce_active
) {
in ci_apply_state_adjust_rules()
5923
seq_printf(m, "vce %sabled\n", rps->
vce_active
? "en" : "dis");
in ci_dpm_debugfs_print_current_performance_level()
H
A
D
si_dpm.c
2987
if (rps->
vce_active
) {
in si_apply_state_adjust_rules()
3077
if (rps->
vce_active
) {
in si_apply_state_adjust_rules()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_dpm.c
1508
ps->
vce_active
= adev->pm.dpm.
vce_active
;
in amdgpu_dpm_change_power_state_locked()
1635
adev->pm.dpm.
vce_active
= true;
in amdgpu_dpm_enable_vce()
1639
adev->pm.dpm.
vce_active
= false;
in amdgpu_dpm_enable_vce()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H
A
D
legacy_dpm.c
962
ps->
vce_active
= adev->pm.dpm.
vce_active
;
in amdgpu_dpm_change_power_state_locked()
H
A
D
kv_dpm.c
2210
if (new_rps->
vce_active
) {
in kv_apply_state_adjust_rules()
2237
if (new_rps->
vce_active
) {
in kv_apply_state_adjust_rules()
H
A
D
si_dpm.c
3460
if (rps->
vce_active
) {
in si_apply_state_adjust_rules()
3550
if (rps->
vce_active
) {
in si_apply_state_adjust_rules()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_dpm.c
545
adev->pm.dpm.
vce_active
= true;
in amdgpu_dpm_enable_vce()
549
adev->pm.dpm.
vce_active
= false;
in amdgpu_dpm_enable_vce()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
kv_dpm.c
2208
if (new_rps->
vce_active
) {
in kv_apply_state_adjust_rules()
2235
if (new_rps->
vce_active
) {
in kv_apply_state_adjust_rules()
H
A
D
si_dpm.c
3445
if (rps->
vce_active
) {
in si_apply_state_adjust_rules()
3535
if (rps->
vce_active
) {
in si_apply_state_adjust_rules()
Completed in 115 milliseconds