rk3288 chromium: drm grafic fb support for x11 mali gpu
authoryzq <yzq@rock-chips.com>
Wed, 26 Mar 2014 03:48:43 +0000 (11:48 +0800)
committeryzq <yzq@rock-chips.com>
Wed, 26 Mar 2014 04:41:08 +0000 (12:41 +0800)
commitbdafdac384d56555736584775236dbd817a1cdda
tree57676229185cf639dff10ab10c10cff802415d4b
parentb21384df76cf7dabebb89342179430077cc377a8
rk3288 chromium: drm grafic fb support for x11 mali gpu
50 files changed:
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_stub.c
drivers/gpu/drm/rockchip/Kconfig [new file with mode: 0644]
drivers/gpu/drm/rockchip/Makefile [new file with mode: 0644]
drivers/gpu/drm/rockchip/rk3188_drm_fimd.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rk3188_drm_fimd.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rk3288_drm_fimd.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rk3288_drm_fimd.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_buf.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_buf.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_connector.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_connector.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_core.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_crtc.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_crtc.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_dmabuf.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_dmabuf.h [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_encoder.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_encoder.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_hdmi.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_hdmi.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_iommu.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_iommu.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_plane.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_plane.h [new file with mode: 0644]
drivers/gpu/drm/rockchip/screen/.gitignore [new file with mode: 0644]
drivers/gpu/drm/rockchip/screen/Kconfig [new file with mode: 0755]
drivers/gpu/drm/rockchip/screen/Makefile [new file with mode: 0644]
drivers/gpu/drm/rockchip/screen/lcd_B080XAN02_mipi.c [new file with mode: 0755]
drivers/gpu/drm/rockchip/screen/lcd_LD089WU1_mipi.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/screen/lcd_general.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/screen/rk_screen.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/transmitter/Kconfig [new file with mode: 0644]
drivers/gpu/drm/rockchip/transmitter/Makefile [new file with mode: 0644]
drivers/gpu/drm/rockchip/transmitter/rk32_lvds.c [new file with mode: 0755]
drivers/gpu/drm/rockchip/transmitter/rk32_lvds.h [new file with mode: 0755]
include/drm/drmP.h
include/drm/rockchip_drm.h [new file with mode: 0644]
include/uapi/drm/rockchip_drm.h [new file with mode: 0644]
include/video/display_timing.h