blob: f2c792c0d8824241a609f2fca3bd476de1a7212b [file] [log] [blame]
Tim Crawfordc6529c72022-11-01 11:42:28 -06001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#include <intelblocks/graphics.h>
4#include <soc/ramstage.h>
5
6const struct i915_gpu_controller_info *
7intel_igd_get_controller_info(const struct device *const dev)
8{
9 const struct soc_intel_alderlake_config *const chip = dev->chip_info;
10 return &chip->gfx;
11}