summaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/graphics.c
blob: 11aea7221143aa2ca50c0eb3d78045c61345977a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */

/*
 * This file is created based on Intel Tiger Lake Processor SA Datasheet
 * Document number: 571131
 * Chapter number: 4
 */

#include <fsp/util.h>
#include <intelblocks/graphics.h>
#include <types.h>

uintptr_t fsp_soc_get_igd_bar(void)
{
	return graphics_get_memory_base();
}