mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
drm: move intel-gtt.h under include/drm/intel
Clean up the top level include/drm directory by grouping all the Intel specific files under a common subdirectory. Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Dave Airlie <airlied@gmail.com> Cc: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Acked-by: Lucas De Marchi <lucas.demarchi@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/ae224504d99cc6428da6dced9dcde2b7953624ef.1717075103.git.jani.nikula@intel.com
This commit is contained in:
parent
b95702e275
commit
05255ccbf1
@ -12,7 +12,7 @@
|
||||
#include <asm/smp.h>
|
||||
#include "agp.h"
|
||||
#include "intel-agp.h"
|
||||
#include <drm/intel-gtt.h>
|
||||
#include <drm/intel/intel-gtt.h>
|
||||
|
||||
static int intel_fetch_size(void)
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <asm/smp.h>
|
||||
#include "agp.h"
|
||||
#include "intel-agp.h"
|
||||
#include <drm/intel-gtt.h>
|
||||
#include <drm/intel/intel-gtt.h>
|
||||
#include <asm/set_memory.h>
|
||||
|
||||
/*
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <drm/drm_managed.h>
|
||||
#include <drm/i915_drm.h>
|
||||
#include <drm/intel-gtt.h>
|
||||
#include <drm/intel/intel-gtt.h>
|
||||
|
||||
#include "display/intel_display.h"
|
||||
#include "gem/i915_gem_lmem.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include "intel_ggtt_gmch.h"
|
||||
|
||||
#include <drm/intel-gtt.h>
|
||||
#include <drm/intel/intel-gtt.h>
|
||||
|
||||
#include <linux/agp_backend.h>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <drm/drm_managed.h>
|
||||
#include <drm/intel-gtt.h>
|
||||
#include <drm/intel/intel-gtt.h>
|
||||
|
||||
#include "gem/i915_gem_internal.h"
|
||||
#include "gem/i915_gem_lmem.h"
|
||||
|
Loading…
Reference in New Issue
Block a user