]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
authorDave Airlie <airlied@redhat.com>
Fri, 17 Feb 2017 02:04:09 +0000 (12:04 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 17 Feb 2017 02:04:09 +0000 (12:04 +1000)
commit08293fe8d3f297a0b092855d2e94b18f1c1300d5
tree8b7897992d984ed949bb9a0fdf5c8f019e358ad9
parentdec13c8ba2f5be8839ba5505b57b22ab0d2a287e
parent1b30ab0c40a99da347c1ab83c30b485e03fe9f64
Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next

omapdrm fixes for v4.11

Fix regressions:
- Planes might have been left enabled
- Scaling checks did not use the new config

Also limit downscaling decimation to prevent HW underflows.

* tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux:
  drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formats
  drm/omapdrm: Move commit_modeset_enables() before commit_planes()
  Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"