[git pull] drm fixes for 4.18-rc8

From: Dave Airlie
Date: Fri Aug 03 2018 - 01:44:40 EST


Hi Linus,

Nothing too major at this late stage,

adv7511: reset fix
vc4: scaling fix
two atomic core fixes
and one legacy core error handling fix.

I had a bunch of driver fixes from hdlcd but I think I'll leave them
for -next at this point.

Thanks,
Dave.

drm-fixes-2018-08-03:
adv7511 fix, atomic fix, core error path fix
The following changes since commit acb1872577b346bd15ab3a3f8dff780d6cca4b70:

Linux 4.18-rc7 (2018-07-29 14:44:52 -0700)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-08-03

for you to fetch changes up to 51973dc079a9e1e082ae647ee3804f324a258eee:

Merge tag 'drm-misc-fixes-2018-07-27' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-08-01
08:54:35 +1000)

----------------------------------------------------------------
adv7511 fix, atomic fix, core error path fix

----------------------------------------------------------------
Boris Brezillon (3):
drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
drm/atomic: Initialize variables in
drm_atomic_helper_async_check() to make gcc happy
drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats

Dave Airlie (1):
Merge tag 'drm-misc-fixes-2018-07-27' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Nicholas Mc Guire (1):
drm: re-enable error handling

Sean Paul (1):
drm/bridge: adv7511: Reset registers on hotplug

drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 12 ++++++++++++
drivers/gpu/drm/drm_atomic_helper.c | 8 +++++---
drivers/gpu/drm/drm_context.c | 2 +-
drivers/gpu/drm/vc4/vc4_plane.c | 3 +++
4 files changed, 21 insertions(+), 4 deletions(-)