[Intel-gfx] [PATCH] drm/i915/display: Include i915_active header in frontbuffer tracking code
Hogander, Jouni
jouni.hogander at intel.com
Mon Oct 2 05:45:25 UTC 2023
On Fri, 2023-09-29 at 14:28 +0300, Jani Nikula wrote:
> On Fri, 29 Sep 2023, Jouni Högander <jouni.hogander at intel.com> wrote:
> > Intel frontbuffer tracking code is using i915_active functions ->
> > include
> > i915_active.h directly instead of relying getting indirectly
> > included.
> >
> > Cc: Jani Nikula <jani.nikula at intel.com>
> >
> > Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
>
> Reviewed-by: Jani Nikula <jani.nikula at intel.com>
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"
>
More information about the Intel-gfx
mailing list