All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] hisilicon hibmc DRM driver for 4.10
@ 2016-11-17 12:30 Rongrong Zou
  0 siblings, 0 replies; 2+ messages in thread
From: Rongrong Zou @ 2016-11-17 12:30 UTC (permalink / raw)
  To: David Airlie; +Cc: ML dri-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] hisilicon hibmc DRM driver for 4.10
@ 2016-11-17 13:20 Rongrong Zou
  0 siblings, 0 replies; 2+ messages in thread
From: Rongrong Zou @ 2016-11-17 13:20 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, z.liuxinliang, Rongrong Zou

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-17 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17 12:30 [GIT PULL] hisilicon hibmc DRM driver for 4.10 Rongrong Zou
2016-11-17 13:20 Rongrong Zou

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.