Makefile (1b1f42d8fde4fef1ed7873bf5aa91755f8c3de35) Makefile (4522824c488e93755b10349cf6af0e967fb73186)
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

--- 48 unchanged lines hidden (view full) ---

57# add asic specific block
58amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \
59 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 \
60 amdgpu_amdkfd_gfx_v7.o
61
62amdgpu-$(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
63
64amdgpu-y += \
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

--- 48 unchanged lines hidden (view full) ---

57# add asic specific block
58amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \
59 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 \
60 amdgpu_amdkfd_gfx_v7.o
61
62amdgpu-$(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
63
64amdgpu-y += \
65 vi.o mxgpu_vi.o nbio_v6_1.o soc15.o mxgpu_ai.o nbio_v7_0.o
65 vi.o mxgpu_vi.o nbio_v6_1.o soc15.o mxgpu_ai.o nbio_v7_0.o vega10_reg_init.o
66
67# add GMC block
68amdgpu-y += \
69 gmc_v7_0.o \
70 gmc_v8_0.o \
71 gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o
72
73# add IH block

--- 95 unchanged lines hidden ---
66
67# add GMC block
68amdgpu-y += \
69 gmc_v7_0.o \
70 gmc_v8_0.o \
71 gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o
72
73# add IH block

--- 95 unchanged lines hidden ---