]> git.itanic.dy.fi Git - linux-stable/commit
drm/i915: Remove memory frequency calculation
authorJosé Roberto de Souza <jose.souza@intel.com>
Wed, 13 Oct 2021 01:00:46 +0000 (18:00 -0700)
committerJani Nikula <jani.nikula@intel.com>
Tue, 19 Oct 2021 07:45:52 +0000 (10:45 +0300)
commit59be177a909ac320e5f4b2a461ac09e20f35b2d8
tree18cf567d4efbb83a5f3e204b0e1a9cab535951a6
parent519d81956ee277b4419c723adfb154603c2565ba
drm/i915: Remove memory frequency calculation

This memory frequency calculated is only used to check if it is zero,
what is not useful as it will never actually be zero.

Also the calculation is wrong, we should be checking other bit to
select the appropriate frequency multiplier while this code is stuck
with a fixed multiplier.

So here dropping it as whole.

v2:
- Also remove memory frequency calculation for gen9 LP platforms

Cc: Yakui Zhao <yakui.zhao@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Fixes: 5d0c938ec9cc ("drm/i915/gen11+: Only load DRAM information from pcode")
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211013010046.91858-1-jose.souza@intel.com
(cherry picked from commit 83f52364b15265aec47d07e02b0fbf4093ab8554)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_dram.c