[GIT PULL] imx-drm atomic modeset regression fixes

Philipp Zabel p.zabel at pengutronix.de
Tue Aug 30 08:01:08 UTC 2016


Hi Dave,

this tag contains two fixes for regressions introduced by the atomic
modeset conversion. The first adds active plane reconfiguration support
via modesets (otherwise starting weston with fbdev emulation and
framebuffer console enabled would result in a black screen), and the
second adds back the drm_crtc_vblank_on/off notification.

The active plane reconfiguration support patch is v2 on the list. I'll
update this to the latest v4 version of the patch (that grew a
dependency on current drm-misc) with the next imx-drm/next pull request.

regards
Philipp

The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468:

  Linux 4.8-rc3 (2016-08-21 16:14:10 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-fixes-2016-08-30

for you to fetch changes up to a474478642d57641ea06645104a15acc0420f01a:

  drm/imx: fix crtc vblank state regression (2016-08-30 08:35:22 +0200)

----------------------------------------------------------------
imx-drm atomic modeset regression fixes

- add active plane reconfiguration support
- add back crtc vblank state reporting

----------------------------------------------------------------
Liu Ying (1):
      drm/imx: Add active plane reconfiguration support

Lucas Stach (1):
      drm/imx: fix crtc vblank state regression

 drivers/gpu/drm/imx/imx-drm-core.c | 26 +++++++++++++++++++++++++-
 drivers/gpu/drm/imx/ipuv3-crtc.c   |  4 ++++
 drivers/gpu/drm/imx/ipuv3-plane.c  | 21 ++++++++++++++-------
 3 files changed, 43 insertions(+), 8 deletions(-)



More information about the dri-devel mailing list