OSDN Git Service

drm/amd/amdgpu_dm/mst: Remove useless sideband tracing
authorLyude Paul <lyude@redhat.com>
Tue, 31 Mar 2020 21:22:23 +0000 (17:22 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Apr 2020 18:44:56 +0000 (14:44 -0400)
commita98c4cd926903ff2aa452b6dbf5be6411a2fbe60
tree7b2f80cfe5485be597c53367e3c3c7d235d2b3fb
parenta500194e73c87e112a6d3833b38eefb4057a2c9e
drm/amd/amdgpu_dm/mst: Remove useless sideband tracing

We already trace DPCD reads/writes on both MST and SST, there's no
reason to have this code here (plus, toggling these things with a
define at the top of the file isn't how we do things in the kernel).

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c