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:gfx_dpm_table
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega12_hwmgr.c
1031
struct vega12_single_dpm_table *
gfx_dpm_table
= &(data->dpm_table.gfx_table);
in vega12_populate_umdpstate_clocks()
local
1034
if (
gfx_dpm_table
->count > VEGA12_UMD_PSTATE_GFXCLK_LEVEL &&
in vega12_populate_umdpstate_clocks()
1036
hwmgr->pstate_sclk =
gfx_dpm_table
->dpm_levels[VEGA12_UMD_PSTATE_GFXCLK_LEVEL].value;
in vega12_populate_umdpstate_clocks()
1039
hwmgr->pstate_sclk =
gfx_dpm_table
->dpm_levels[0].value;
in vega12_populate_umdpstate_clocks()
1043
hwmgr->pstate_sclk_peak =
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count].value;
in vega12_populate_umdpstate_clocks()
1721
struct vega12_single_dpm_table *
gfx_dpm_table
= &(data->dpm_table.gfx_table);
in vega12_get_profiling_clk_mask()
local
1729
if (
gfx_dpm_table
->count > VEGA12_UMD_PSTATE_GFXCLK_LEVEL &&
in vega12_get_profiling_clk_mask()
1742
*sclk_mask =
gfx_dpm_table
->count - 1;
in vega12_get_profiling_clk_mask()
H
A
D
vega10_hwmgr.c
5411
struct vega10_single_dpm_table *
gfx_dpm_table
=
in vega10_odn_update_power_state()
local
5426
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count - 1].value)
in vega10_odn_update_power_state()
5428
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count - 1].value;
in vega10_odn_update_power_state()
5448
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count - 1].value)
in vega10_odn_update_power_state()
5450
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count - 1].value;
in vega10_odn_update_power_state()
H
A
D
vega20_hwmgr.c
2526
struct vega20_single_dpm_table *
gfx_dpm_table
= &(data->dpm_table.gfx_table);
in vega20_get_profiling_clk_mask()
local
2534
if (
gfx_dpm_table
->count > VEGA20_UMD_PSTATE_GFXCLK_LEVEL &&
in vega20_get_profiling_clk_mask()
2547
*sclk_mask =
gfx_dpm_table
->count - 1;
in vega20_get_profiling_clk_mask()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega10_hwmgr.c
5227
struct vega10_single_dpm_table *
gfx_dpm_table
=
in vega10_odn_update_power_state()
local
5242
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count - 1].value)
in vega10_odn_update_power_state()
5244
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count - 1].value;
in vega10_odn_update_power_state()
5264
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count - 1].value)
in vega10_odn_update_power_state()
5266
gfx_dpm_table
->dpm_levels[
gfx_dpm_table
->count - 1].value;
in vega10_odn_update_power_state()
H
A
D
vega12_hwmgr.c
1701
struct vega12_single_dpm_table *
gfx_dpm_table
= &(data->dpm_table.gfx_table);
in vega12_get_profiling_clk_mask()
local
1709
if (
gfx_dpm_table
->count > VEGA12_UMD_PSTATE_GFXCLK_LEVEL &&
in vega12_get_profiling_clk_mask()
1722
*sclk_mask =
gfx_dpm_table
->count - 1;
in vega12_get_profiling_clk_mask()
H
A
D
vega20_hwmgr.c
2526
struct vega20_single_dpm_table *
gfx_dpm_table
= &(data->dpm_table.gfx_table);
in vega20_get_profiling_clk_mask()
local
2534
if (
gfx_dpm_table
->count > VEGA20_UMD_PSTATE_GFXCLK_LEVEL &&
in vega20_get_profiling_clk_mask()
2547
*sclk_mask =
gfx_dpm_table
->count - 1;
in vega20_get_profiling_clk_mask()
Completed in 33 milliseconds