summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/graphics.c
blob: 1696d520538b1fa6537f8c4c424a77ac4bbd8524 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include <intelblocks/graphics.h>
#include <soc/ramstage.h>

const struct i915_gpu_controller_info *
intel_igd_get_controller_info(const struct device *const dev)
{
	const struct soc_intel_tigerlake_config *const chip = dev->chip_info;
	return &chip->gfx;
}