Skip to content

Commit

Permalink
drm/i915: fix drm_i915.h include grouping and sorting
Browse files Browse the repository at this point in the history
Group and sort includes in i915_drv.h similar to other places.

Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/679923380d4757fed4e3a4c4bed80e40b9fdaeec.1644507885.git.jani.nikula@intel.com
  • Loading branch information
Jani Nikula committed Feb 14, 2022
1 parent 14da21c commit 4feb2e9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
#include <drm/drm_connector.h>
#include <drm/ttm/ttm_device.h>

#include "i915_params.h"
#include "i915_utils.h"

#include "display/intel_bios.h"
#include "display/intel_cdclk.h"
#include "display/intel_display.h"
Expand All @@ -59,16 +56,22 @@
#include "display/intel_opregion.h"

#include "gem/i915_gem_context_types.h"
#include "gem/i915_gem_lmem.h"
#include "gem/i915_gem_shrinker.h"
#include "gem/i915_gem_stolen.h"
#include "gem/i915_gem_lmem.h"

#include "gt/intel_engine.h"
#include "gt/intel_gt_types.h"
#include "gt/intel_region_lmem.h"
#include "gt/intel_workarounds.h"
#include "gt/uc/intel_uc.h"

#include "i915_gem.h"
#include "i915_gpu_error.h"
#include "i915_params.h"
#include "i915_perf_types.h"
#include "i915_scheduler.h"
#include "i915_utils.h"
#include "intel_device_info.h"
#include "intel_memory_region.h"
#include "intel_pch.h"
Expand All @@ -78,11 +81,6 @@
#include "intel_uncore.h"
#include "intel_wopcm.h"

#include "i915_gem.h"
#include "i915_gpu_error.h"
#include "i915_perf_types.h"
#include "i915_scheduler.h"

struct dpll;
struct drm_i915_clock_gating_funcs;
struct drm_i915_gem_object;
Expand Down

0 comments on commit 4feb2e9

Please sign in to comment.