Home
last modified time | relevance | path

Searched refs:ATOM_PPLIB_VCE_State_Record (Results 1 – 5 of 5) 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.c1085 ATOM_PPLIB_VCE_State_Record *state_entry; in r600_parse_extended_power_table()
1126 state_entry = (ATOM_PPLIB_VCE_State_Record *) in r600_parse_extended_power_table()
1127 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in r600_parse_extended_power_table()
/linux/drivers/gpu/drm/amd/include/
H A Dpptable.h610 }ATOM_PPLIB_VCE_State_Record; typedef
615 ATOM_PPLIB_VCE_State_Record entries[] __counted_by(numEntries);
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c396 ATOM_PPLIB_VCE_State_Record *state_entry; in amdgpu_parse_extended_power_table()
436 state_entry = (ATOM_PPLIB_VCE_State_Record *) in amdgpu_parse_extended_power_table()
437 ((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.c1675 const ATOM_PPLIB_VCE_State_Record *record = &vce_state_table->entries[i]; in get_vce_state_table_entry()