Re: [PATCH -next] drm/i915/display: Fix build error without DRM_FBDEV_EMULATION

2025-03-21 Thread Jani Nikula
On Mon, 17 Mar 2025, Thomas Zimmermann wrote: > Am 15.03.25 um 13:01 schrieb Yue Haibing: >> In file included from : >> ./drivers/gpu/drm/i915/display/intel_fbdev.h: In function >> ‘intel_fbdev_framebuffer’: >> ./drivers/gpu/drm/i915/display/intel_fbdev.h:32:16: error: ‘NULL’ undeclared >> (firs

Re: [PATCH -next] drm/i915/display: Fix build error without DRM_FBDEV_EMULATION

2025-03-17 Thread Thomas Zimmermann
Am 15.03.25 um 13:01 schrieb Yue Haibing: In file included from : ./drivers/gpu/drm/i915/display/intel_fbdev.h: In function ‘intel_fbdev_framebuffer’: ./drivers/gpu/drm/i915/display/intel_fbdev.h:32:16: error: ‘NULL’ undeclared (first use in this function) 32 | return NULL;