drm/amd/display: remove DM_NOT_IMPL messages
authorArindam Nath <arindam.nath@amd.com>
Mon, 5 Dec 2016 13:51:26 +0000 (19:21 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:04:13 +0000 (17:04 -0400)
commit49c07a99b2bdd6e6ed621f728d58d8535cc87a61
treeb3512d5d421243236b17c51fded70e1749320918
parente11b86ad7d97671ec9543824de0529bd3f8d2db7
drm/amd/display: remove DM_NOT_IMPL messages

Some functions like dm_bandwidth_update are placeholders
for future implementations. Right now, they simply
print messages like "DM_NOT_IMPL: dm_bandwidth_update".
This message even though informational, sometimes can
create some confusion for users.

Since these functions are only skeletons for future, we
simply remove the rather un-unecessary messages from these
functions.

Signed-off-by: Arindam Nath <arindam.nath@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c