OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:state_entry
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_processpptables.c
1341
const ATOM_Vega10_State *
state_entry
;
local in function:vega10_get_powerplay_table_entry
1365
state_entry
= &(state_arrays->states[entry_index]);
1367
result = call_back_func(hwmgr, __UNCONST(
state_entry
), power_state,
1370
le16_to_cpu(
state_entry
->usClassification),
1371
le16_to_cpu(
state_entry
->usClassification2)));
amdgpu_process_pptables_v1_0.c
1298
const ATOM_Tonga_State *
state_entry
;
local in function:get_powerplay_table_entry_v1_0
1318
state_entry
= GET_FLEXIBLE_ARRAY_MEMBER_ADDR(
1322
result = call_back_func(hwmgr, __UNCONST(
state_entry
), power_state,
1325
le16_to_cpu(
state_entry
->usClassification),
1326
le16_to_cpu(
state_entry
->usClassification2)));
amdgpu_vega10_hwmgr.c
3037
ATOM_Vega10_State *
state_entry
= (ATOM_Vega10_State *)state;
local in function:vega10_get_pp_table_entry_callback_func
3058
(le16_to_cpu(
state_entry
->usClassification) &
3069
((le32_to_cpu(
state_entry
->ulCapsAndSettings) &
3075
((le32_to_cpu(
state_entry
->ulCapsAndSettings) &
3102
[
state_entry
->ucSocClockIndexLow].ulClk;
3104
[
state_entry
->ucGfxClockIndexLow].ulClk;
3106
[
state_entry
->ucMemClockIndexLow].ulMemClk;
3111
[
state_entry
->ucSocClockIndexHigh].ulClk;
3116
if (hwmgr->pp_one_vf && (
state_entry
->ucGfxClockIndexHigh > 0))
3121
[
state_entry
->ucGfxClockIndexHigh].ulClk
[
all
...]
amdgpu_smu7_hwmgr.c
3133
ATOM_Tonga_State *
state_entry
= (ATOM_Tonga_State *)state;
local in function:smu7_get_pp_table_entry_callback_func_v1
3148
(le16_to_cpu(
state_entry
->usClassification) &
3158
(0 != (le32_to_cpu(
state_entry
->ulCapsAndSettings) &
3166
(0 != (le32_to_cpu(
state_entry
->ulCapsAndSettings) &
3191
[
state_entry
->ucMemoryClockIndexLow].ulMclk;
3194
[
state_entry
->ucEngineClockIndexLow].ulSclk;
3197
[
state_entry
->ucEngineClockIndexLow].ulSclk;
3199
state_entry
->ucPCIEGenLow);
3201
state_entry
->ucPCIELaneLow);
3206
[
state_entry
->ucMemoryClockIndexHigh].ulMclk
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.c
501
ATOM_PPLIB_VCE_State_Record *
state_entry
;
local in function:amdgpu_parse_extended_power_table
514
state_entry
= &states->entries[0];
534
(
state_entry
->ucVCEClockInfoIndex * sizeof(VCEClockInfo)));
540
state_entry
->ucClockInfoIndex & 0x3f;
542
(
state_entry
->ucClockInfoIndex & 0xc0) >> 6;
543
state_entry
= (ATOM_PPLIB_VCE_State_Record *)
544
((u8 *)
state_entry
+ sizeof(ATOM_PPLIB_VCE_State_Record));
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_dpm.c
1094
ATOM_PPLIB_VCE_State_Record *
state_entry
;
local in function:r600_parse_extended_power_table
1107
state_entry
= &states->entries[0];
1126
(
state_entry
->ucVCEClockInfoIndex * sizeof(VCEClockInfo)));
1132
state_entry
->ucClockInfoIndex & 0x3f;
1134
(
state_entry
->ucClockInfoIndex & 0xc0) >> 6;
1135
state_entry
= (ATOM_PPLIB_VCE_State_Record *)
1136
((u8 *)
state_entry
+ sizeof(ATOM_PPLIB_VCE_State_Record));
Completed in 25 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025