Skip to content

Commit

Permalink
drm/i915: Remove i915_globals
Browse files Browse the repository at this point in the history
No longer used.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210727121037.2041102-10-daniel.vetter@ffwll.ch
  • Loading branch information
Daniel Vetter committed Jul 28, 2021
1 parent 64fc7cc commit bb13ea2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 82 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ i915-y += \
i915_gem_gtt.o \
i915_gem_ww.o \
i915_gem.o \
i915_globals.o \
i915_query.o \
i915_request.o \
i915_scheduler.o \
Expand Down
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/gt/intel_gt_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <linux/suspend.h>

#include "i915_drv.h"
#include "i915_globals.h"
#include "i915_params.h"
#include "intel_context.h"
#include "intel_engine_pm.h"
Expand Down
53 changes: 0 additions & 53 deletions drivers/gpu/drm/i915/i915_globals.c

This file was deleted.

25 changes: 0 additions & 25 deletions drivers/gpu/drm/i915/i915_globals.h

This file was deleted.

2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/i915_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "gem/i915_gem_object.h"
#include "i915_request.h"
#include "i915_perf.h"
#include "i915_globals.h"
#include "i915_selftest.h"
#include "i915_scheduler.h"
#include "i915_vma.h"
Expand Down Expand Up @@ -1274,7 +1273,6 @@ static const struct {
{ i915_request_module_init, i915_request_module_exit },
{ i915_scheduler_module_init, i915_scheduler_module_exit },
{ i915_vma_module_init, i915_vma_module_exit },
{ i915_globals_init, i915_globals_exit },
{ i915_mock_selftests, NULL },
{ i915_pmu_init, i915_pmu_exit },
{ i915_register_pci_driver, i915_unregister_pci_driver },
Expand Down

0 comments on commit bb13ea2

Please sign in to comment.