Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/amdgpu/gfx_v7_0: Repair function names in the documentation

Fixes the following W=1 kernel build warning(s):

drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2126: warning: expecting prototype for gfx_v7_0_ring_emit_hdp(). Prototype was for gfx_v7_0_ring_emit_hdp_flush() instead
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2262: warning: expecting prototype for gfx_v7_0_ring_emit_ib(). Prototype was for gfx_v7_0_ring_emit_ib_gfx() instead
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:3207: warning: expecting prototype for gfx_v7_0_ring_emit_vm_flush(). Prototype was for gfx_v7_0_ring_emit_pipeline_sync() instead

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Cc: linux-media@vger.kernel.org
Cc: linaro-mm-sig@lists.linaro.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Lee Jones and committed by
Alex Deucher
acf69d93 094b457b

+3 -3
+3 -3
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
··· 2116 2116 } 2117 2117 2118 2118 /** 2119 - * gfx_v7_0_ring_emit_hdp - emit an hdp flush on the cp 2119 + * gfx_v7_0_ring_emit_hdp_flush - emit an hdp flush on the cp 2120 2120 * 2121 2121 * @ring: amdgpu_ring structure holding ring information 2122 2122 * ··· 2242 2242 * IB stuff 2243 2243 */ 2244 2244 /** 2245 - * gfx_v7_0_ring_emit_ib - emit an IB (Indirect Buffer) on the ring 2245 + * gfx_v7_0_ring_emit_ib_gfx - emit an IB (Indirect Buffer) on the ring 2246 2246 * 2247 2247 * @ring: amdgpu_ring structure holding ring information 2248 2248 * @job: job to retrieve vmid from ··· 3196 3196 } 3197 3197 3198 3198 /** 3199 - * gfx_v7_0_ring_emit_vm_flush - cik vm flush using the CP 3199 + * gfx_v7_0_ring_emit_pipeline_sync - cik vm flush using the CP 3200 3200 * 3201 3201 * @ring: the ring to emit the commands to 3202 3202 *