OSDN Git Service

gralloc0_register_buffer: initialize gralloc0 when needed
[android-x86/external-minigbm.git] / cros_gralloc / i915_private_android.h
1 /*
2  * Copyright 2017 The Chromium OS Authors. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the LICENSE file.
5  */
6
7 #ifdef DRV_I915
8
9 #include <stdint.h>
10
11 #include "i915_private.h"
12
13 uint32_t i915_private_convert_format(int format);
14
15 int32_t i915_private_invert_format(int format);
16
17 bool i915_private_supported_yuv_format(uint32_t droid_format);
18
19 #endif