mb/emulation/qemu-q35: drop unused intel_gma_get_controller_info()
No longer needed anywhere. Change-Id: Ifeea76af44377d917ec46cac0d9d7375d1a68204 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39961 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@ -16,7 +16,6 @@
|
|||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <drivers/intel/gma/i915.h>
|
|
||||||
|
|
||||||
#define Q35_PAM0 0x90
|
#define Q35_PAM0 0x90
|
||||||
|
|
||||||
@ -25,14 +24,6 @@ static const unsigned char qemu_q35_irqs[] = {
|
|||||||
10, 10, 11, 11,
|
10, 10, 11, 11,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct i915_gpu_controller_info gfx_controller_info = GMA_STATIC_DISPLAYS(0);
|
|
||||||
|
|
||||||
const struct i915_gpu_controller_info *
|
|
||||||
intel_gma_get_controller_info(void)
|
|
||||||
{
|
|
||||||
return &gfx_controller_info;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void qemu_nb_init(struct device *dev)
|
static void qemu_nb_init(struct device *dev)
|
||||||
{
|
{
|
||||||
/* Map memory at 0xc0000 - 0xfffff */
|
/* Map memory at 0xc0000 - 0xfffff */
|
||||||
|
Reference in New Issue
Block a user