Commit f52d1493 authored by Jouni Högander's avatar Jouni Högander

drm/i915/display: Include i915_active header in frontbuffer tracking code

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: default avatarJouni Högander <jouni.hogander@intel.com>
Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230929112047.1151914-1-jouni.hogander@intel.com
parent 659eed2e
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
*/ */
#include "gem/i915_gem_object_frontbuffer.h" #include "gem/i915_gem_object_frontbuffer.h"
#include "i915_active.h"
#include "i915_drv.h" #include "i915_drv.h"
#include "intel_display_trace.h" #include "intel_display_trace.h"
#include "intel_display_types.h" #include "intel_display_types.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment