summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h
diff options
context:
space:
mode:
authorBenjamin Chan <benjamin.chan@amd.com>2025-01-31 14:03:46 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-02-27 15:52:49 -0500
commitdce1b8239803c456e5c6a9f45164d16cf11e3470 (patch)
treedfef9b9b8da8303a5f9ac1a9e5e32d5e2dd00478 /drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h
parent4343f814e53f461c3040dfd3481aa7d8fcd02449 (diff)
downloadlinux-stable-dce1b8239803c456e5c6a9f45164d16cf11e3470.tar.gz
linux-stable-dce1b8239803c456e5c6a9f45164d16cf11e3470.tar.bz2
linux-stable-dce1b8239803c456e5c6a9f45164d16cf11e3470.zip
drm/amdgpu: Add amdisp pinctrl MFD resource
AMDISP GPIO control uses a dedicated pinctrl driver, and requires MFD hotadd GPIO resources. Co-developed-by: Pratap Nirujogi <pratap.nirujogi@amd.com> Signed-off-by: Benjamin Chan <benjamin.chan@amd.com> 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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h
index b03664c66dd6..4f3b7b5d9c1f 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h
@@ -50,6 +50,7 @@ struct amdgpu_isp {
struct mfd_cell *isp_cell;
struct resource *isp_res;
struct resource *isp_i2c_res;
+ struct resource *isp_gpio_res;
struct isp_platform_data *isp_pdata;
unsigned int harvest_config;
const struct firmware *fw;