drm/amd/amdgpu: Add GPIO resources required for amdisp
authorPratap Nirujogi <pratap.nirujogi@amd.com>
Sun, 9 Mar 2025 20:53:01 +0000 (16:53 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 28 May 2025 20:01:39 +0000 (16:01 -0400)
commit3e9d9df850f3f93261a3259751394643f100a52a
tree24b7f810396a47028da84dec648f76bec294d5da
parente485502c37b097b0bd773baa7e2741bf7bd2909a
drm/amd/amdgpu: Add GPIO resources required for amdisp

ISP is a child device to GFX, and its device specific information
is not available in ACPI. Adding the 2 GPIO resources required for
ISP_v4_1_1 in amdgpu_isp driver.

- GPIO 0 to allow sensor driver to enable and disable sensor module.
- GPIO 85 to allow ISP driver to enable and disable ISP RGB streaming mode.

Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Kconfig
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c