OSDN Git Service

drm/amd/display: soc_bound_box -update DML based on HW.
authorCharlene Liu <charlene.liu@amd.com>
Wed, 27 Sep 2017 20:08:47 +0000 (16:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:44:32 +0000 (16:44 -0400)
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/soc_bounding_box.c

index 0745366..d40f6ae 100644 (file)
@@ -68,7 +68,6 @@ double dml_socbb_return_bw_mhz(struct _vcs_dpi_soc_bounding_box_st *box, enum vo
 
        return_bw = dml_min(
                        ((double) box->return_bus_width_bytes) * state.dcfclk_mhz,
-                       state.dram_bw_per_chan_gbps * 1000.0 * (double) box->num_chans
-                                       * box->ideal_dram_bw_after_urgent_percent / 100.0);
+                       state.dram_bw_per_chan_gbps * 1000.0 * box->ideal_dram_bw_after_urgent_percent / 100.0);
        return return_bw;
 }