aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-13drm/arcpgu: Make ARC PGU usable on simulation platformsRuud Derwig1-1/+1
In case of simulation there's no real encoder/transmitter device because in the model's virtual LCD we're rendering whatever appears in frame-buffer memory. Signed-off-by: Ruud Derwig <rderwig@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2016-04-26drm: Add support of ARC PGU display controllerCarlos Palminha1-0/+2
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