]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjamin.gaign...
authorDave Airlie <airlied@redhat.com>
Fri, 12 Dec 2014 23:18:02 +0000 (09:18 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 12 Dec 2014 23:18:02 +0000 (09:18 +1000)
commit007078eb5a52a5da266bc792482b8c84ed79f84d
tree2140febd12c30a2baab51e39999377fef33eac03
parent52673d0a042a437c4ed8698baa10e83904be9882
parent62f496dfeb699143b7008eb58028e67a9201b8de
Merge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next

This series of patches fix various issues in STI drm driver.
Now HDMI i2c adapter could be selected in device tree
and plug detection doesn't use gpio anymore.
I also had fix some signal timing problems after testing the driver
on more hardware.
The remaining patches attemps to simplify the code and prepare
the next evolutions like DVO and auxiliary CRTC support

* 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjamin.gaignard/kernel:
  drm: sti: correctly cleanup CRTC and planes
  drm: sti: add HQVDP plane
  drm: sti: add cursor plane
  drm: sti: enable auxiliary CRTC
  drm: sti: fix delay in VTG programming
  drm: sti: prepare sti_tvout to support auxiliary crtc
  drm: sti: use drm_crtc_vblank_{on/off} instead of drm_vblank_{on/off}
  drm: sti: fix hdmi avi infoframe
  drm: sti: remove event lock while disabling vblank
  drm: sti: simplify gdp code
  drm: sti: clear all mixer control
  drm: sti: remove gpio for HDMI hot plug detection
  drm: sti: allow to change hdmi ddc i2c adapter