Hi Dave, Daniel,
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/imx-drm-next-2022-05-04
for you to fetch changes up to 927d8fd465adbaaad6cce82f840d489d7c378f29:
drm/imx: ipuv3-plane: Remove redundant color encoding and range initialisation (2022-04-04 09:34:21 +0200)
---------------------------------------------------------------- drm/imx: various cleanups
- Use swap() instead of open-coding in ipu-image-convert. - Use devm_platform_ioremap_resource() helper in imx-tve. - Make static channel_offsets array const in ipu-dc. - Remove redundant zpos, color encoding and range initialization.
---------------------------------------------------------------- Cai Huoqing (1): drm/imx: imx-tve: Make use of the helper function devm_platform_ioremap_resource()
Colin Ian King (1): drm/imx: make static read-only array channel_offsets const
Maxime Ripard (2): drm/imx: ipuv3-plane: Remove redundant zpos initialisation drm/imx: ipuv3-plane: Remove redundant color encoding and range initialisation
Salah Triki (1): gpu: ipu-v3: image-convert: use swap()
drivers/gpu/drm/imx/imx-tve.c | 4 +--- drivers/gpu/drm/imx/ipuv3-plane.c | 8 +------- drivers/gpu/ipu-v3/ipu-dc.c | 5 +++-- drivers/gpu/ipu-v3/ipu-image-convert.c | 9 +++------ 4 files changed, 8 insertions(+), 18 deletions(-)