drm/ast: initial DP501 support (v0.2)
authorDave Airlie <airlied@redhat.com>
Fri, 28 Mar 2014 01:05:12 +0000 (11:05 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 19 May 2014 01:13:57 +0000 (11:13 +1000)
commit83c6620bae3f14adb2430fdcc367980fe3b7bee2
treeb7d9d9d1d70c2ae5fb5479bdd16b7f04d9282892
parent0e5ce92438146655d60447802d2c11bdbc089329
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>
drivers/gpu/drm/ast/Makefile
drivers/gpu/drm/ast/ast_dp501.c [new file with mode: 0644]
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_main.c
drivers/gpu/drm/ast/ast_mode.c
drivers/gpu/drm/ast/ast_post.c