]> git.baikalelectronics.ru Git - kernel.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)
commit6fc4b9f539898525ece492f92add47eeb6e99d22
tree8b7897992d984ed949bb9a0fdf5c8f019e358ad9
parentad737ea1e48fd95c143e9f997633d7b9e1a40090
parent716d72d2e23146ae77f03a96e15f78b4c3fb583b
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"