Searched refs:offset_of_voltageoffset (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_7_ppt.c | 1601 uint32_t offset_of_voltageoffset; in smu_v13_0_7_od_edit_dpm_table() local 1941 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v13_0_7_od_edit_dpm_table() 1942 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table() 1943 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table() 1944 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v13_0_7_od_edit_dpm_table() 1954 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table() 1955 (u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table() 1956 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset); in smu_v13_0_7_od_edit_dpm_table()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0_2_ppt.c | 2480 uint32_t offset_of_voltageoffset; in smu_v14_0_2_od_edit_dpm_table() local 2763 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v14_0_2_od_edit_dpm_table() 2764 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table() 2765 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table() 2766 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v14_0_2_od_edit_dpm_table() 2776 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table() 2777 (u8 *)od_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()
|