All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR renesas-drivers] drm/du/m3n
@ 2018-05-12  8:09 Kieran Bingham
  2018-05-14 12:52 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Kieran Bingham @ 2018-05-12  8:09 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-renesas-soc, Kieran Bingham

Hi Geert,

Please consider including this release in renesas-drivers.

--
Regards

Kieran

The following changes since commit 6d08b06e67cd117f6992c46611dfb4ce267cd71e:

  Linux 4.17-rc2 (2018-04-22 19:20:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git tags/drm/du/m3n

for you to fetch changes up to f1e9a22ac3cff749077f40bf1a149aaaf587ae2d:

  drm: rcar-du: Add R8A77965 support (2018-05-05 17:11:20 +0300)

----------------------------------------------------------------
drm: rcar-du: Provide support for the M3-N

The M3-N has non linear addressing of it's group objects, which was not
supported by the rcar-du driver implementation due to asumptions on the
match between a CRTC index, and the hardware indexes.

Implement support to remove this assumption and enable the M3-N

----------------------------------------------------------------
Kieran Bingham (9):
      drm: rcar-du: of: Include header to define prototypes
      drm: rcar-du: Use NULL for table initialisation
      dt-bindings: display: renesas: du: Increase indent in output table
      dt-bindings: display: renesas: du: Document the r8a77965 bindings
      drm: rcar-du: Use the correct naming for ODPM fields in DEFR6
      dt-bindings: display: renesas: Add R-Car M3-N HDMI TX DT bindings
      drm: rcar-du: Split CRTC handling to support hardware indexing
      drm: rcar-du: Allow DU groups to work with hardware indexing
      drm: rcar-du: Add R8A77965 support

Laurent Pinchart (1):
      drm: rcar-du: Zero-out sg_tables when duplicating plane state

 .../bindings/display/bridge/renesas,dw-hdmi.txt    |  1 +
 .../devicetree/bindings/display/renesas,du.txt     | 28 ++++++------
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c             | 26 ++++++-----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h             |  3 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 51 +++++++++++++++++-----
 drivers/gpu/drm/rcar-du/rcar_du_drv.h              |  4 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.c            | 16 ++++---
 drivers/gpu/drm/rcar-du/rcar_du_group.h            |  2 +
 drivers/gpu/drm/rcar-du/rcar_du_kms.c              | 25 ++++++++---
 drivers/gpu/drm/rcar-du/rcar_du_of.c               |  1 +
 drivers/gpu/drm/rcar-du/rcar_du_regs.h             | 16 +++----
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c              |  5 +--
 12 files changed, 115 insertions(+), 63 deletions(-)

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

* Re: [GIT PULL FOR renesas-drivers] drm/du/m3n
  2018-05-12  8:09 [GIT PULL FOR renesas-drivers] drm/du/m3n Kieran Bingham
@ 2018-05-14 12:52 ` Geert Uytterhoeven
  2018-05-14 12:54   ` Kieran Bingham
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-05-14 12:52 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: Linux-Renesas, Kieran Bingham

Hi Kieran,

On Sat, May 12, 2018 at 10:09 AM, Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> wrote:
> Please consider including this release in renesas-drivers.
>
> --
> Regards
>
> Kieran
>
> The following changes since commit 6d08b06e67cd117f6992c46611dfb4ce267cd71e:
>
>   Linux 4.17-rc2 (2018-04-22 19:20:09 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git tags/drm/du/m3n
>
> for you to fetch changes up to f1e9a22ac3cff749077f40bf1a149aaaf587ae2d:
>
>   drm: rcar-du: Add R8A77965 support (2018-05-05 17:11:20 +0300)

Thanks, merged clealy into today's linux-next.

> ----------------------------------------------------------------
> drm: rcar-du: Provide support for the M3-N
>
> The M3-N has non linear addressing of it's group objects, which was not

non-linear?
its

> supported by the rcar-du driver implementation due to asumptions on the
> match between a CRTC index, and the hardware indexes.
>
> Implement support to remove this assumption and enable the M3-N

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [GIT PULL FOR renesas-drivers] drm/du/m3n
  2018-05-14 12:52 ` Geert Uytterhoeven
@ 2018-05-14 12:54   ` Kieran Bingham
  0 siblings, 0 replies; 3+ messages in thread
From: Kieran Bingham @ 2018-05-14 12:54 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux-Renesas, Kieran Bingham



On 14/05/18 13:52, Geert Uytterhoeven wrote:
> Hi Kieran,
> 
> On Sat, May 12, 2018 at 10:09 AM, Kieran Bingham
> <kieran.bingham+renesas@ideasonboard.com> wrote:
>> Please consider including this release in renesas-drivers.
>>
>> --
>> Regards
>>
>> Kieran
>>
>> The following changes since commit 6d08b06e67cd117f6992c46611dfb4ce267cd71e:
>>
>>   Linux 4.17-rc2 (2018-04-22 19:20:09 -0700)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git tags/drm/du/m3n
>>
>> for you to fetch changes up to f1e9a22ac3cff749077f40bf1a149aaaf587ae2d:
>>
>>   drm: rcar-du: Add R8A77965 support (2018-05-05 17:11:20 +0300)
> 
> Thanks, merged clealy into today's linux-next.

Great, thanks.

> 
>> ----------------------------------------------------------------
>> drm: rcar-du: Provide support for the M3-N
>>
>> The M3-N has non linear addressing of it's group objects, which was not
> 
> non-linear?

Probably :)

> its

Definitely !



> 
>> supported by the rcar-du driver implementation due to asumptions on the

Hrm ... also s/asumptions/assumptions/

--
Thanks

Kieran

>> match between a CRTC index, and the hardware indexes.
>>
>> Implement support to remove this assumption and enable the M3-N
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 

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

end of thread, other threads:[~2018-05-14 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-12  8:09 [GIT PULL FOR renesas-drivers] drm/du/m3n Kieran Bingham
2018-05-14 12:52 ` Geert Uytterhoeven
2018-05-14 12:54   ` Kieran Bingham

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.