summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ozone/platform/drm/gpu/drm_device.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ozone/platform/drm/gpu/drm_device.cc b/ui/ozone/platform/drm/gpu/drm_device.cc
index fb5bbc8..4d2bcbf 100644
--- a/ui/ozone/platform/drm/gpu/drm_device.cc
+++ b/ui/ozone/platform/drm/gpu/drm_device.cc
@@ -232,6 +232,8 @@ bool DrmDevice::Initialize() {
<< "': " << base::File::ErrorToString(file_.error_details());
}
+ VLOG(1) << "Succeeded in taking master on " << device_path_.value();
+
#if defined(USE_DRM_ATOMIC)
plane_manager_.reset(new HardwareDisplayPlaneManagerAtomic());
#else