1 /* SPDX-License-Identifier: GPL-2.0-only */
5 #include <drivers/intel/gma/opregion.h>
12 if (!CONFIG(RUN_FSP_GOP
))
15 /* Normal mode and S3 resume path PEIM GFX init is not needed.
16 * Passing NULL as VBT will not make PEIM GFX to execute. */
17 if (acpi_is_wakeup_s3())
19 if (!display_init_required())
21 return locate_vbt(NULL
);