blob: a63db7827f6a092770142ede6ddc36a5ba16778e [file] [log] [blame]
#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 */