Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/radeon/
Dpptable.h585 }UVDClockInfo; typedef
589 UVDClockInfo entries[1];
Dr600_dpm.c1143 1 + (array->ucNumEntries * sizeof (UVDClockInfo))); in r600_parse_extended_power_table()
1157 UVDClockInfo *uvd_clk = (UVDClockInfo *) in r600_parse_extended_power_table()
1159 (entry->ucUVDClockInfoIndex * sizeof(UVDClockInfo))); in r600_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/amd/include/
Dpptable.h626 }UVDClockInfo; typedef
630 UVDClockInfo entries[1];
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c490 1 + (array->ucNumEntries * sizeof (UVDClockInfo))); in amdgpu_parse_extended_power_table()
504 UVDClockInfo *uvd_clk = (UVDClockInfo *) in amdgpu_parse_extended_power_table()
506 (entry->ucUVDClockInfoIndex * sizeof(UVDClockInfo))); in amdgpu_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocesspptables.c197 p->ucNumEntries * sizeof(UVDClockInfo); in get_uvd_clock_info_array_size()
1220 const UVDClockInfo *entry = in get_uvd_clock_voltage_limit_table()