All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rongrong Zou <zourongrong@huawei.com>
To: David Airlie <airlied@linux.ie>
Cc: ML dri-devel <dri-devel@lists.freedesktop.org>
Subject: [GIT PULL] hisilicon hibmc DRM driver for 4.10
Date: Thu, 17 Nov 2016 20:30:34 +0800	[thread overview]
Message-ID: <582DA2EA.5020509@huawei.com> (raw)

Hi David,

This pull request contains 7 patches adding a new drm driver for hisilicon
hibmc SoC.

Thanks,
Rongrong.

The following changes since commit b7c0e47d98249c2ddf21ea197b651093c6aaee00:

   Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into drm-next (2016-11-17 09:43:56 +1000)

are available in the git repository at:


   http://github.com/zourongrong/linux.git tags/drm-hisilicon-next-2016-11-17

for you to fetch changes up to 4b4b40a09d79011f915f9ab5892c72390db2cfa2:

   MAINTAINERS: Update HISILICON DRM entries (2016-11-17 15:26:27 +0800)

----------------------------------------------------------------
hibmc drm driver for hisilicon.

----------------------------------------------------------------
Rongrong Zou (7):
       drm/hisilicon/hibmc: Add hisilicon hibmc drm master driver
       drm/hisilicon/hibmc: Add video memory management
       drm/hisilicon/hibmc: Add support for frame buffer
       drm/hisilicon/hibmc: Add support for display engine
       drm/hisilicon/hibmc: Add support for VDAC
       drm/hisilicon/hibmc: Add support for vblank interrupt
       MAINTAINERS: Update HISILICON DRM entries

  MAINTAINERS                                       |   1 +
  drivers/gpu/drm/hisilicon/Kconfig                 |   1 +
  drivers/gpu/drm/hisilicon/Makefile                |   1 +
  drivers/gpu/drm/hisilicon/hibmc/Kconfig           |   9 ++++
  drivers/gpu/drm/hisilicon/hibmc/Makefile          |   4 ++
  drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c    | 477 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c   | 456 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h   | 114 ++++++++++++++++++++++++++++++++++++++++++++
  drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c | 267 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_regs.h  | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c  | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/gpu/drm/hisilicon/hibmc/hibmc_ttm.c       | 558 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  12 files changed, 2231 insertions(+)
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/Kconfig
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/Makefile
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_regs.h
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c
  create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_ttm.c
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2016-11-17 12:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-17 12:30 Rongrong Zou [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-17 13:20 [GIT PULL] hisilicon hibmc DRM driver for 4.10 Rongrong Zou

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=582DA2EA.5020509@huawei.com \
    --to=zourongrong@huawei.com \
    --cc=airlied@linux.ie \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.