diff options
| author | Benjamin Chan <[email protected]> | 2025-01-31 19:03:46 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-02-27 20:52:49 +0000 |
| commit | dce1b8239803c456e5c6a9f45164d16cf11e3470 (patch) | |
| tree | dfef9b9b8da8303a5f9ac1a9e5e32d5e2dd00478 /drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.h | |
| parent | drm/amdgpu/mes12: drop amdgpu_mes_suspend()/amdgpu_mes_resume() calls (diff) | |
| download | kernel-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/isp_v4_1_0.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.h b/drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.h index 7db24c0f1080..4d239198edd0 100644 --- a/drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.h +++ b/drivers/gpu/drm/amd/amdgpu/isp_v4_1_0.h @@ -42,8 +42,8 @@ #define ISP410_I2C0_OFFSET 0x66400 #define ISP410_I2C0_SIZE 0x100 -#define ISP410_GPIO_SENSOR0_OFFSET 0x6613C -#define ISP410_GPIO_SENSOR0_SIZE 0x4 +#define ISP410_GPIO_SENSOR_OFFSET 0x6613C +#define ISP410_GPIO_SENSOR_SIZE 0x54 void isp_v4_1_0_set_isp_funcs(struct amdgpu_isp *isp); |
