Makefile 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. #
  2. # Copyright 2017 Advanced Micro Devices, Inc.
  3. #
  4. # Permission is hereby granted, free of charge, to any person obtaining a
  5. # copy of this software and associated documentation files (the "Software"),
  6. # to deal in the Software without restriction, including without limitation
  7. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8. # and/or sell copies of the Software, and to permit persons to whom the
  9. # Software is furnished to do so, subject to the following conditions:
  10. #
  11. # The above copyright notice and this permission notice shall be included in
  12. # all copies or substantial portions of the Software.
  13. #
  14. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  17. # THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
  18. # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  19. # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  20. # OTHER DEALINGS IN THE SOFTWARE.
  21. #
  22. #
  23. # Makefile for the drm device driver. This driver provides support for the
  24. # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
  25. FULL_AMD_PATH=$(src)/..
  26. DISPLAY_FOLDER_NAME=display
  27. FULL_AMD_DISPLAY_PATH = $(FULL_AMD_PATH)/$(DISPLAY_FOLDER_NAME)
  28. ccflags-y := -I$(FULL_AMD_PATH)/include/asic_reg \
  29. -I$(FULL_AMD_PATH)/include \
  30. -I$(FULL_AMD_PATH)/amdgpu \
  31. -I$(FULL_AMD_PATH)/scheduler \
  32. -I$(FULL_AMD_PATH)/powerplay/inc \
  33. -I$(FULL_AMD_PATH)/acp/include \
  34. -I$(FULL_AMD_DISPLAY_PATH) \
  35. -I$(FULL_AMD_DISPLAY_PATH)/include \
  36. -I$(FULL_AMD_DISPLAY_PATH)/dc \
  37. -I$(FULL_AMD_DISPLAY_PATH)/amdgpu_dm
  38. amdgpu-y := amdgpu_drv.o
  39. # add KMS driver
  40. amdgpu-y += amdgpu_device.o amdgpu_kms.o \
  41. amdgpu_atombios.o atombios_crtc.o amdgpu_connectors.o \
  42. atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
  43. amdgpu_encoders.o amdgpu_display.o amdgpu_i2c.o \
  44. amdgpu_fb.o amdgpu_gem.o amdgpu_ring.o \
  45. amdgpu_cs.o amdgpu_bios.o amdgpu_benchmark.o amdgpu_test.o \
  46. amdgpu_pm.o atombios_dp.o amdgpu_afmt.o amdgpu_trace_points.o \
  47. atombios_encoders.o amdgpu_sa.o atombios_i2c.o \
  48. amdgpu_prime.o amdgpu_vm.o amdgpu_ib.o amdgpu_pll.o \
  49. amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
  50. amdgpu_gtt_mgr.o amdgpu_vram_mgr.o amdgpu_virt.o amdgpu_atomfirmware.o \
  51. amdgpu_queue_mgr.o amdgpu_vf_error.o amdgpu_sched.o amdgpu_debugfs.o \
  52. amdgpu_ids.o
  53. # add asic specific block
  54. amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \
  55. ci_smc.o ci_dpm.o dce_v8_0.o gfx_v7_0.o cik_sdma.o uvd_v4_2.o vce_v2_0.o \
  56. amdgpu_amdkfd_gfx_v7.o
  57. amdgpu-$(CONFIG_DRM_AMDGPU_SI)+= si.o gmc_v6_0.o gfx_v6_0.o si_ih.o si_dma.o dce_v6_0.o si_dpm.o si_smc.o
  58. amdgpu-y += \
  59. vi.o mxgpu_vi.o nbio_v6_1.o soc15.o mxgpu_ai.o nbio_v7_0.o vega10_reg_init.o
  60. # add GMC block
  61. amdgpu-y += \
  62. gmc_v7_0.o \
  63. gmc_v8_0.o \
  64. gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o
  65. # add IH block
  66. amdgpu-y += \
  67. amdgpu_irq.o \
  68. amdgpu_ih.o \
  69. iceland_ih.o \
  70. tonga_ih.o \
  71. cz_ih.o \
  72. vega10_ih.o
  73. # add PSP block
  74. amdgpu-y += \
  75. amdgpu_psp.o \
  76. psp_v3_1.o \
  77. psp_v10_0.o
  78. # add SMC block
  79. amdgpu-y += \
  80. amdgpu_dpm.o \
  81. amdgpu_powerplay.o
  82. # add DCE block
  83. amdgpu-y += \
  84. dce_v10_0.o \
  85. dce_v11_0.o \
  86. dce_virtual.o
  87. # add GFX block
  88. amdgpu-y += \
  89. amdgpu_gfx.o \
  90. gfx_v8_0.o \
  91. gfx_v9_0.o
  92. # add async DMA block
  93. amdgpu-y += \
  94. sdma_v2_4.o \
  95. sdma_v3_0.o \
  96. sdma_v4_0.o
  97. # add UVD block
  98. amdgpu-y += \
  99. amdgpu_uvd.o \
  100. uvd_v5_0.o \
  101. uvd_v6_0.o \
  102. uvd_v7_0.o
  103. # add VCE block
  104. amdgpu-y += \
  105. amdgpu_vce.o \
  106. vce_v3_0.o \
  107. vce_v4_0.o
  108. # add VCN block
  109. amdgpu-y += \
  110. amdgpu_vcn.o \
  111. vcn_v1_0.o
  112. # add amdkfd interfaces
  113. amdgpu-y += \
  114. amdgpu_amdkfd.o \
  115. amdgpu_amdkfd_gfx_v8.o
  116. # add cgs
  117. amdgpu-y += amdgpu_cgs.o
  118. # GPU scheduler
  119. amdgpu-y += amdgpu_job.o
  120. # ACP componet
  121. ifneq ($(CONFIG_DRM_AMD_ACP),)
  122. amdgpu-y += amdgpu_acp.o
  123. AMDACPPATH := ../acp
  124. include $(FULL_AMD_PATH)/acp/Makefile
  125. amdgpu-y += $(AMD_ACP_FILES)
  126. endif
  127. amdgpu-$(CONFIG_COMPAT) += amdgpu_ioc32.o
  128. amdgpu-$(CONFIG_VGA_SWITCHEROO) += amdgpu_atpx_handler.o
  129. amdgpu-$(CONFIG_ACPI) += amdgpu_acpi.o
  130. amdgpu-$(CONFIG_MMU_NOTIFIER) += amdgpu_mn.o
  131. include $(FULL_AMD_PATH)/powerplay/Makefile
  132. amdgpu-y += $(AMD_POWERPLAY_FILES)
  133. ifneq ($(CONFIG_DRM_AMD_DC),)
  134. RELATIVE_AMD_DISPLAY_PATH = ../$(DISPLAY_FOLDER_NAME)
  135. include $(FULL_AMD_DISPLAY_PATH)/Makefile
  136. amdgpu-y += $(AMD_DISPLAY_FILES)
  137. endif
  138. obj-$(CONFIG_DRM_AMDGPU)+= amdgpu.o