[git pull] drm fixes for 4.19 final (part 2)

From: Dave Airlie
Date: Fri Oct 19 2018 - 22:33:46 EST


Hi Greg,

Looked like two stragglers snuck in, one very urgent the pageflipping
was missing a reference that could result in a GPF on non-i915
drivers, the other is an overflow in the sun4i dotclock calcs
resulting in a mode not getting set.

Thanks,
Dave.

drm-fixes-2018-10-20-1:
GPF fix in atomic flipping, sun4i overflow fix.
The following changes since commit f8e6e1b6f0ae3bb91cdcd08213d36a0ce6e98535:

Merge tag 'drm-misc-fixes-2018-10-18' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-10-19
13:52:03 +1000)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-10-20-1

for you to fetch changes up to fe7acd1e303d74584040a902d78726ba5a4b9b4a:

Merge tag 'drm-misc-fixes-2018-10-19' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-10-20
12:26:26 +1000)

----------------------------------------------------------------
GPF fix in atomic flipping, sun4i overflow fix.

----------------------------------------------------------------
Boris Brezillon (1):
drm/sun4i: Fix an ulong overflow in the dotclock driver

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

Leo Li (1):
drm: Get ref on CRTC commit object when waiting for flip_done

drivers/gpu/drm/drm_atomic.c | 5 +++++
drivers/gpu/drm/drm_atomic_helper.c | 12 ++++++++----
drivers/gpu/drm/sun4i/sun4i_dotclock.c | 12 +++++++++++-
include/drm/drm_atomic.h | 11 +++++++++++
4 files changed, 35 insertions(+), 5 deletions(-)