]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/pm: Limit jpeg rings as per max for jpeg_v_4_0_3
authorAsad Kamal <asad.kamal@amd.com>
Fri, 14 Feb 2025 05:54:01 +0000 (13:54 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Feb 2025 19:09:30 +0000 (14:09 -0500)
commitb1118df145faab925637da0e02c53e8b3072699a
tree50db1285a9ac6de22f83a302810916e9e9ed54ea
parenta6d9d192903ea12b4d5c55b5bc3cd9466d2d4e0d
drm/amd/pm: Limit jpeg rings as per max for jpeg_v_4_0_3

Since pmfw supports for smuv13_0_6 is limited to 8 jpeg rings per instance,
which is the max for jpeg_v_4_0_3. Limit it to same to avoid out
of bound access.

Fixes: 568199a5c7a9 ("drm/amd/pm: Limit to 8 jpeg rings per instance")
Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c