drm/amd/amdgpu: Convert messages in gmc v6 to dev_*()
authorTom St Denis <tom.stdenis@amd.com>
Tue, 6 Sep 2016 17:09:26 +0000 (13:09 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Sep 2016 13:43:40 +0000 (09:43 -0400)
commit075719c3cb79f309fc775a7f8f49d91a0351ceb3
tree20fab8fec8a8640a3cc2399f848ceb78dd4fa141
parente5c5304f138726ee5c8aeda2c7bcbcbc52da102a
drm/amd/amdgpu: Convert messages in gmc v6 to dev_*()

Make the kernel log messaging more consistent and use the
dev_*() functions instead of a mix of DRM_*() and printk().

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c