On Fri, 2023-09-29 at 14:28 +0300, Jani Nikula wrote: > On Fri, 29 Sep 2023, Jouni Högander <[email protected]> wrote: > > Intel frontbuffer tracking code is using i915_active functions -> > > include > > i915_active.h directly instead of relying getting indirectly > > included. > > > > Cc: Jani Nikula <[email protected]> > > > > Signed-off-by: Jouni Högander <[email protected]> > > Reviewed-by: Jani Nikula <[email protected]>
Thank you Jani. This is now merged. BR, Jouni Högander > > > > --- > > drivers/gpu/drm/i915/display/intel_frontbuffer.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/gpu/drm/i915/display/intel_frontbuffer.c > > b/drivers/gpu/drm/i915/display/intel_frontbuffer.c > > index 412a19a888a2..ec46716b2f49 100644 > > --- a/drivers/gpu/drm/i915/display/intel_frontbuffer.c > > +++ b/drivers/gpu/drm/i915/display/intel_frontbuffer.c > > @@ -56,6 +56,7 @@ > > */ > > > > #include "gem/i915_gem_object_frontbuffer.h" > > +#include "i915_active.h" > > #include "i915_drv.h" > > #include "intel_display_trace.h" > > #include "intel_display_types.h" >
