aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h
diff options
context:
space:
mode:
authorBenjamin Chan <[email protected]>2025-01-31 19:03:46 +0000
committerAlex Deucher <[email protected]>2025-02-27 20:52:49 +0000
commitdce1b8239803c456e5c6a9f45164d16cf11e3470 (patch)
treedfef9b9b8da8303a5f9ac1a9e5e32d5e2dd00478 /drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h
parentdrm/amdgpu/mes12: drop amdgpu_mes_suspend()/amdgpu_mes_resume() calls (diff)
downloadkernel-dce1b8239803c456e5c6a9f45164d16cf11e3470.tar.gz
kernel-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 <[email protected]> Signed-off-by: Benjamin Chan <[email protected]> Signed-off-by: Pratap Nirujogi <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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;