mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
drm/i915/display: include gem/i915_gem_stolen.h where needed
Include what you use. We need to move the compat i915_gem_stolen.h under gem subdir. With this, we can drop the include from xe compat i915_drv.h. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/6ac3480a8689fda5aaf4007cb604e06e939a03f7.1717004739.git.jani.nikula@intel.com
This commit is contained in:
parent
dd3cac0ac7
commit
27e3b4ee63
|
|
@ -43,6 +43,7 @@
|
|||
#include <drm/drm_blend.h>
|
||||
#include <drm/drm_fourcc.h>
|
||||
|
||||
#include "gem/i915_gem_stolen.h"
|
||||
#include "i915_drv.h"
|
||||
#include "i915_reg.h"
|
||||
#include "i915_utils.h"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
#include "xe_bo.h"
|
||||
#include "xe_pm.h"
|
||||
#include "xe_step.h"
|
||||
#include "i915_gem_stolen.h"
|
||||
#include "i915_gpu_error.h"
|
||||
#include "i915_reg_defs.h"
|
||||
#include "i915_utils.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user