linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for ARM Mali Display Processors
@ 2016-04-25 14:19 Liviu Dudau
  2016-04-25 14:19 ` [PATCH v2 1/3] dt/bindings: display: Add DT bindings for " Liviu Dudau
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Liviu Dudau @ 2016-04-25 14:19 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, devicetree, David Airlie,
	DRI devel, LKML, Daniel Vetter, Brian Starkey, David Brown

Hello,

This is the second revision of the driver for the Mali Display Processors (Mali DP).
Currently, the driver supports the Display Engine found in Mali DP500, DP550
and DP650, with up to 3 planes that can be rotated by the hardware. There are
features that the hardware supports that are not currently implemented in the
driver, but in the current form it is capable of supporting X11 using fbdev
emulation as well as Wayland with pixman rendering.

Changes in v2 vs initial RFC:
 - merged malidp_crtc_mode_set_nofb into malidp_crtc_enable and removed the
   mode_set hooks. This removed the need for a custom destroy hook as well,
   switched to using drm_crtc_cleanup for that.
 - implemented proper async support for atomic page flip.
 - removed un-necessary checks and empty hooks.
 - clarifications in the bindings document for the use of interrupt-names.
 - removed the MALIDP_HW_FEATURE_DS (display split) from this version pending
   further development
 - Renamed module from malidp to mali-dp.
 - Added MAINTAINERS update

Many thanks,
Liviu

Liviu Dudau (3):
  dt/bindings: display: Add DT bindings for Mali Display Processors.
  drm/arm: Add support for Mali Display Processors
  MAINTAINERS: Add entry for Mali-DP driver

 .../devicetree/bindings/display/arm,malidp.txt     |  65 ++
 drivers/gpu/drm/arm/Kconfig                        |  16 +
 drivers/gpu/drm/arm/Makefile                       |   2 +
 drivers/gpu/drm/arm/malidp_crtc.c                  | 259 +++++++
 drivers/gpu/drm/arm/malidp_drv.c                   | 538 ++++++++++++++
 drivers/gpu/drm/arm/malidp_drv.h                   |  54 ++
 drivers/gpu/drm/arm/malidp_hw.c                    | 774 +++++++++++++++++++++
 drivers/gpu/drm/arm/malidp_hw.h                    | 189 +++++
 drivers/gpu/drm/arm/malidp_planes.c                | 337 +++++++++
 drivers/gpu/drm/arm/malidp_regs.h                  | 172 +++++
 MAINTAINERS                                        | 10 +++++++++-
 11 files changed, 2415 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/display/arm,malidp.txt
 create mode 100644 drivers/gpu/drm/arm/malidp_crtc.c
 create mode 100644 drivers/gpu/drm/arm/malidp_drv.c
 create mode 100644 drivers/gpu/drm/arm/malidp_drv.h
 create mode 100644 drivers/gpu/drm/arm/malidp_hw.c
 create mode 100644 drivers/gpu/drm/arm/malidp_hw.h
 create mode 100644 drivers/gpu/drm/arm/malidp_planes.c
 create mode 100644 drivers/gpu/drm/arm/malidp_regs.h

-- 
2.8.0

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

end of thread, other threads:[~2016-05-20  8:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 14:19 [PATCH v2 0/3] Add support for ARM Mali Display Processors Liviu Dudau
2016-04-25 14:19 ` [PATCH v2 1/3] dt/bindings: display: Add DT bindings for " Liviu Dudau
2016-04-28  2:39   ` Rob Herring
2016-04-25 14:19 ` [PATCH v2 2/3] drm/arm: Add support " Liviu Dudau
2016-05-19 15:26   ` Liviu Dudau
2016-05-20  6:57     ` Daniel Vetter
2016-05-20  8:43       ` Liviu Dudau
2016-04-25 14:19 ` [PATCH v2 3/3] MAINTAINERS: Add entry for Mali-DP driver Liviu Dudau
2016-04-25 16:00   ` Emil Velikov
2016-04-25 17:08     ` Liviu Dudau
2016-04-25 17:53       ` Emil Velikov

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).