]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ba354c28b702bbee5501166d02e96e2f13f8ca3
tree200fad0f0309cecdd120f6d40934cc062a1f2fdc
parentb4f1331206223d6621a65ce9acd380e3f6da18e1
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