Hi Dave,
could you merge these imx-drm fixups and additional color formats?
regards Philipp
The following changes since commit 25cb62b76430a91cc6195f902e61c2cb84ade622:
Linux 4.3-rc5 (2015-10-11 11:09:45 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2015-10-30
for you to fetch changes up to a5f4185c4b8c131c0ccafa6b1b00cd4e5413e47e:
drm/imx: hdmi: fix HDMI setup to allow modes larger than FullHD (2015-10-30 17:13:54 +0100)
---------------------------------------------------------------- imx-drm fixes and color format updates
- Some correctness fixes found by coccinelle - Add drivers/gpu/ipu-v3 directory to MAINTAINERS - Add support for more color formats - Fix a regression, making displays larger than FullHD work again
---------------------------------------------------------------- Andrzej Hajda (1): gpu: ipu-v3: fix div_ratio type
Fabio Estevam (1): gpu: ipu-v3: ipu-csi: bool test doesn't need a comparison to false
Lucas Stach (3): gpu: ipu-v3: add support for ARGB4444 16-bit color format drm/imx: enable ARGB4444 16-bit color format drm/imx: hdmi: fix HDMI setup to allow modes larger than FullHD
Philipp Zabel (5): MAINTAINERS: Add IPUv3 core driver to the i.MX DRM driver section gpu: ipu-v3: add support for 15-bit RGB with 1-bit alpha formats drm/imx: enable 15-bit RGB with 1-bit alpha formats gpu: ipu-v3: add support for RGBX8888 and RGBA8888 pixel formats drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formats
Philippe De Muyter (1): gpu: ipu-v3: csi: add support for 8 bpp grayscale sensors.
MAINTAINERS | 1 + drivers/gpu/drm/imx/dw_hdmi-imx.c | 16 +++++-- drivers/gpu/drm/imx/ipuv3-plane.c | 16 +++++++ drivers/gpu/ipu-v3/ipu-common.c | 5 +++ drivers/gpu/ipu-v3/ipu-cpmem.c | 87 +++++++++++++++++++++++++++++++++++++-- drivers/gpu/ipu-v3/ipu-csi.c | 5 ++- 6 files changed, 120 insertions(+), 10 deletions(-)
dri-devel@lists.freedesktop.org