bi->deratedbw[j] = min(maxdebw,
                                               bw * (100 - sa->derating) / 100);
+                       bi->peakbw[j] = DIV_ROUND_CLOSEST(sp->dclk *
+                                                         num_channels *
+                                                         qi.channel_width, 8);
 
                        drm_dbg_kms(&dev_priv->drm,
-                                   "BW%d / QGV %d: num_planes=%d deratedbw=%u\n",
-                                   i, j, bi->num_planes, bi->deratedbw[j]);
+                                   "BW%d / QGV %d: num_planes=%d deratedbw=%u peakbw: %u\n",
+                                   i, j, bi->num_planes, bi->deratedbw[j],
+                                   bi->peakbw[j]);
                }
 
                for (j = 0; j < qi.num_psf_points; j++) {
 
                        unsigned int deratedbw[I915_NUM_QGV_POINTS];
                        /* for each PSF GV point */
                        unsigned int psf_bw[I915_NUM_PSF_GV_POINTS];
+                       /* Peak BW for each QGV point */
+                       unsigned int peakbw[I915_NUM_QGV_POINTS];
                        u8 num_qgv_points;
                        u8 num_psf_gv_points;
                        u8 num_planes;