]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/gpu/drm/i915/Makefile
drm: Remove unused drm_device from drm_gem_object_lookup()
[mirror_ubuntu-artful-kernel.git] / drivers / gpu / drm / i915 / Makefile
CommitLineData
c0e09200
DA
1#
2# Makefile for the drm device driver. This driver provides support for the
3# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
4
0a793ad3
CW
5subdir-ccflags-$(CONFIG_DRM_I915_WERROR) := -Werror
6
2fae6a86
DV
7# Please keep these build lists sorted!
8
9# core driver code
10i915-y := i915_drv.o \
042794b1 11 i915_irq.o \
2fae6a86 12 i915_params.o \
673a394b 13 i915_suspend.o \
2fae6a86 14 i915_sysfs.o \
042794b1 15 intel_csr.o \
9c065a7d 16 intel_pm.o \
042794b1 17 intel_runtime_pm.o
9c065a7d 18
2fae6a86
DV
19i915-$(CONFIG_COMPAT) += i915_ioc32.o
20i915-$(CONFIG_DEBUG_FS) += i915_debugfs.o
21
22# GEM code
23i915-y += i915_cmd_parser.o \
493018dc 24 i915_gem_batch_pool.o \
254f965c 25 i915_gem_context.o \
673a394b 26 i915_gem_debug.o \
2fae6a86 27 i915_gem_dmabuf.o \
b47eb4a2 28 i915_gem_evict.o \
54cf91dc 29 i915_gem_execbuffer.o \
41a36b73 30 i915_gem_fence.o \
54cf91dc 31 i915_gem_gtt.o \
2fae6a86 32 i915_gem.o \
042794b1 33 i915_gem_render_state.o \
be6a0376 34 i915_gem_shrinker.o \
9797fbfb 35 i915_gem_stolen.o \
79e53945 36 i915_gem_tiling.o \
5cc9ed4b 37 i915_gem_userptr.o \
2fae6a86 38 i915_gpu_error.o \
1c5d22f7 39 i915_trace_points.o \
b20385f1 40 intel_lrc.o \
3bbaba0c 41 intel_mocs.o \
2fae6a86
DV
42 intel_ringbuffer.o \
43 intel_uncore.o
44
33a732f4 45# general-purpose microcontroller (GuC) support
bac427f8
AD
46i915-y += intel_guc_loader.o \
47 i915_guc_submission.o
33a732f4 48
9d0a6fa6
MK
49# autogenerated null render state
50i915-y += intel_renderstate_gen6.o \
51 intel_renderstate_gen7.o \
ff7a60f2
AR
52 intel_renderstate_gen8.o \
53 intel_renderstate_gen9.o
9d0a6fa6 54
2fae6a86 55# modesetting core code
7c10a2b5 56i915-y += intel_audio.o \
042794b1
DV
57 intel_atomic.o \
58 intel_atomic_plane.o \
7c10a2b5 59 intel_bios.o \
8563b1e8 60 intel_color.o \
79e53945 61 intel_display.o \
7abd4b35 62 intel_dpll_mgr.o \
7ff0ebcc 63 intel_fbc.o \
47339cd9 64 intel_fifo_underrun.o \
b680c37a 65 intel_frontbuffer.o \
042794b1 66 intel_hotplug.o \
79e53945 67 intel_modes.o \
2fae6a86 68 intel_overlay.o \
0bc12bcb 69 intel_psr.o \
59de0813 70 intel_sideband.o \
2fae6a86 71 intel_sprite.o
e19b9137 72i915-$(CONFIG_ACPI) += intel_acpi.o intel_opregion.o
0695726e 73i915-$(CONFIG_DRM_FBDEV_EMULATION) += intel_fbdev.o
2fae6a86
DV
74
75# modesetting output/encoder code
76i915-y += dvo_ch7017.o \
79e53945 77 dvo_ch7xxx.o \
79e53945 78 dvo_ivch.o \
7434a255 79 dvo_ns2501.o \
2fae6a86
DV
80 dvo_sil164.o \
81 dvo_tfp410.o \
82 intel_crt.o \
83 intel_ddi.o \
94223d04 84 intel_dp_link_training.o \
0e32b39c 85 intel_dp_mst.o \
042794b1 86 intel_dp.o \
2fae6a86 87 intel_dsi.o \
2ab8b458 88 intel_dsi_panel_vbt.o \
042794b1 89 intel_dsi_pll.o \
2fae6a86
DV
90 intel_dvo.o \
91 intel_hdmi.o \
92 intel_i2c.o \
93 intel_lvds.o \
94 intel_panel.o \
95 intel_sdvo.o \
96 intel_tv.o
4520f53a 97
cf9d2890
YZ
98# virtual gpu code
99i915-y += i915_vgpu.o
100
2fae6a86 101# legacy horrors
8634bd4a 102i915-y += i915_dma.o
a57750f2 103
c0e09200 104obj-$(CONFIG_DRM_I915) += i915.o
a7c54278
PC
105
106CFLAGS_i915_trace_points.o := -I$(src)