]> 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)
commitabf88d0d0b23fae9debc863ad01477c80e5ef5e2
tree2cab6e30400c91cf771bbc0f4dc339c3d8bf74fd
parent1e6c95c37a5d684eb05e575b388ce54a50bf2c11
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]