OSDN Git Service

drm/amdgpu: Stop using the DRIVER debugging flag for vblank debugging messages
authorLyude Paul <lyude@redhat.com>
Fri, 24 Jan 2020 01:07:42 +0000 (20:07 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Mar 2020 15:52:35 +0000 (11:52 -0400)
commit7f2be468a85523f6b8518d01433d88f58d543095
tree200fad0f0309cecdd120f6d40934cc062a1f2fdc
parent9543a9c3e2359db4b9576ee2ae3bae5a28e08387
drm/amdgpu: Stop using the DRIVER debugging flag for vblank debugging messages

These are some very loud debug statements that get printed on every
vblank when driver level debug printing is enabled in DRM, and doesn't
really tell us anything that isn't related to vblanks. So let's move
this over to the proper debug flag to be a little less spammy with our
debug output.

Reviewed-by: Harry Wentland <harry.wentland@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.c