OSDN Git Service

drm/i915: Update memory bandwidth parameters
authorRadhakrishna Sripada <radhakrishna.sripada@intel.com>
Tue, 14 Sep 2021 22:07:44 +0000 (15:07 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 15 Sep 2021 20:43:24 +0000 (13:43 -0700)
commitf6d66fc8cf5f673ea76407be84dc17dbb3eda108
tree481d5af7c3571d640094ded575508fb20ad8c8e8
parent262d88baad8d8a7c13124fb9807db399b3e595f4
drm/i915: Update memory bandwidth parameters

Earlier while calculating derated bw we would use 90% of the calculated
bw. Starting ADL-P we use a non standard derating. Updating the formulae
to reflect the same.

Bspec: 64631

v2: Use the new derating value only for ADL-P(MattR)

Fixes: 4d32fe2f14a7 ("drm/i915/adl_p: Update memory bandwidth parameters")
Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914220744.16042-1-radhakrishna.sripada@intel.com
drivers/gpu/drm/i915/display/intel_bw.c