All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for renesas-drivers] Display color keying support for Gen3
@ 2017-12-17  0:18 Laurent Pinchart
  2017-12-21 14:07 ` Geert Uytterhoeven
  2018-05-29 16:28 ` Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Laurent Pinchart @ 2017-12-17  0:18 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-renesas-soc

Hi Geert,

The following changes since commit 9428088c90b6f7d5edd2a1b0d742c75339b36f6e:

  drm/qxl: reapply cursor after resetting primary (2017-12-08 13:37:02 +1000)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git tags/drm-next-colorkey-v1-20171215

for you to fetch changes up to 3e6d38e62e3542a8d5f93773ef42f2d0920d9629:

  drm: rcar-du: Add support for color keying on Gen3 (2017-12-17 01:44:29 
+0200)

----------------------------------------------------------------
Alexandru Gheorghe (1):
      v4l: vsp1: Add support for colorkey alpha blending

Laurent Pinchart (3):
      drm: Add colorkey properties
      drm: rcar-du: Use standard colorkey properties
      drm: rcar-du: Add support for color keying on Gen3

 drivers/gpu/drm/drm_atomic.c            |  16 ++++++
 drivers/gpu/drm/drm_blend.c             | 108 +++++++++++++++++++++++++++++++
 drivers/gpu/drm/rcar-du/rcar_du_plane.c |  60 +++++++++++++++-------
 drivers/gpu/drm/rcar-du/rcar_du_plane.h |   2 -
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c   |  17 ++++++-
 drivers/media/platform/vsp1/vsp1_drm.c  |   3 ++
 drivers/media/platform/vsp1/vsp1_rpf.c  |  10 +++-
 drivers/media/platform/vsp1/vsp1_rwpf.h |   5 ++
 include/drm/drm_blend.h                 |   4 ++
 include/drm/drm_plane.h                 |  28 ++++++++++-
 include/media/vsp1.h                    |   5 ++
 11 files changed, 235 insertions(+), 23 deletions(-)
-- 
Regards,

Laurent Pinchart

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

* Re: [GIT PULL for renesas-drivers] Display color keying support for Gen3
  2017-12-17  0:18 [GIT PULL for renesas-drivers] Display color keying support for Gen3 Laurent Pinchart
@ 2017-12-21 14:07 ` Geert Uytterhoeven
  2018-05-29 16:28 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2017-12-21 14:07 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas

Hi Laurent,

On Sun, Dec 17, 2017 at 1:18 AM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> The following changes since commit 9428088c90b6f7d5edd2a1b0d742c75339b36f6e:
>
>   drm/qxl: reapply cursor after resetting primary (2017-12-08 13:37:02 +1000)
>
> are available in the git repository at:
>
>   git://linuxtv.org/pinchartl/media.git tags/drm-next-colorkey-v1-20171215
>
> for you to fetch changes up to 3e6d38e62e3542a8d5f93773ef42f2d0920d9629:
>
>   drm: rcar-du: Add support for color keying on Gen3 (2017-12-17 01:44:29
> +0200)

Thank you, merges cleanly into today's linux-next.

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] Display color keying support for Gen3
  2017-12-17  0:18 [GIT PULL for renesas-drivers] Display color keying support for Gen3 Laurent Pinchart
  2017-12-21 14:07 ` Geert Uytterhoeven
@ 2018-05-29 16:28 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-05-29 16:28 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas

Hi Laurent,

On Sun, Dec 17, 2017 at 1:18 AM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> The following changes since commit 9428088c90b6f7d5edd2a1b0d742c75339b36f6e:
>
>   drm/qxl: reapply cursor after resetting primary (2017-12-08 13:37:02 +1000)
>
> are available in the git repository at:
>
>   git://linuxtv.org/pinchartl/media.git tags/drm-next-colorkey-v1-20171215
>
> for you to fetch changes up to 3e6d38e62e3542a8d5f93773ef42f2d0920d9629:
>
>   drm: rcar-du: Add support for color keying on Gen3 (2017-12-17 01:44:29
> +0200)

Dropped.

Please rebase to a modern baseline.
v4.15-rc2 is almost 6 months old.

Thanks!

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

end of thread, other threads:[~2018-05-29 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-17  0:18 [GIT PULL for renesas-drivers] Display color keying support for Gen3 Laurent Pinchart
2017-12-21 14:07 ` Geert Uytterhoeven
2018-05-29 16:28 ` Geert Uytterhoeven

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.