soc/amd/common/psp/psp_def.h: increase P2C_BUFFER_MAXSIZE
[coreboot2.git] / src / soc / intel / meteorlake / graphics.c
blob0ce44421a1724dbe22d06b9185cf20ec64c2c61e
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <intelblocks/graphics.h>
4 #include <soc/ramstage.h>
6 const struct i915_gpu_controller_info *
7 intel_igd_get_controller_info(const struct device *const dev)
9 const struct soc_intel_meteorlake_config *const chip = dev->chip_info;
10 return &chip->gfx;