diff options
author | Dave Airlie <airlied@redhat.com> | 2019-08-27 09:52:06 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-08-27 09:52:12 +0300 |
commit | 2467d946f9333093743edecef3e46aaf60452a6f (patch) | |
tree | bac6c1d5b938b0385700f0bd32a96b1d358cbc4c /drivers/gpu/drm | |
parent | 29d9d76a72ce0d8485796c0f930007444684bff0 (diff) | |
parent | 4d24376370fbfc87231d54434a683f2913abcce4 (diff) | |
download | linux-2467d946f9333093743edecef3e46aaf60452a6f.tar.xz |
Merge tag 'imx-drm-next-2019-08-23' of git://git.pengutronix.de/pza/linux into drm-next
drm/imx: IPUv3 image converter fixes and improvements
Fix image converter seam handling for 1024x1024 pixel hardware
limitation at the main processing section input, improve error
handling, and slightly optimize for 1:1 conversions.
Add support for newly defined 32-bit RGB V4L2 pixel formats.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1566573659.23587.2.camel@pengutronix.de
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/imx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/Makefile b/drivers/gpu/drm/imx/Makefile index ab6c83caceb7..21cdcc2faabc 100644 --- a/drivers/gpu/drm/imx/Makefile +++ b/drivers/gpu/drm/imx/Makefile @@ -8,5 +8,4 @@ obj-$(CONFIG_DRM_IMX_PARALLEL_DISPLAY) += parallel-display.o obj-$(CONFIG_DRM_IMX_TVE) += imx-tve.o obj-$(CONFIG_DRM_IMX_LDB) += imx-ldb.o -obj-$(CONFIG_DRM_IMX_IPUV3) += imx-ipuv3-crtc.o obj-$(CONFIG_DRM_IMX_HDMI) += dw_hdmi-imx.o |