Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dpptable.h562 }ATOM_PPLIB_VCE_State_Record; typedef
567 ATOM_PPLIB_VCE_State_Record entries[1];
H A Dr600_dpm.c1087 ATOM_PPLIB_VCE_State_Record *state_entry; in r600_parse_extended_power_table()
1128 state_entry = (ATOM_PPLIB_VCE_State_Record *) in r600_parse_extended_power_table()
1129 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in r600_parse_extended_power_table()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c423 ATOM_PPLIB_VCE_State_Record *state_entry; in amdgpu_parse_extended_power_table()
463 state_entry = (ATOM_PPLIB_VCE_State_Record *) in amdgpu_parse_extended_power_table()
464 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in amdgpu_parse_extended_power_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c1680 const ATOM_PPLIB_VCE_State_Record *record = &vce_state_table->entries[i]; in get_vce_state_table_entry()