Re: [PATCH] drm/i915: add intel_opregion_vbt_present() stub function

2024-03-13 Thread Jani Nikula
On Wed, 13 Mar 2024, Arnd Bergmann wrote: > From: Arnd Bergmann > > The newly added function is not available without CONFIG_ACPI, causing > a build failure: > > drivers/gpu/drm/i915/display/intel_bios.c:3424:24: error: implicit > declaration of function 'intel_opregion_vbt_present'; did you

[PATCH] drm/i915: add intel_opregion_vbt_present() stub function

2024-03-13 Thread Arnd Bergmann
From: Arnd Bergmann The newly added function is not available without CONFIG_ACPI, causing a build failure: drivers/gpu/drm/i915/display/intel_bios.c:3424:24: error: implicit declaration of function 'intel_opregion_vbt_present'; did you mean 'intel_opregion_asle_present'?