]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: fix kernel-doc warning for amdgpu_ttm_alloc_mmio_remap_bo()
authorYujie Liu <yujie.liu@intel.com>
Thu, 26 Feb 2026 03:00:35 +0000 (11:00 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Mar 2026 21:36:02 +0000 (16:36 -0500)
commit4bf5569dbb7cbae885f07571dbc9d068fff1bf24
tree98ef4069839792324ed03005630f7317c6653741
parent9f3d543a9f7371622aff389e69010ac6bac69ef8
drm/amdgpu: fix kernel-doc warning for amdgpu_ttm_alloc_mmio_remap_bo()

Warning: drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1923 expecting prototype for amdgpu_ttm_mmio_remap_bo_init(). Prototype was for amdgpu_ttm_alloc_mmio_remap_bo() instead

Fixes: 96e97a562d06 ("drm/amdgpu: Drop MMIO_REMAP domain bit and keep it Internal")
Signed-off-by: Yujie Liu <yujie.liu@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c