OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uvd_table
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_processpptables.c
1092
struct phm_uvd_clock_voltage_dependency_table *
uvd_table
;
local in function:get_uvd_clock_voltage_limit_table
1098
uvd_table
= kzalloc(table_size, GFP_KERNEL);
1099
if (NULL ==
uvd_table
)
1102
uvd_table
->count = table->numEntries;
1107
uvd_table
->entries[i].v = (unsigned long)le16_to_cpu(table->entries[i].usVoltage);
1108
uvd_table
->entries[i].vclk = ((unsigned long)entry->ucVClkHigh << 16)
1110
uvd_table
->entries[i].dclk = ((unsigned long)entry->ucDClkHigh << 16)
1114
*ptable =
uvd_table
;
amdgpu_smu8_hwmgr.c
454
struct phm_uvd_clock_voltage_dependency_table *
uvd_table
=
local in function:smu8_upload_pptable_to_smu
476
PP_ASSERT_WITH_CODE((
uvd_table
->count <= SMU8_MAX_HARDWARE_POWERLEVELS),
516
(i <
uvd_table
->count) ? (uint8_t)
uvd_table
->entries[i].v : 0;
518
(i <
uvd_table
->count) ?
uvd_table
->entries[i].vclk : 0;
528
(i <
uvd_table
->count) ? (uint8_t)
uvd_table
->entries[i].v : 0;
530
(i <
uvd_table
->count) ?
uvd_table
->entries[i].dclk : 0
1687
struct phm_uvd_clock_voltage_dependency_table *
uvd_table
=
local in function:smu8_read_sensor
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kv_dpm.c
2060
struct amdgpu_uvd_clock_voltage_dependency_table *
uvd_table
=
local in function:kv_patch_voltage_values
2069
if (
uvd_table
->count) {
2070
for (i = 0; i <
uvd_table
->count; i++)
2071
uvd_table
->entries[i].v =
2073
uvd_table
->entries[i].v);
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_ci_smumgr.c
1527
struct phm_uvd_clock_voltage_dependency_table *
uvd_table
=
local in function:ci_populate_smc_uvd_level
1530
table->UvdLevelCount = (uint8_t)(
uvd_table
->count);
1534
uvd_table
->entries[count].vclk;
1536
uvd_table
->entries[count].dclk;
1538
uvd_table
->entries[count].v * VOLTAGE_SCALE;
2863
struct phm_uvd_clock_voltage_dependency_table *
uvd_table
=
local in function:ci_update_uvd_smc_table
2873
if (PP_CAP(PHM_PlatformCaps_UVDDPM) ||
uvd_table
->count <= 0)
2876
smu_data->smc_state_table.UvdBootLevel =
uvd_table
->count - 1;
2883
for (i =
uvd_table
->count - 1; i >= 0; i--) {
2884
if (
uvd_table
->entries[i].v <= max_vddc
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_kv_dpm.c
1994
struct radeon_uvd_clock_voltage_dependency_table *
uvd_table
=
local in function:kv_patch_voltage_values
2003
if (
uvd_table
->count) {
2004
for (i = 0; i <
uvd_table
->count; i++)
2005
uvd_table
->entries[i].v =
2007
uvd_table
->entries[i].v);
Completed in 93 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025