mbox series

[PULL,v2] malidp-next

Message ID 20190401192833.GW21747@e110455-lin.cambridge.arm.com (mailing list archive)
State New, archived
Headers show
Series [PULL,v2] malidp-next | expand

Pull-request

git://linux-arm.org/linux-ld.git for-upstream/mali-dp

Message

Liviu Dudau April 1, 2019, 7:28 p.m. UTC
Hi DRM maintainers,

This is a respin of the last week's pull request as I have discovered
via the kbuild test bot that one of the commits was not bisectable.

This pull requests adds initial Mali D71 support into the Arm "komeda" DRM
driver. The code has been reviewed at the end of last year, I just been
too slow with pushing it into mainline. Since it started baking in
linux-next we had a kbuild-bot issue raised and one from Joe Perches on
the MAINTAINERS entry, for which I'm including fixes here.

Please pull,
Liviu


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://linux-arm.org/linux-ld.git for-upstream/mali-dp

for you to fetch changes up to 04c8a1ec395b22f060b836b72d2d4480e7e859f8:

  MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda (2019-04-01 20:22:08 +0100)

----------------------------------------------------------------
Liviu Dudau (2):
      arm/komeda: Compile komeda_debugfs_init() only if CONFIG_DEBUG_FS is enabled
      MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda

james qian wang (Arm Technology China) (7):
      drm/komeda: Add d71_enum_resources and d71_cleanup
      drm/komeda: Add d71 layer
      drm/komeda: Add d71 compiz component
      drm/komeda: Add D71 improc and timing_ctrlr
      drm/komeda: Add komeda_assemble_pipelines
      drm/komeda: Add irq handling
      drm/komeda: Add debugfs node "register" for register dump

 MAINTAINERS                                        |   2 +-
 drivers/gpu/drm/arm/display/include/malidp_utils.h |  31 +
 drivers/gpu/drm/arm/display/komeda/Makefile        |   3 +-
 .../gpu/drm/arm/display/komeda/d71/d71_component.c | 684 +++++++++++++++++++++
 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c   | 377 +++++++++++-
 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.h   |  50 ++
 drivers/gpu/drm/arm/display/komeda/d71/d71_regs.h  | 530 ++++++++++++++++
 drivers/gpu/drm/arm/display/komeda/komeda_crtc.c   |  18 +
 drivers/gpu/drm/arm/display/komeda/komeda_dev.c    |  66 ++
 drivers/gpu/drm/arm/display/komeda/komeda_dev.h    |  51 ++
 drivers/gpu/drm/arm/display/komeda/komeda_kms.c    |  38 +-
 drivers/gpu/drm/arm/display/komeda/komeda_kms.h    |   5 +
 .../gpu/drm/arm/display/komeda/komeda_pipeline.c   | 111 +++-
 .../gpu/drm/arm/display/komeda/komeda_pipeline.h   |  48 +-
 14 files changed, 1983 insertions(+), 31 deletions(-)
 create mode 100644 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
 create mode 100644 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.h
 create mode 100644 drivers/gpu/drm/arm/display/komeda/d71/d71_regs.h


--
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯