Searched refs:offset_of_voltageoffset (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_2_ppt.c | 2424 uint32_t offset_of_voltageoffset; in smu_v14_0_2_od_edit_dpm_table() local 2707 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v14_0_2_od_edit_dpm_table() 2708 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table() 2709 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table() 2710 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v14_0_2_od_edit_dpm_table() 2720 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table() 2721 (u8 *)od_table + offset_of_voltageoffset, in smu_v14_0_2_od_edit_dpm_table() 2722 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 D | smu_v13_0_7_ppt.c | 1578 uint32_t offset_of_voltageoffset; in smu_v13_0_7_od_edit_dpm_table() local 1918 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v13_0_7_od_edit_dpm_table() 1919 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table() 1920 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table() 1921 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v13_0_7_od_edit_dpm_table() 1931 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table() 1932 (u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_7_od_edit_dpm_table() 1933 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset); in smu_v13_0_7_od_edit_dpm_table()
|
| H A D | smu_v13_0_0_ppt.c | 1569 uint32_t offset_of_voltageoffset; in smu_v13_0_0_od_edit_dpm_table() local 1908 offset_of_voltageoffset = offsetof(OverDriveTable_t, VoltageOffsetPerZoneBoundary); in smu_v13_0_0_od_edit_dpm_table() 1909 if (memcmp((u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table() 1910 table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table() 1911 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset)) { in smu_v13_0_0_od_edit_dpm_table() 1921 memcpy(table_context->user_overdrive_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table() 1922 (u8 *)od_table + offset_of_voltageoffset, in smu_v13_0_0_od_edit_dpm_table() 1923 sizeof(OverDriveTableExternal_t) - offset_of_voltageoffset); in smu_v13_0_0_od_edit_dpm_table()
|