Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1377819 > unrolled thread

Re: [RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

Started byEmil Velikov <emil.l.velikov@gmail.com>
First post2016-04-13 13:50 +0200
Last post2016-04-13 17:30 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors Emil Velikov <emil.l.velikov@gmail.com> - 2016-04-13 13:50 +0200
    Re: [RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors Liviu Dudau <Liviu.Dudau@arm.com> - 2016-04-13 15:50 +0200
      Re: [RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors Emil Velikov <emil.l.velikov@gmail.com> - 2016-04-13 17:30 +0200

#1377819 — Re: [RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

FromEmil Velikov <emil.l.velikov@gmail.com>
Date2016-04-13 13:50 +0200
SubjectRe: [RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors
Message-ID<rnrt0-BH-21@gated-at.bofh.it>
Hi Liviu,

On 1 April 2016 at 17:21, Liviu Dudau <Liviu.Dudau@arm.com> wrote:
> Add support for the new family of Display Processors from ARM Ltd.
> This commit adds basic support for Mali DP500, DP550 and DP650
> parts, with only the display engine being supported at the moment.
>
> Cc: David Brown <David.Brown@arm.com>
> Cc: Brian Starkey <Brian.Starkey@arm.com>
>
> Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
> ---
>  drivers/gpu/drm/arm/Kconfig         |  15 +
>  drivers/gpu/drm/arm/Makefile        |   2 +
>  drivers/gpu/drm/arm/malidp_crtc.c   | 276 +++++++++++++
>  drivers/gpu/drm/arm/malidp_drv.c    | 486 ++++++++++++++++++++++
>  drivers/gpu/drm/arm/malidp_drv.h    |  49 +++
>  drivers/gpu/drm/arm/malidp_hw.c     | 777 ++++++++++++++++++++++++++++++++++++
>  drivers/gpu/drm/arm/malidp_hw.h     | 192 +++++++++
>  drivers/gpu/drm/arm/malidp_planes.c | 342 ++++++++++++++++
>  drivers/gpu/drm/arm/malidp_regs.h   | 172 ++++++++
>  9 files changed, 2311 insertions(+)
>  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
>
Since the current MAINTAINERS include the whole drm/arm folder, one
could just generalise the heading alike

s/ARM HDLCD DRM DRIVER/ARM DRM DRIVERS/

... and fold the bindings in a similar fashion (or just update to
include the new one)

git mv Documentation/devicetree/bindings/display/arm{\,,/}foo.txt

-Emil

[toc] | [next] | [standalone]


#1377949

FromLiviu Dudau <Liviu.Dudau@arm.com>
Date2016-04-13 15:50 +0200
Message-ID<rntl8-1Zc-1@gated-at.bofh.it>
In reply to#1377819
On Wed, Apr 13, 2016 at 12:48:05PM +0100, Emil Velikov wrote:
> Hi Liviu,

Hi Emil,

> 
> On 1 April 2016 at 17:21, Liviu Dudau <Liviu.Dudau@arm.com> wrote:
> > Add support for the new family of Display Processors from ARM Ltd.
> > This commit adds basic support for Mali DP500, DP550 and DP650
> > parts, with only the display engine being supported at the moment.
> >
> > Cc: David Brown <David.Brown@arm.com>
> > Cc: Brian Starkey <Brian.Starkey@arm.com>
> >
> > Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
> > ---
> >  drivers/gpu/drm/arm/Kconfig         |  15 +
> >  drivers/gpu/drm/arm/Makefile        |   2 +
> >  drivers/gpu/drm/arm/malidp_crtc.c   | 276 +++++++++++++
> >  drivers/gpu/drm/arm/malidp_drv.c    | 486 ++++++++++++++++++++++
> >  drivers/gpu/drm/arm/malidp_drv.h    |  49 +++
> >  drivers/gpu/drm/arm/malidp_hw.c     | 777 ++++++++++++++++++++++++++++++++++++
> >  drivers/gpu/drm/arm/malidp_hw.h     | 192 +++++++++
> >  drivers/gpu/drm/arm/malidp_planes.c | 342 ++++++++++++++++
> >  drivers/gpu/drm/arm/malidp_regs.h   | 172 ++++++++
> >  9 files changed, 2311 insertions(+)
> >  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
> >
> Since the current MAINTAINERS include the whole drm/arm folder, one
> could just generalise the heading alike
> 
> s/ARM HDLCD DRM DRIVER/ARM DRM DRIVERS/

For the Mali DP drivers we are planning to have a shared maintainership
as it is covering quite a few HW versions and is a more complex driver.
HDLCD is a very simple driver (and hardware part) so I'm going to keep
that maintainership on my name, but the rest of Mali DP will have a wider
support team.

It is the reason why the patchset does not have a MAINTAINERS update.

Best regards,
Liviu

> 
> ... and fold the bindings in a similar fashion (or just update to
> include the new one)
> 
> git mv Documentation/devicetree/bindings/display/arm{\,,/}foo.txt
> 
> -Emil
> 

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

[toc] | [prev] | [next] | [standalone]


#1378042

FromEmil Velikov <emil.l.velikov@gmail.com>
Date2016-04-13 17:30 +0200
Message-ID<rnuTT-3hb-1@gated-at.bofh.it>
In reply to#1377949
On 13 April 2016 at 14:48, Liviu Dudau <Liviu.Dudau@arm.com> wrote:
> On Wed, Apr 13, 2016 at 12:48:05PM +0100, Emil Velikov wrote:
>> Hi Liviu,
>
> Hi Emil,
>
>>
>> On 1 April 2016 at 17:21, Liviu Dudau <Liviu.Dudau@arm.com> wrote:
>> > Add support for the new family of Display Processors from ARM Ltd.
>> > This commit adds basic support for Mali DP500, DP550 and DP650
>> > parts, with only the display engine being supported at the moment.
>> >
>> > Cc: David Brown <David.Brown@arm.com>
>> > Cc: Brian Starkey <Brian.Starkey@arm.com>
>> >
>> > Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
>> > ---
>> >  drivers/gpu/drm/arm/Kconfig         |  15 +
>> >  drivers/gpu/drm/arm/Makefile        |   2 +
>> >  drivers/gpu/drm/arm/malidp_crtc.c   | 276 +++++++++++++
>> >  drivers/gpu/drm/arm/malidp_drv.c    | 486 ++++++++++++++++++++++
>> >  drivers/gpu/drm/arm/malidp_drv.h    |  49 +++
>> >  drivers/gpu/drm/arm/malidp_hw.c     | 777 ++++++++++++++++++++++++++++++++++++
>> >  drivers/gpu/drm/arm/malidp_hw.h     | 192 +++++++++
>> >  drivers/gpu/drm/arm/malidp_planes.c | 342 ++++++++++++++++
>> >  drivers/gpu/drm/arm/malidp_regs.h   | 172 ++++++++
>> >  9 files changed, 2311 insertions(+)
>> >  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
>> >
>> Since the current MAINTAINERS include the whole drm/arm folder, one
>> could just generalise the heading alike
>>
>> s/ARM HDLCD DRM DRIVER/ARM DRM DRIVERS/
>
> For the Mali DP drivers we are planning to have a shared maintainership
> as it is covering quite a few HW versions and is a more complex driver.
> HDLCD is a very simple driver (and hardware part) so I'm going to keep
> that maintainership on my name, but the rest of Mali DP will have a wider
> support team.
>
> It is the reason why the patchset does not have a MAINTAINERS update.
>
Sounds great. Thank you !

-Emil

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web