aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/Makefile
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-06-25 15:54:46 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-08-05 08:53:22 -0400
commitde5158226d47829f85c07dd5bca59d96213e1e08 (patch)
treefc282fb0f1d68f4caa0736cd5598ed0470883d38 /drivers/gpu/drm/radeon/Makefile
parentdrm/radeon: disable gfx cgcg on cik (diff)
downloadlinux-dev-de5158226d47829f85c07dd5bca59d96213e1e08.tar.xz
linux-dev-de5158226d47829f85c07dd5bca59d96213e1e08.zip
drm/radeon: add new firmware header definitions (v3)
These are needed to properly handle more frequently updated firmware. v2: add new firmware helper functions as well. v3: update to latest format Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/Makefile')
-rw-r--r--drivers/gpu/drm/radeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Makefile
index dbcbfe80aac0..1b0400213756 100644
--- a/drivers/gpu/drm/radeon/Makefile
+++ b/drivers/gpu/drm/radeon/Makefile
@@ -80,7 +80,7 @@ radeon-y += radeon_device.o radeon_asic.o radeon_kms.o \
r600_dpm.o rs780_dpm.o rv6xx_dpm.o rv770_dpm.o rv730_dpm.o rv740_dpm.o \
rv770_smc.o cypress_dpm.o btc_dpm.o sumo_dpm.o sumo_smc.o trinity_dpm.o \
trinity_smc.o ni_dpm.o si_smc.o si_dpm.o kv_smc.o kv_dpm.o ci_smc.o \
- ci_dpm.o dce6_afmt.o radeon_vm.o
+ ci_dpm.o dce6_afmt.o radeon_vm.o radeon_ucode.o
# add async DMA block
radeon-y += \