drm: rockchip: Add basic drm driver
authorMark Yao <mark.yao@rock-chips.com>
Fri, 22 Aug 2014 10:36:26 +0000 (18:36 +0800)
committeryzq <yzq@rock-chips.com>
Tue, 2 Dec 2014 09:29:03 +0000 (17:29 +0800)
commit2048e3286f347db5667708e47448176b5329e8d8
tree966abfea070bda16bb9092c9aea2483cbba674e7
parent656d7077d8ffd1c2492d4a0a354367ab2e545059
drm: rockchip: Add basic drm driver

This patch adds the basic structure of a DRM Driver for Rockchip Socs.

Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Reviewed-by: Rob Clark <robdclark@gmail.com>
14 files changed:
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/rockchip/Kconfig [new file with mode: 0644]
drivers/gpu/drm/rockchip/Makefile [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_drv.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_drv.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_fb.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_fb.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_fbdev.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_fbdev.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_gem.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_gem.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_vop.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_vop.h [new file with mode: 0644]
This page took 0.028238 seconds and 5 git commands to generate.