aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/pineview/chip.h
blob: db3aa19707d94b3929240337b7625778a348e20d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H
#define NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H

#include <drivers/intel/gma/i915.h>

struct northbridge_intel_pineview_config {
	/* GMA */
	bool use_crt;
	bool use_lvds;
	int gpu_lvds_use_spread_spectrum_clock;
	struct i915_gpu_controller_info gfx;
};

#endif /* NORTHBRIDGE_INTEL_PINEVIEW_CHIP_H */