drm/i915/display: Include i915_active header in frontbuffer tracking code
authorJouni Högander <jouni.hogander@intel.com>
Fri, 29 Sep 2023 11:20:47 +0000 (14:20 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Mon, 2 Oct 2023 05:41:52 +0000 (08:41 +0300)
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@intel.com>
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230929112047.1151914-1-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_frontbuffer.c

index 412a19a888a28debb8fbb8271c10f52fd71f667f..ec46716b2f49ec25fc5b8cf6ce2df12c7467487b 100644 (file)
@@ -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"