OSDN Git Service

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)
commit06ec907054c5a48f28ff6856885522e3a7103bb7
tree14ec492959bb4ce62086d9952f20939cc57d5c9e
parent4e89df63c110d7fb4883c8b3d653d3d0e5dac67d
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