]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dram: Add missing INTEL_DRAM str conversions
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 25 Mar 2025 02:28:41 +0000 (19:28 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 31 Mar 2025 15:09:40 +0000 (08:09 -0700)
commit8d4bd9bb138a72e5794d6597ee8d1f85f272ef63
tree709976487e5f42dbdeb4b33ec6164742c3dfeb00
parentbee964bd14ae951c7b6eb59b4421e1ccd9edb69b
drm/i915/dram: Add missing INTEL_DRAM str conversions

Some new dram types were added without adding the corresponding string
conversion, probably because it's not being used by recent platforms.
Add them, together with a BUILD_BUG_ON() to ensure it keeps in sync, in
preparation to make use of them in recent platforms.

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20250324-dram-type-v1-1-bf60ef33ac01@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/soc/intel_dram.c
drivers/gpu/drm/xe/xe_device_types.h