summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/Makefile
diff options
context:
space:
mode:
authorDave Airlie2014-03-28 02:05:12 +0100
committerDave Airlie2014-05-19 03:13:57 +0200
commit83c6620bae3f14adb2430fdcc367980fe3b7bee2 (patch)
treeb7d9d9d1d70c2ae5fb5479bdd16b7f04d9282892 /drivers/gpu/drm/ast/Makefile
parentdrm/ast: rename the mindwm/moutdwm and deinline them (diff)
downloadkernel-qcow2-linux-83c6620bae3f14adb2430fdcc367980fe3b7bee2.tar.gz
kernel-qcow2-linux-83c6620bae3f14adb2430fdcc367980fe3b7bee2.tar.xz
kernel-qcow2-linux-83c6620bae3f14adb2430fdcc367980fe3b7bee2.zip
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