blob: 773f3c6de8b358aa4ee38a53f2de0243b88ff67d [file] [log] [blame]
Matt DeVilliere30d2042023-01-23 10:23:55 -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_jasperlake_config *const chip = dev->chip_info;
10 return &chip->gfx;
11}