]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: use consistent naming for static funcs in amdgpu_device.c
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Dec 2017 20:02:39 +0000 (15:02 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Dec 2017 15:58:47 +0000 (10:58 -0500)
commit7b184744f78faf7e382b13c441afea0040a1f7c3
tree14ec492959bb4ce62086d9952f20939cc57d5c9e
parent2b7cadbe25fe8c4c7b0487d35a95b855897b3157
drm/amdgpu: use consistent naming for static funcs in amdgpu_device.c

Prefix the functions with device or device_ip for functions which
deal with ip blocks for consistency.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c