Merge tag 'sunxi-drm-fixes-for-4.9' of https://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <airlied@redhat.com>
Wed, 28 Sep 2016 01:23:15 +0000 (11:23 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 28 Sep 2016 01:23:15 +0000 (11:23 +1000)
commita4a7fbb4015d8f5726ff9c97a97f7ffbdc3f271e
tree9638e02f1d641ac42425b8897e1e2891a35cb616
parent378db830c3cc5c05e2c176274b0d2fcee0b133f3
parentf0188ef8301ccbb128bbfd10751a9aeca8c9172e
Merge tag 'sunxi-drm-fixes-for-4.9' of https://git./linux/kernel/git/mripard/linux into drm-next

Allwinner sun4i DRM fixes for 4.9

A few fixes for the sun4i drm driver that range, including some fixes that
might prevent multiple planes from working depending on the sequence where
they are enabled.

* tag 'sunxi-drm-fixes-for-4.9' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux:
  drm/sun4i: Fix the high buffer address mask
  drm/sun4i: tv: Check mode pointer
  drm/sun4i: Fix formats usable by the primary plane
  drm/sun4i: dotclock: Round to closest clock rate
  drm/sun4i: Fix sparse warnings
  drm/sun4i: dotclock: Allow divider = 127
  drm/sun4i: dotclock: Fix clock rate read back calcation
  drm/sun4i: backend: remove redundant dev_err call in sun4i_backend_bind()