summaryrefslogtreecommitdiffstats
path: root/ui/ozone/platform/drm/gpu/hardware_display_plane.cc
diff options
context:
space:
mode:
authordnicoara <dnicoara@chromium.org>2015-03-05 20:29:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-06 04:29:53 +0000
commit78e363fa39d6edd2b8e3472b294c11b612af32e6 (patch)
tree30c702f4c71b2007b228f3ebf4b97b62a7b4d7ea /ui/ozone/platform/drm/gpu/hardware_display_plane.cc
parent3150d8a1916160a74b9c2465e3d929724f01362d (diff)
downloadchromium_src-78e363fa39d6edd2b8e3472b294c11b612af32e6.zip
chromium_src-78e363fa39d6edd2b8e3472b294c11b612af32e6.tar.gz
chromium_src-78e363fa39d6edd2b8e3472b294c11b612af32e6.tar.bz2
[Ozone-Drm] Replace some LOGs with PLOGs and some with VLOGs
Log messages that are less critical were moved to VLOG(2) so they won't show up by default. The others have been changed to PLOGs so that we get more information on why the kernel rejected the DRM calls. BUG=none Review URL: https://codereview.chromium.org/970323002 Cr-Commit-Position: refs/heads/master@{#319410}
Diffstat (limited to 'ui/ozone/platform/drm/gpu/hardware_display_plane.cc')
-rw-r--r--ui/ozone/platform/drm/gpu/hardware_display_plane.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ozone/platform/drm/gpu/hardware_display_plane.cc b/ui/ozone/platform/drm/gpu/hardware_display_plane.cc
index defca91..37bb23f 100644
--- a/ui/ozone/platform/drm/gpu/hardware_display_plane.cc
+++ b/ui/ozone/platform/drm/gpu/hardware_display_plane.cc
@@ -5,7 +5,6 @@
#include "ui/ozone/platform/drm/gpu/hardware_display_plane.h"
#include <drm.h>
-#include <errno.h>
#include <xf86drm.h>
#include "base/logging.h"