]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'imx-drm-fixes-2017-08-18' of git://git.pengutronix.de/git/pza/linux into...
authorDave Airlie <airlied@redhat.com>
Tue, 22 Aug 2017 06:52:36 +0000 (16:52 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 22 Aug 2017 06:52:36 +0000 (16:52 +1000)
commit4a9f153dbdd50ee58955bd876ba0b50de7c5b6c0
treed0ac8cfeb527807d70043fcb354d6197e31e0d75
parent98f1a17285df1f29c3ec59b2fe7d9b035f3a9b81
parent5be5dd38d4628fdbff7359f235f7cdf0cf9655f1
Merge tag 'imx-drm-fixes-2017-08-18' of git://git.pengutronix.de/git/pza/linux into drm-fixes

drm/imx: fix YUV primary plane and IPUv3 build corner case

- Enable color space conversion on the primary plane when the framebuffer
  format is a YUV format.
- The IPUv3 base driver now uses drm_format_info in the PRE/PRG code. The
  PRE/PRG parts are already disabled if DRM is not available. Enforce that
  if DRM is built as a module, IPUv3 must be built as a module, too.

* tag 'imx-drm-fixes-2017-08-18' of git://git.pengutronix.de/git/pza/linux:
  drm/imx: ipuv3-plane: fix YUV framebuffer scanout on the base plane
  gpu: ipu-v3: add DRM dependency