OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_array
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_sumo_dpm.c
1464
struct _StateArray *
state_array
;
local in function:sumo_parse_power_table
1479
state_array
= (struct _StateArray *)
1489
rdev->pm.dpm.ps = kcalloc(
state_array
->ucNumEntries,
1494
power_state_offset = (u8 *)
state_array
->states;
1495
for (i = 0; i <
state_array
->ucNumEntries; i++) {
1529
rdev->pm.dpm.num_ps =
state_array
->ucNumEntries;
radeon_trinity_dpm.c
1741
struct _StateArray *
state_array
;
local in function:trinity_parse_power_table
1756
state_array
= (struct _StateArray *)
1766
rdev->pm.dpm.ps = kcalloc(
state_array
->ucNumEntries,
1771
power_state_offset = (u8 *)
state_array
->states;
1772
for (i = 0; i <
state_array
->ucNumEntries; i++) {
1807
rdev->pm.dpm.num_ps =
state_array
->ucNumEntries;
radeon_kv_dpm.c
2646
struct _StateArray *
state_array
;
local in function:kv_parse_power_table
2661
state_array
= (struct _StateArray *)
2671
rdev->pm.dpm.ps = kcalloc(
state_array
->ucNumEntries,
2676
power_state_offset = (u8 *)
state_array
->states;
2677
for (i = 0; i <
state_array
->ucNumEntries; i++) {
2712
rdev->pm.dpm.num_ps =
state_array
->ucNumEntries;
radeon_atombios.c
2667
struct _StateArray *
state_array
;
local in function:radeon_atombios_parse_power_table_6
2683
state_array
= (struct _StateArray *)
2692
if (
state_array
->ucNumEntries == 0)
2694
rdev->pm.power_state = kcalloc(
state_array
->ucNumEntries,
2699
power_state_offset = (u8 *)
state_array
->states;
2700
for (i = 0; i <
state_array
->ucNumEntries; i++) {
radeon_ci_dpm.c
5556
struct _StateArray *
state_array
;
local in function:ci_parse_power_table
5571
state_array
= (struct _StateArray *)
5581
rdev->pm.dpm.ps = kcalloc(
state_array
->ucNumEntries,
5586
power_state_offset = (u8 *)
state_array
->states;
5587
for (i = 0; i <
state_array
->ucNumEntries; i++) {
5622
rdev->pm.dpm.num_ps =
state_array
->ucNumEntries;
radeon_si_dpm.c
6818
struct _StateArray *
state_array
;
local in function:si_parse_power_table
6833
state_array
= (struct _StateArray *)
6843
rdev->pm.dpm.ps = kcalloc(
state_array
->ucNumEntries,
6848
power_state_offset = (u8 *)
state_array
->states;
6849
for (i = 0; i <
state_array
->ucNumEntries; i++) {
6884
rdev->pm.dpm.num_ps =
state_array
->ucNumEntries;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kv_dpm.c
2714
struct _StateArray *
state_array
;
local in function:kv_parse_power_table
2731
state_array
= (struct _StateArray *)
2741
adev->pm.dpm.ps = kcalloc(
state_array
->ucNumEntries,
2746
power_state_offset = (u8 *)
state_array
->states;
2747
for (i = 0; i <
state_array
->ucNumEntries; i++) {
2780
adev->pm.dpm.num_ps =
state_array
->ucNumEntries;
amdgpu_si_dpm.c
7225
struct _StateArray *
state_array
;
local in function:si_parse_power_table
7242
state_array
= (struct _StateArray *)
7252
adev->pm.dpm.ps = kcalloc(
state_array
->ucNumEntries,
7257
power_state_offset = (u8 *)
state_array
->states;
7258
for (i = 0; i <
state_array
->ucNumEntries; i++) {
7291
adev->pm.dpm.num_ps =
state_array
->ucNumEntries;
Completed in 35 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025