mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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:
parent
045033fb02
commit
65f329ff23
|
|
@ -38,8 +38,6 @@
|
|||
|
||||
#include <linux/types.h>
|
||||
|
||||
#include "display/intel_display_limits.h"
|
||||
|
||||
struct intel_vgpu;
|
||||
|
||||
#define _PLANE_CTL_FORMAT_SHIFT 24
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user