Home
last modified time | relevance | path

Searched refs:offset_of_voltageoffset (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c2492 uint32_t offset_of_voltageoffset; in smu_v14_0_2_od_edit_dpm_table() local
2775 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v14_0_2_od_edit_dpm_table()
2776 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table()
2777 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table()
2778 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v14_0_2_od_edit_dpm_table()
2788 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table()
2789 (u8 *)od_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table()
2790 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset); in smu_v14_0_2_od_edit_dpm_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_0_ppt.c1614 uint32_t offset_of_voltageoffset; in smu_v13_0_0_od_edit_dpm_table() local
1953 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v13_0_0_od_edit_dpm_table()
1954 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table()
1955 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table()
1956 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v13_0_0_od_edit_dpm_table()
1966 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table()
1967 (u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table()
1968 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset); in smu_v13_0_0_od_edit_dpm_table()