| # Copyright 2017 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| CHROMEOS_KERNEL_SPLITCONFIG="chromeos-intel-pineview" |
| CHROMEOS_KERNEL_ARCH="x86_64" |
| |
| BOARD_COMPILER_FLAGS="-march=silvermont" |
| |
| # Initial value just for style purposes. |
| USE="" |
| |
| # Enable DPTF. |
| USE="${USE} dptf" |
| |
| USE="${USE} kernel-4_4" |
| |
| # Enable native one-copy texture upload. |
| USE="${USE} native_gpu_memory_buffers" |
| |
| # Video playback shows color artifacts when using the VaapiVideoDecoder on kip |
| # and potentially other BayTrail devices. |
| # TODO(crbug.com/1006907): Remove the flag after the issue is fixed. |
| USE="${USE} disable_cros_video_decoder" |