From: Boris Brezillon <boris.brezillon@bootlin.com>
To: David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
dri-devel@lists.freedesktop.org
Cc: Liviu Dudau <Liviu.Dudau@arm.com>,
Dan Carpenter <dan.carpenter@oracle.com>
Subject: Re: [PATCH v4 0/8] drm/vc4: Add support for the transposer IP
Date: Sat, 7 Jul 2018 08:25:09 +0200 [thread overview]
Message-ID: <20180707082509.4918aa83@bbrezillon> (raw)
In-Reply-To: <20180703075022.15138-1-boris.brezillon@bootlin.com>
On Tue, 3 Jul 2018 09:50:14 +0200
Boris Brezillon <boris.brezillon@bootlin.com> wrote:
> Hello,
>
> This is the third version of this series adding writeback support
> to the VC4 display engine.
>
> This version is based on drm-misc-next and include a bunch of
> modifications to the core that I had to add to make it work on VC4.
>
> The only change in this v4 is a build failure fix in patch 3.
> See the changelog in each patch for more details.
>
> Regards,
>
> Boris
>
> Boris Brezillon (8):
> drm/atomic: Avoid connector to writeback_connector casts
> drm/connector: Pass a drm_connector_state to ->atomic_commit()
> drm/connector: Make ->atomic_commit() optional
> drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks()
> drm/crtc: Add a generic infrastructure to fake VBLANK events
> drm/atomic: Call fake_vblank() from the generic commit_tail() helpers
> drm/vc4: Call drm_atomic_helper_fake_vblank() in the commit path
> drm/vc4: Add support for the transposer block
Applied to drm-misc-next.
>
> .../devicetree/bindings/display/brcm,bcm-vc4.txt | 6 +
> drivers/gpu/drm/drm_atomic.c | 4 +-
> drivers/gpu/drm/drm_atomic_helper.c | 47 +-
> drivers/gpu/drm/vc4/Makefile | 1 +
> drivers/gpu/drm/vc4/vc4_crtc.c | 138 ++++--
> drivers/gpu/drm/vc4/vc4_debugfs.c | 1 +
> drivers/gpu/drm/vc4/vc4_drv.c | 1 +
> drivers/gpu/drm/vc4/vc4_drv.h | 7 +
> drivers/gpu/drm/vc4/vc4_kms.c | 11 +-
> drivers/gpu/drm/vc4/vc4_txp.c | 477 +++++++++++++++++++++
> include/drm/drm_atomic_helper.h | 1 +
> include/drm/drm_crtc.h | 23 +
> include/drm/drm_modeset_helper_vtables.h | 6 +-
> include/drm/drm_writeback.h | 6 +
> 14 files changed, 693 insertions(+), 36 deletions(-)
> create mode 100644 drivers/gpu/drm/vc4/vc4_txp.c
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2018-07-07 6:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-03 7:50 [PATCH v4 0/8] drm/vc4: Add support for the transposer IP Boris Brezillon
2018-07-03 7:50 ` [PATCH v4 1/8] drm/atomic: Avoid connector to writeback_connector casts Boris Brezillon
2018-07-03 7:50 ` [PATCH v4 2/8] drm/connector: Pass a drm_connector_state to ->atomic_commit() Boris Brezillon
2018-07-03 7:50 ` [PATCH v4 3/8] drm/connector: Make ->atomic_commit() optional Boris Brezillon
2018-07-03 7:50 ` [PATCH v4 4/8] drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks() Boris Brezillon
2018-07-03 7:50 ` [PATCH v4 5/8] drm/crtc: Add a generic infrastructure to fake VBLANK events Boris Brezillon
2018-07-03 7:50 ` [PATCH v4 6/8] drm/atomic: Call fake_vblank() from the generic commit_tail() helpers Boris Brezillon
2018-07-03 7:50 ` [PATCH v4 7/8] drm/vc4: Call drm_atomic_helper_fake_vblank() in the commit path Boris Brezillon
2018-07-03 7:50 ` [PATCH v4 8/8] drm/vc4: Add support for the transposer block Boris Brezillon
2018-07-07 6:25 ` Boris Brezillon [this message]
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=20180707082509.4918aa83@bbrezillon \
--to=boris.brezillon@bootlin.com \
--cc=Liviu.Dudau@arm.com \
--cc=airlied@linux.ie \
--cc=dan.carpenter@oracle.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.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).