1d38ceaf9SAlex Deucher# 2d38ceaf9SAlex Deucher# Makefile for the drm device driver. This driver provides support for the 3d38ceaf9SAlex Deucher# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 4d38ceaf9SAlex Deucher 5*288912cbSJammy ZhouFULL_AMD_PATH=$(src)/.. 6*288912cbSJammy Zhou 7*288912cbSJammy Zhouccflags-y := -Iinclude/drm -I$(FULL_AMD_PATH)/include/asic_reg \ 8*288912cbSJammy Zhou -I$(FULL_AMD_PATH)/include \ 9*288912cbSJammy Zhou -I$(FULL_AMD_PATH)/amdgpu \ 10*288912cbSJammy Zhou -I$(FULL_AMD_PATH)/scheduler 11d38ceaf9SAlex Deucher 12d38ceaf9SAlex Deucheramdgpu-y := amdgpu_drv.o 13d38ceaf9SAlex Deucher 14d38ceaf9SAlex Deucher# add KMS driver 15d38ceaf9SAlex Deucheramdgpu-y += amdgpu_device.o amdgpu_kms.o \ 16d38ceaf9SAlex Deucher amdgpu_atombios.o atombios_crtc.o amdgpu_connectors.o \ 17d38ceaf9SAlex Deucher atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \ 18d38ceaf9SAlex Deucher amdgpu_encoders.o amdgpu_display.o amdgpu_i2c.o \ 19d38ceaf9SAlex Deucher amdgpu_fb.o amdgpu_gem.o amdgpu_ring.o \ 20d38ceaf9SAlex Deucher amdgpu_cs.o amdgpu_bios.o amdgpu_benchmark.o amdgpu_test.o \ 21d38ceaf9SAlex Deucher amdgpu_pm.o atombios_dp.o amdgpu_afmt.o amdgpu_trace_points.o \ 22d38ceaf9SAlex Deucher atombios_encoders.o amdgpu_semaphore.o amdgpu_sa.o atombios_i2c.o \ 23d38ceaf9SAlex Deucher amdgpu_prime.o amdgpu_vm.o amdgpu_ib.o amdgpu_pll.o \ 24d38ceaf9SAlex Deucher amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o 25d38ceaf9SAlex Deucher 26aaa36a97SAlex Deucher# add asic specific block 27a2e73f56SAlex Deucheramdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o gmc_v7_0.o cik_ih.o kv_smc.o kv_dpm.o \ 2841548ef7SAlex Deucher 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 \ 2941548ef7SAlex Deucher amdgpu_amdkfd_gfx_v7.o 30a2e73f56SAlex Deucher 31aaa36a97SAlex Deucheramdgpu-y += \ 32aaa36a97SAlex Deucher vi.o 33aaa36a97SAlex Deucher 34aaa36a97SAlex Deucher# add GMC block 35aaa36a97SAlex Deucheramdgpu-y += \ 36aaa36a97SAlex Deucher gmc_v8_0.o 37aaa36a97SAlex Deucher 38d38ceaf9SAlex Deucher# add IH block 39d38ceaf9SAlex Deucheramdgpu-y += \ 40d38ceaf9SAlex Deucher amdgpu_irq.o \ 41aaa36a97SAlex Deucher amdgpu_ih.o \ 42aaa36a97SAlex Deucher iceland_ih.o \ 43aaa36a97SAlex Deucher tonga_ih.o \ 44aaa36a97SAlex Deucher cz_ih.o 45d38ceaf9SAlex Deucher 46d38ceaf9SAlex Deucher# add SMC block 47d38ceaf9SAlex Deucheramdgpu-y += \ 48aaa36a97SAlex Deucher amdgpu_dpm.o \ 49aaa36a97SAlex Deucher cz_smc.o cz_dpm.o \ 50aaa36a97SAlex Deucher tonga_smc.o tonga_dpm.o \ 518e711e1aSDavid Zhang fiji_smc.o fiji_dpm.o \ 52aaa36a97SAlex Deucher iceland_smc.o iceland_dpm.o 53aaa36a97SAlex Deucher 54aaa36a97SAlex Deucher# add DCE block 55aaa36a97SAlex Deucheramdgpu-y += \ 56aaa36a97SAlex Deucher dce_v10_0.o \ 57aaa36a97SAlex Deucher dce_v11_0.o 58d38ceaf9SAlex Deucher 59d38ceaf9SAlex Deucher# add GFX block 60d38ceaf9SAlex Deucheramdgpu-y += \ 61aaa36a97SAlex Deucher amdgpu_gfx.o \ 62aaa36a97SAlex Deucher gfx_v8_0.o 63aaa36a97SAlex Deucher 64aaa36a97SAlex Deucher# add async DMA block 65aaa36a97SAlex Deucheramdgpu-y += \ 66aaa36a97SAlex Deucher sdma_v2_4.o \ 67aaa36a97SAlex Deucher sdma_v3_0.o 68d38ceaf9SAlex Deucher 69d38ceaf9SAlex Deucher# add UVD block 70d38ceaf9SAlex Deucheramdgpu-y += \ 71aaa36a97SAlex Deucher amdgpu_uvd.o \ 72aaa36a97SAlex Deucher uvd_v5_0.o \ 73aaa36a97SAlex Deucher uvd_v6_0.o 74d38ceaf9SAlex Deucher 75d38ceaf9SAlex Deucher# add VCE block 76d38ceaf9SAlex Deucheramdgpu-y += \ 77aaa36a97SAlex Deucher amdgpu_vce.o \ 78aaa36a97SAlex Deucher vce_v3_0.o 79d38ceaf9SAlex Deucher 80130e0371SOded Gabbay# add amdkfd interfaces 81130e0371SOded Gabbayamdgpu-y += \ 8232c22e99SOded Gabbay amdgpu_amdkfd.o \ 83ff758a12SBen Goz amdgpu_amdkfd_gfx_v8.o 84130e0371SOded Gabbay 85d03846afSChunming Zhou# add cgs 86d03846afSChunming Zhouamdgpu-y += amdgpu_cgs.o 87d03846afSChunming Zhou 88b80d8475SAlex Deucher# GPU scheduler 89b80d8475SAlex Deucheramdgpu-y += \ 90c1b69ed0SChunming Zhou ../scheduler/gpu_scheduler.o \ 91f556cb0cSChunming Zhou ../scheduler/sched_fence.o \ 92c1b69ed0SChunming Zhou amdgpu_sched.o 93b80d8475SAlex Deucher 94d38ceaf9SAlex Deucheramdgpu-$(CONFIG_COMPAT) += amdgpu_ioc32.o 95d38ceaf9SAlex Deucheramdgpu-$(CONFIG_VGA_SWITCHEROO) += amdgpu_atpx_handler.o 96d38ceaf9SAlex Deucheramdgpu-$(CONFIG_ACPI) += amdgpu_acpi.o 97d38ceaf9SAlex Deucheramdgpu-$(CONFIG_MMU_NOTIFIER) += amdgpu_mn.o 98d38ceaf9SAlex Deucher 99d38ceaf9SAlex Deucherobj-$(CONFIG_DRM_AMDGPU)+= amdgpu.o 100d38ceaf9SAlex Deucher 101d38ceaf9SAlex DeucherCFLAGS_amdgpu_trace_points.o := -I$(src) 102