blob: 3eaa4845a1702d0b3e341519dce8c83c49a9e5d7 [file] [log] [blame]
Angel Pons6e5aabd2020-03-23 23:44:42 +01001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
Stefan Reinauere5a0a5d2012-09-19 10:51:48 -07003
Iru Caid7ee9dd2016-02-24 15:03:58 +08004#ifndef NORTHBRIDGE_INTEL_SANDYBRIDGE_GMA_H
5#define NORTHBRIDGE_INTEL_SANDYBRIDGE_GMA_H
6
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +02007struct i915_gpu_controller_info;
Stefan Reinauere5a0a5d2012-09-19 10:51:48 -07008
Angel Pons7c49cb82020-03-16 23:17:32 +01009int i915lightup_sandy(const struct i915_gpu_controller_info *info, u32 physbase, u16 pio,
10 u8 *mmio, u32 lfb);
11
12int i915lightup_ivy(const struct i915_gpu_controller_info *info, u32 physbase, u16 pio,
13 u8 *mmio, u32 lfb);
Iru Caid7ee9dd2016-02-24 15:03:58 +080014
15#endif /* NORTHBRIDGE_INTEL_SANDYBRIDGE_GMA_H */