blob: b393ceac2ee22775f10f66d4b1ec7c85b5211ea3 [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef __DRM_UTILS_H
#define __DRM_UTILS_H
int
drm_init(void);
void
drm_done(void);
int
drm_get_mode(drmModeModeInfoPtr mode, int *dpms);
void
drm_show_mode(drmModeModeInfoPtr mode);
#endif /* __DRM_UTILS_H */