mbox series

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

Message ID CAPM=9tzvmdwN2DWFMnH_OQfaz_M8YtGUO6K+Z0QRzuX1z6FoqQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] drm fixes for 4.19 final (part 2) | expand

Pull-request

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

Message

Dave Airlie Oct. 20, 2018, 2:33 a.m. UTC
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(-)

Comments

Greg Kroah-Hartman Oct. 20, 2018, 7:39 a.m. UTC | #1
On Sat, Oct 20, 2018 at 12:33:20PM +1000, Dave Airlie wrote:
> 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

Now pulled, thanks.

greg k-h