Skip to content

Commit 626765b

Browse files
vgovind2Radhakrishna Sripada
authored andcommitted
drm/i915: fix the derating percentage for MTL
Follow the values from bspec for the percentage overhead for efficiency in MTL BW calculations. Bspec: 64631 Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230606093509.221709-2-vinod.govindapillai@intel.com
1 parent 9831a9d commit 626765b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/i915/display/intel_bw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ static const struct intel_sa_info mtl_sa_info = {
379379
.deburst = 32,
380380
.deprogbwlimit = 38, /* GB/s */
381381
.displayrtids = 256,
382-
.derating = 20,
382+
.derating = 10,
383383
};
384384

385385
static int icl_get_bw_info(struct drm_i915_private *dev_priv, const struct intel_sa_info *sa)

0 commit comments

Comments
 (0)