drm/arcpgu: Make ARC PGU usable on simulation platforms
authorRuud Derwig <rderwig@synopsys.com>
Mon, 6 Jun 2016 07:47:46 +0000 (10:47 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Mon, 13 Jun 2016 15:45:17 +0000 (17:45 +0200)
commita189d28e5edea70f20995547ddc84c79b2f76c03
tree2cab6e30400c91cf771bbc0f4dc339c3d8bf74fd
parent3c85f20a289d044f303f473ee6ab7502303fc3b0
drm/arcpgu: Make ARC PGU usable on simulation platforms

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>
drivers/gpu/drm/arc/Makefile
drivers/gpu/drm/arc/arcpgu.h
drivers/gpu/drm/arc/arcpgu_drv.c
drivers/gpu/drm/arc/arcpgu_sim.c [new file with mode: 0644]