diff options
author | Ruud Derwig | 2016-06-06 10:47:46 +0300 |
---|---|---|
committer | Alexey Brodkin | 2016-06-13 17:45:17 +0200 |
commit | a189d28e5edea70f20995547ddc84c79b2f76c03 (patch) | |
tree | 2cab6e30400c91cf771bbc0f4dc339c3d8bf74fd /drivers/gpu/drm/arc/Makefile | |
parent | 3c85f20a289d044f303f473ee6ab7502303fc3b0 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/arc/Makefile')
-rw-r--r-- | drivers/gpu/drm/arc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/arc/Makefile b/drivers/gpu/drm/arc/Makefile index d48fda70f857..73de56a0139a 100644 --- a/drivers/gpu/drm/arc/Makefile +++ b/drivers/gpu/drm/arc/Makefile @@ -1,2 +1,2 @@ -arcpgu-y := arcpgu_crtc.o arcpgu_hdmi.o arcpgu_drv.o +arcpgu-y := arcpgu_crtc.o arcpgu_hdmi.o arcpgu_sim.o arcpgu_drv.o obj-$(CONFIG_DRM_ARCPGU) += arcpgu.o |