drm/i915/gvt: include intel_display_limits.h where needed

In this case, it's actually gvt.h that needs I915_MAX_PORTS etc. from
intel_display_limits.h. Make this more evident by moving the include
there, instead of getting it via fb_decoder.h.

Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patch.msgid.link/30696b712f4beba171c15765632ad9c3e1b8b1d1.1767180318.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
Jani Nikula 2025-12-31 13:26:11 +02:00
parent 045033fb02
commit 65f329ff23
2 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,6 @@
#include <linux/types.h>
#include "display/intel_display_limits.h"
struct intel_vgpu;
#define _PLANE_CTL_FORMAT_SHIFT 24

View File

@ -38,6 +38,8 @@
#include <linux/vfio.h>
#include <asm/kvm_page_track.h>
#include "display/intel_display_limits.h"
#include "gt/intel_gt.h"
#include "cmd_parser.h"