Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/radeon/
Dpptable.h585 }UVDClockInfo; typedef
589 UVDClockInfo entries[1];
Dr600_dpm.c1141 1 + (array->ucNumEntries * sizeof (UVDClockInfo))); in r600_parse_extended_power_table()
1155 UVDClockInfo *uvd_clk = (UVDClockInfo *) in r600_parse_extended_power_table()
1157 (entry->ucUVDClockInfoIndex * sizeof(UVDClockInfo))); in r600_parse_extended_power_table()
/linux-6.12.1/drivers/gpu/drm/amd/include/
Dpptable.h633 }UVDClockInfo; typedef
637 UVDClockInfo entries[] __counted_by(ucNumEntries);
/linux-6.12.1/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c476 1 + (array->ucNumEntries * sizeof (UVDClockInfo))); in amdgpu_parse_extended_power_table()
488 UVDClockInfo *uvd_clk = (UVDClockInfo *) in amdgpu_parse_extended_power_table()
490 (entry->ucUVDClockInfoIndex * sizeof(UVDClockInfo))); in amdgpu_parse_extended_power_table()
/linux-6.12.1/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()