summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-03-28 11:05:12 +1000
committerDave Airlie <airlied@redhat.com>2014-05-19 11:13:57 +1000
commit83c6620bae3f14adb2430fdcc367980fe3b7bee2 (patch)
treeb7d9d9d1d70c2ae5fb5479bdd16b7f04d9282892 /drivers/gpu/drm/ast/Makefile
parent0e5ce92438146655d60447802d2c11bdbc089329 (diff)
downloadlinux-83c6620bae3f14adb2430fdcc367980fe3b7bee2.tar.bz2
drm/ast: initial DP501 support (v0.2)
This is the initial attempt at porting the DP501 code from the userspace driver, the firmware file is in http://people.freedesktop.org/~airlied/ast_dp501_fw.bin this should really be exposed as another encoder/connector that is cloneable v0.2: init 3rd tx properly, add scratch reduction of VRAM size backup firmware properly. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ast/Makefile')
-rw-r--r--drivers/gpu/drm/ast/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ast/Makefile b/drivers/gpu/drm/ast/Makefile
index 8df4f284ee24..171aa0622b66 100644
--- a/drivers/gpu/drm/ast/Makefile
+++ b/drivers/gpu/drm/ast/Makefile
@@ -4,6 +4,6 @@
ccflags-y := -Iinclude/drm
-ast-y := ast_drv.o ast_main.o ast_mode.o ast_fb.o ast_ttm.o ast_post.o
+ast-y := ast_drv.o ast_main.o ast_mode.o ast_fb.o ast_ttm.o ast_post.o ast_dp501.o
-obj-$(CONFIG_DRM_AST) := ast.o \ No newline at end of file
+obj-$(CONFIG_DRM_AST) := ast.o