[PATCH 0/4] Add ZTE VGA driver support
Shawn Guo
shawnguo at kernel.org
Tue Mar 21 12:15:52 UTC 2017
From: Shawn Guo <shawn.guo at linaro.org>
The series adds the driver for ZTE VGA device, which becomes the third
VOU output device we support, besides the existing HDMI and TV Encoder.
Shawn Guo (4):
drm: zte: do not enable clock auto-gating by default
drm: zte: move CSC register definitions into a common header
dt: add bindings for ZTE VGA device
drm: zte: add VGA driver support
.../devicetree/bindings/display/zte,vou.txt | 21 +
drivers/gpu/drm/zte/Makefile | 1 +
drivers/gpu/drm/zte/zx_common_regs.h | 31 ++
drivers/gpu/drm/zte/zx_drm_drv.c | 1 +
drivers/gpu/drm/zte/zx_drm_drv.h | 1 +
drivers/gpu/drm/zte/zx_plane.c | 1 +
drivers/gpu/drm/zte/zx_plane_regs.h | 18 -
drivers/gpu/drm/zte/zx_vga.c | 500 +++++++++++++++++++++
drivers/gpu/drm/zte/zx_vga_regs.h | 36 ++
drivers/gpu/drm/zte/zx_vou.c | 36 +-
drivers/gpu/drm/zte/zx_vou_regs.h | 12 +-
11 files changed, 633 insertions(+), 25 deletions(-)
create mode 100644 drivers/gpu/drm/zte/zx_common_regs.h
create mode 100644 drivers/gpu/drm/zte/zx_vga.c
create mode 100644 drivers/gpu/drm/zte/zx_vga_regs.h
--
1.9.1
More information about the dri-devel
mailing list