]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7938485622d556918a13aecbaa6bc7f8e11b71d1
tree2cab6e30400c91cf771bbc0f4dc339c3d8bf74fd
parent8c93be2b7193dfbf0bc67a3435eb6b80b75220a3
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]