Home
last modified time | relevance | path

Searched refs:ATOM_PPLIB_VCE_State_Record (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/radeon/
Dpptable.h562 }ATOM_PPLIB_VCE_State_Record; typedef
567 ATOM_PPLIB_VCE_State_Record entries[1];
Dr600_dpm.c1089 ATOM_PPLIB_VCE_State_Record *state_entry; in r600_parse_extended_power_table()
1130 state_entry = (ATOM_PPLIB_VCE_State_Record *) in r600_parse_extended_power_table()
1131 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in r600_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/amd/include/
Dpptable.h603 }ATOM_PPLIB_VCE_State_Record; typedef
608 ATOM_PPLIB_VCE_State_Record entries[1];
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c435 ATOM_PPLIB_VCE_State_Record *state_entry; in amdgpu_parse_extended_power_table()
477 state_entry = (ATOM_PPLIB_VCE_State_Record *) in amdgpu_parse_extended_power_table()
478 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in amdgpu_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocesspptables.c1680 const ATOM_PPLIB_VCE_State_Record *record = &vce_state_table->entries[i]; in get_vce_state_table_entry()