OSDN Git Service

drm/i915/mtl: Fix dram info readout
authorRadhakrishna Sripada <radhakrishna.sripada@intel.com>
Thu, 17 Nov 2022 21:30:14 +0000 (13:30 -0800)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 29 Nov 2022 08:49:14 +0000 (08:49 +0000)
commit2f3830544a89af2e72e7fd3d6ca44dd9cffec197
treef0d65ebb80ac04e38fd963e2cd5f83be2317a534
parentb7b275e60bcd5f89771e865a8239325f86d9927d
drm/i915/mtl: Fix dram info readout

MEM_SS_INFO_GLOBAL Register info read from the hardware is cached in val. However
the variable is being modified when determining the DRAM type thereby clearing out
the channels and qgv info extracted later in the function xelpdp_get_dram_info. Preserve
the register value and use extracted fields in the switch statement.

Fixes: 825477e77912 ("drm/i915/mtl: Obtain SAGV values from MMIO instead of GT pcode mailbox")
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>
Link: https://patchwork.freedesktop.org/patch/msgid/20221117213015.584417-1-radhakrishna.sripada@intel.com
(cherry picked from commit ec35c41d91052a3a15dd3767075620af448b8030)
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/intel_dram.c