This is a note to let you know that I've just added the patch titled drm/amdgpu: update new memory types in atomfirmware header to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-amdgpu-update-new-memory-types-in-atomfirmware-h.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit db94fa5f8f6d8f6f19747a278de06dabfebd8a53 Author: Huang Rui <ray.huang@xxxxxxx> Date: Fri Aug 28 17:50:33 2020 +0800 drm/amdgpu: update new memory types in atomfirmware header [ Upstream commit af118ed9ef9fc6c6cc37f2db3d4aa2b66b2c4335 ] Add new nemory types in atomfirmware header. Signed-off-by: Huang Rui <ray.huang@xxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Stable-dep-of: e64e8f7c178e ("drm/amdgpu/atomfirmware: add intergrated info v2.3 table") Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/drivers/gpu/drm/amd/include/atomfirmware.h b/drivers/gpu/drm/amd/include/atomfirmware.h index 3e526c394f6cb..0799a9ca04401 100644 --- a/drivers/gpu/drm/amd/include/atomfirmware.h +++ b/drivers/gpu/drm/amd/include/atomfirmware.h @@ -1367,6 +1367,11 @@ enum atom_dmi_t17_mem_type_def{ LpDdr2MemType, ///< Assign 28 to LPDDR2 LpDdr3MemType, ///< Assign 29 to LPDDR3 LpDdr4MemType, ///< Assign 30 to LPDDR4 + GDdr6MemType, ///< Assign 31 to GDDR6 + HbmMemType, ///< Assign 32 to HBM + Hbm2MemType, ///< Assign 33 to HBM2 + Ddr5MemType, ///< Assign 34 to DDR5 + LpDdr5MemType, ///< Assign 35 to LPDDR5 };