devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 0/2] Initial support for ARM Mali Display Processors
@ 2016-04-01 16:21 Liviu Dudau
       [not found] ` <1459527712-9488-1-git-send-email-Liviu.Dudau-5wv7dgnIgG8@public.gmane.org>
  2016-04-01 16:21 ` [RFC][PATCH 2/2] drm/arm: Add support " Liviu Dudau
  0 siblings, 2 replies; 16+ messages in thread
From: Liviu Dudau @ 2016-04-01 16:21 UTC (permalink / raw)
  To: Dave Airlie, Daniel Stone, David Brown, Brian Starkey
  Cc: DRI devel, devicetree-u79uwXL29TY76Z2rM5mHXA, LKML

Hello,

Here is the public first version of the driver for the Mali Display Processors.
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.

The patchset is submitted as an RFC to gather feedback and to catch early
mistakes in the driver. I would appreciate any comments that you might have as
well as code reviews if possible.

Many thanks,
Liviu

Liviu Dudau (2):
  dt/bindings: display: Add DT bindings for Mali Display Processors.
  drm/arm: Add support for Mali Display Processors

 .../devicetree/bindings/display/arm,malidp.txt     |  65 ++
 drivers/gpu/drm/arm/Kconfig                        |  15 +
 drivers/gpu/drm/arm/Makefile                       |   2 +
 drivers/gpu/drm/arm/malidp_crtc.c                  | 279 ++++++++
 drivers/gpu/drm/arm/malidp_drv.c                   | 483 +++++++++++++
 drivers/gpu/drm/arm/malidp_drv.h                   |  49 ++
 drivers/gpu/drm/arm/malidp_hw.c                    | 774 +++++++++++++++++++++
 drivers/gpu/drm/arm/malidp_hw.h                    | 192 +++++
 drivers/gpu/drm/arm/malidp_planes.c                | 339 +++++++++
 drivers/gpu/drm/arm/malidp_regs.h                  | 172 +++++
 10 files changed, 2370 insertions(+)
 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.7.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-04-13 15:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 16:21 [RFC][PATCH 0/2] Initial support for ARM Mali Display Processors Liviu Dudau
     [not found] ` <1459527712-9488-1-git-send-email-Liviu.Dudau-5wv7dgnIgG8@public.gmane.org>
2016-04-01 16:21   ` [RFC][PATCH 1/2] dt/bindings: display: Add DT bindings for " Liviu Dudau
     [not found]     ` <1459527712-9488-2-git-send-email-Liviu.Dudau-5wv7dgnIgG8@public.gmane.org>
2016-04-01 16:47       ` Mark Rutland
2016-04-04  9:02         ` Liviu Dudau
2016-04-04  5:16     ` Rob Herring
2016-04-04  9:01       ` Liviu Dudau
2016-04-01 16:21 ` [RFC][PATCH 2/2] drm/arm: Add support " Liviu Dudau
2016-04-12 15:47   ` Daniel Vetter
2016-04-12 17:13     ` Liviu Dudau
2016-04-12 19:30       ` Daniel Vetter
2016-04-12 15:58   ` Daniel Vetter
     [not found]     ` <20160412155810.GH2510-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
2016-04-12 17:16       ` Liviu Dudau
2016-04-12 19:31         ` Daniel Vetter
2016-04-13 11:48   ` Emil Velikov
2016-04-13 13:48     ` Liviu Dudau
2016-04-13 15:29       ` 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).