]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/tgl: Add memory type decoding for bandwidth checking
authorJames Ausmus <james.ausmus@intel.com>
Tue, 24 Sep 2019 22:28:29 +0000 (15:28 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 25 Sep 2019 22:52:08 +0000 (15:52 -0700)
commit8b2c43c5dc21129495bc0a8c6074c40e0b9c71bd
treee57ff8941d04e8c34219267d9b575ebffcfebbfb
parent2f5308d15ec88896c3bc9b88a5b28d63ce8a7db2
drm/i915/tgl: Add memory type decoding for bandwidth checking

The memory type values have changed in TGL, so we need to translate them
differently than ICL. While we're moving it, fix up the ICL translation
for LPDDR4.

BSpec: 53998

v2: Fix up ICL LPDDR4 entry (Ville); Drop unused values from TGL (Ville)

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Signed-off-by: James Ausmus <james.ausmus@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190924222829.13142-1-james.ausmus@intel.com
drivers/gpu/drm/i915/display/intel_bw.c