Which tells it's a normal pstate change or memory retraining.
Signed-off-by: Evan Quan <evan.quan@amd.com>
Tested-by: Changfeng Zhu <Changfeng.Zhu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
 
                        table->WatermarkRow[WM_DCFCLK][i].WmSetting =
                                clock_ranges->reader_wm_sets[i].wm_inst;
+                       table->WatermarkRow[WM_DCFCLK][i].WmType =
+                               clock_ranges->reader_wm_sets[i].wm_type;
                }
 
                for (i = 0; i < clock_ranges->num_writer_wm_sets; i++) {
 
                        table->WatermarkRow[WM_SOCCLK][i].WmSetting =
                                clock_ranges->writer_wm_sets[i].wm_inst;
+                       table->WatermarkRow[WM_SOCCLK][i].WmType =
+                               clock_ranges->writer_wm_sets[i].wm_type;
                }
 
                smu->watermarks_bitmap |= WATERMARKS_EXIST;