mbox series

[GIT,PULL] drm/imx: fixes, dma-fence annotation, and color encoding/range plane properties

Message ID 858310d193e10fc17221418dee6172af367eb046.camel@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] drm/imx: fixes, dma-fence annotation, and color encoding/range plane properties | expand

Pull-request

git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2021-05-12

Message

Philipp Zabel May 12, 2021, 1:33 p.m. UTC
Hi Dave, Daniel,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2021-05-12

for you to fetch changes up to fc1e985b67f9f318bc5797c9370715f5d020dac3:

  drm/imx: ipuv3-plane: add color encoding and range properties (2021-05-10 17:20:29 +0200)

----------------------------------------------------------------
drm/imx: fixes, dma-fence annotation, and color encoding/range plane properties

- Annotate dma-fence critical section in atomic_commit_tail
- Fix PRG modifiers after drmm resource conversion to regain tiled
  scanout capability
- Add 8 pixel alignment fix to support 1366x768 resolution
- Stop advertising YUV formats on planes that don't support them
- Add COLOR_ENCODING and COLOR_RANGE plane properties on planes
  that support them
- Remove unnecessarily exported symbols

----------------------------------------------------------------
Daniel Vetter (1):
      drm/imx: Annotate dma-fence critical section in commit path

Liu Ying (1):
      drm/imx: ipuv3-plane: Remove two unnecessary export symbols

Lucas Stach (1):
      drm/imx: ipuv3-plane: fix PRG modifiers after drm managed resource conversion

Philipp Zabel (3):
      drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSC
      gpu: ipu-v3: Add Rec.709 limited range support to DP
      drm/imx: ipuv3-plane: add color encoding and range properties

Sebastian Reichel (1):
      drm/imx: Add 8 pixel alignment fix

 drivers/gpu/drm/imx/imx-drm-core.c |  21 ++++++-
 drivers/gpu/drm/imx/imx-ldb.c      |   5 ++
 drivers/gpu/drm/imx/ipuv3-crtc.c   |  11 +++-
 drivers/gpu/drm/imx/ipuv3-plane.c  | 115 +++++++++++++++++++++++++++++++------
 drivers/gpu/ipu-v3/ipu-dc.c        |   5 ++
 drivers/gpu/ipu-v3/ipu-di.c        |   7 +++
 drivers/gpu/ipu-v3/ipu-dp.c        |  25 +++++++-
 include/video/imx-ipu-v3.h         |   2 +
 8 files changed, 167 insertions(+), 24 deletions(-)

Comments

Dave Airlie May 18, 2021, 11:19 p.m. UTC | #1
On Wed, 12 May 2021 at 23:33, Philipp Zabel <p.zabel@pengutronix.de> wrote:
>
> Hi Dave, Daniel,
>
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
>
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
>
> are available in the Git repository at:
>
>   git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2021-05-12

Is this for 5.14 or 5.13-rc3?

Dave.
Philipp Zabel May 19, 2021, 11:11 a.m. UTC | #2
On Wed, 2021-05-19 at 09:19 +1000, Dave Airlie wrote:
> On Wed, 12 May 2021 at 23:33, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> > Hi Dave, Daniel,
> > 
> > The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> > 
> >   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2021-05-12
> 
> Is this for 5.14 or 5.13-rc3?

This is for 5.14, I'd like these to have a full round of testing.

regards
Philipp