The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Eric Anholt <eric@anholt.net>
Cc: David Airlie <airlied@linux.ie>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [GIT PULL] Raspberry Pi KMS driver
Date: Wed, 21 Oct 2015 14:26:59 +0200	[thread overview]
Message-ID: <20151021122659.GR13786@phenom.ffwll.local> (raw)
In-Reply-To: <87oafsk0o4.fsf@eliezer.anholt.net>

On Wed, Oct 21, 2015 at 10:53:31AM +0100, Eric Anholt wrote:
> Dave suggested it was time to just send a pull request on the driver, so
> here goes:

Given I suggested the same:

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>

> 
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/anholt/linux drm-vc4-next-2015-10-21
> 
> for you to fetch changes up to 98a44504541c6befb28366eb9ec432ba44070dd9:
> 
>   drm/vc4: Allow vblank to be disabled (2015-10-21 10:33:13 +0100)
> 
> ----------------------------------------------------------------
> This pull request introduces the vc4 driver, for kernel modesetting on
> the Raspberry Pi (bcm2835/bcm2836 architectures).  It currently
> supports a display plane and cursor on the HDMI output.  The driver
> doesn't do 3D, power management, or overlay planes yet.
> 
> ----------------------------------------------------------------
> Derek Foreman (2):
>       drm/vc4: Use the fbdev_cma helpers
>       drm/vc4: Allow vblank to be disabled
> 
> Eric Anholt (2):
>       drm/vc4: Add devicetree bindings for VC4.
>       drm/vc4: Add KMS support for Raspberry Pi.
> 
>  .../devicetree/bindings/display/brcm,bcm-vc4.txt   |  65 ++
>  drivers/gpu/drm/Kconfig                            |   2 +
>  drivers/gpu/drm/Makefile                           |   1 +
>  drivers/gpu/drm/vc4/Kconfig                        |  13 +
>  drivers/gpu/drm/vc4/Makefile                       |  17 +
>  drivers/gpu/drm/vc4/vc4_bo.c                       |  52 ++
>  drivers/gpu/drm/vc4/vc4_crtc.c                     | 672 +++++++++++++++++++++
>  drivers/gpu/drm/vc4/vc4_debugfs.c                  |  39 ++
>  drivers/gpu/drm/vc4/vc4_drv.c                      | 298 +++++++++
>  drivers/gpu/drm/vc4/vc4_drv.h                      | 145 +++++
>  drivers/gpu/drm/vc4/vc4_hdmi.c                     | 590 ++++++++++++++++++
>  drivers/gpu/drm/vc4/vc4_hvs.c                      | 163 +++++
>  drivers/gpu/drm/vc4/vc4_kms.c                      |  67 ++
>  drivers/gpu/drm/vc4/vc4_plane.c                    | 320 ++++++++++
>  drivers/gpu/drm/vc4/vc4_regs.h                     | 570 +++++++++++++++++
>  15 files changed, 3014 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
>  create mode 100644 drivers/gpu/drm/vc4/Kconfig
>  create mode 100644 drivers/gpu/drm/vc4/Makefile
>  create mode 100644 drivers/gpu/drm/vc4/vc4_bo.c
>  create mode 100644 drivers/gpu/drm/vc4/vc4_crtc.c
>  create mode 100644 drivers/gpu/drm/vc4/vc4_debugfs.c
>  create mode 100644 drivers/gpu/drm/vc4/vc4_drv.c
>  create mode 100644 drivers/gpu/drm/vc4/vc4_drv.h
>  create mode 100644 drivers/gpu/drm/vc4/vc4_hdmi.c
>  create mode 100644 drivers/gpu/drm/vc4/vc4_hvs.c
>  create mode 100644 drivers/gpu/drm/vc4/vc4_kms.c
>  create mode 100644 drivers/gpu/drm/vc4/vc4_plane.c
>  create mode 100644 drivers/gpu/drm/vc4/vc4_regs.h



> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel


-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

  reply	other threads:[~2015-10-21 12:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-21  9:53 [GIT PULL] Raspberry Pi KMS driver Eric Anholt
2015-10-21 12:26 ` Daniel Vetter [this message]
2015-10-22 17:40 ` Rob Herring
2015-10-22 19:58   ` Daniel Vetter
2015-10-22 21:59     ` Dave Airlie

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=20151021122659.GR13786@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=eric@anholt.net \
    --cc=linux-kernel@vger.kernel.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