Home
last modified time | relevance | path

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

/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()
/drivers/gpu/drm/amd/include/
Dpptable.h603 }ATOM_PPLIB_VCE_State_Record; typedef
608 ATOM_PPLIB_VCE_State_Record entries[1];
/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c501 ATOM_PPLIB_VCE_State_Record *state_entry; in amdgpu_parse_extended_power_table()
543 state_entry = (ATOM_PPLIB_VCE_State_Record *) in amdgpu_parse_extended_power_table()
544 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in amdgpu_parse_extended_power_table()
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocesspptables.c1703 const ATOM_PPLIB_VCE_State_Record *record = &vce_state_table->entries[i]; in get_vce_state_table_entry()