From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: dri-devel@lists.freedesktop.org
Cc: airlied@redhat.com, airlied@linux.ie, daniel@ffwll.ch,
linux-snps-arc@lists.infradead.org, linux-kernel@vger.kernel.org,
Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Subject: [PATCH 0/3] Make ARC PGU usable on sim platforms
Date: Mon, 6 Jun 2016 13:56:22 +0300 [thread overview]
Message-ID: <1465210585-13284-1-git-send-email-abrodkin@synopsys.com> (raw)
Initially ARC PGU required real encoder/trnasmitter to exist.
That was fine for real HW such as ARC SDP boards.
But on some simulaiton platroms like ARC VDK or nSIM OSCI we have model
of the same ARC PGU and ability to output video data in a virtual LCD.
To make ARC PGU driver usable in those virtual platforms we need to istantiate
virtual encoder instead of a real one. And that all is done in the first patch
of the series.
Subsequent patches just update configs of both VDK and nSIM OSCI boards
with enabling ARC PGU driver and adding required fixups in their DT
descriptions.
Alexey Brodkin (2):
ARCv2: [vdk] Enable ARC PGU on HS38 VDK
ARC: [nsimosci] Enable ARC PGU on nSIM OSCI virtual platforms
Ruud Derwig (1):
drm/arcpgu: Make ARC PGU usable on simulation platforms
arch/arc/boot/dts/nsimosci.dts | 14 ++-
arch/arc/boot/dts/nsimosci_hs.dts | 14 ++-
arch/arc/boot/dts/nsimosci_hs_idu.dts | 14 ++-
arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 13 ++-
arch/arc/boot/dts/vdk_hs38_smp.dts | 2 +-
arch/arc/configs/nsimosci_defconfig | 3 +-
arch/arc/configs/nsimosci_hs_defconfig | 3 +-
arch/arc/configs/nsimosci_hs_smp_defconfig | 3 +-
arch/arc/configs/vdk_hs38_smp_defconfig | 7 +-
drivers/gpu/drm/arc/Makefile | 2 +-
drivers/gpu/drm/arc/arcpgu.h | 1 +
drivers/gpu/drm/arc/arcpgu_drv.c | 15 +--
drivers/gpu/drm/arc/arcpgu_sim.c | 177 +++++++++++++++++++++++++++++
13 files changed, 238 insertions(+), 30 deletions(-)
create mode 100644 drivers/gpu/drm/arc/arcpgu_sim.c
--
2.5.5
next reply other threads:[~2016-06-06 10:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-06 10:56 Alexey Brodkin [this message]
2016-06-06 10:56 ` [PATCH 1/3] drm/arcpgu: Make ARC PGU usable on simulation platforms Alexey Brodkin
2016-06-06 14:13 ` Daniel Vetter
2016-06-06 10:56 ` [PATCH 2/3] ARCv2: [vdk] Enable ARC PGU on HS38 VDK Alexey Brodkin
2016-06-06 10:56 ` [PATCH 3/3] ARC: [nsimosci] Enable ARC PGU on nSIM OSCI virtual platforms Alexey Brodkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1465210585-13284-1-git-send-email-abrodkin@synopsys.com \
--to=alexey.brodkin@synopsys.com \
--cc=airlied@linux.ie \
--cc=airlied@redhat.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-snps-arc@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).