drm/amdgpu/discovery: add ISP discovery entries for old APUs
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 25 Sep 2024 03:09:50 +0000 (11:09 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Oct 2024 21:49:30 +0000 (17:49 -0400)
commitd2f57b6d8913df979a8cf719164c372b8e52c709
tree039ebfdadb710ea67b1f2fe81d561a955bf7475e
parentc9b7c809b89f24e9372a4e7f02d64c950b07fdee
drm/amdgpu/discovery: add ISP discovery entries for old APUs

Raven1/2 and Picasso have ISP 2.0.0, however their ISP blocks
are not in the IP discovery table yet.

This commit fixes this issue by adding new ISP entries for
Raven and Picasso in the IP discovery table.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Zhu Lingshan <lingshan.zhu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c