drm: Add support of ARC PGU display controller
authorCarlos Palminha <palminha@synopsys.com>
Fri, 19 Feb 2016 12:30:26 +0000 (15:30 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Tue, 26 Apr 2016 14:58:02 +0000 (17:58 +0300)
commit51dacf208988e5a2561d9b4b560cacc8a7f025e7
tree0c4250e7b15eaf1b711a9bd83fa2fe0c14447d79
parent027b3f8ba9277410c3191d72d1ed2c6146d8a668
drm: Add support of ARC PGU display controller

ARC PGU could be found on some development boards from Synopsys.
This is a simple byte streamer that reads data from a framebuffer
and sends data to the single encoder.

Signed-off-by: Carlos Palminha <palminha@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-snps-arc@lists.infradead.org
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/arc/Kconfig [new file with mode: 0644]
drivers/gpu/drm/arc/Makefile [new file with mode: 0644]
drivers/gpu/drm/arc/arcpgu.h [new file with mode: 0644]
drivers/gpu/drm/arc/arcpgu_crtc.c [new file with mode: 0644]
drivers/gpu/drm/arc/arcpgu_drv.c [new file with mode: 0644]
drivers/gpu/drm/arc/arcpgu_hdmi.c [new file with mode: 0644]
drivers/gpu/drm/arc/arcpgu_regs.h [new file with mode: 0644]