[PATCH] drm/amd: Fix a documentation warning about excess parameters

2023-06-26 Thread Mario Limonciello
`pcie_index` and `pcie_data` aren't used by amdgpu_device_indirect_wreg() since commit 65ba96e91b68 ("drm/amdgpu: Move to common indirect reg access helper") but the documentation wasn't updated. This causes a warning while building documentation. Fixes: 65ba96e91b68 ("drm/amdgpu: Move to common i

Re: [PATCH] drm/amd: Fix a documentation warning about excess parameters

2023-06-26 Thread Alex Deucher
On Mon, Jun 26, 2023 at 11:00 AM Mario Limonciello wrote: > > `pcie_index` and `pcie_data` aren't used by > amdgpu_device_indirect_wreg() since commit 65ba96e91b68 > ("drm/amdgpu: Move to common indirect reg access helper") but > the documentation wasn't updated. This causes a warning while > buil

Re: [PATCH] drm/amd: Fix a documentation warning about excess parameters

2023-06-26 Thread Limonciello, Mario
On 6/26/2023 10:05 AM, Alex Deucher wrote: On Mon, Jun 26, 2023 at 11:00 AM Mario Limonciello wrote: `pcie_index` and `pcie_data` aren't used by amdgpu_device_indirect_wreg() since commit 65ba96e91b68 ("drm/amdgpu: Move to common indirect reg access helper") but the documentation wasn't updat