/ src / northbridge / intel / pineview / chip.h
chip.h
 1  /* SPDX-License-Identifier: GPL-2.0-only */
 2  
 3  #ifndef NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H
 4  #define NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H
 5  
 6  #include <drivers/intel/gma/i915.h>
 7  
 8  struct northbridge_intel_pineview_config {
 9  	/* GMA */
10  	bool use_crt;
11  	bool use_lvds;
12  	struct i915_gpu_controller_info gfx;
13  };
14  
15  #endif /* NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H */