https://github.com/torvalds/linux
Revision 7827fc7d24043522726c58612d2c7f39843721cf authored by Linus Torvalds on 03 August 2018, 17:16:03 UTC, committed by Linus Torvalds on 03 August 2018, 17:16:03 UTC
Pull drm fixes from Dave Airlie:
 "Nothing too major at this late stage:

   - adv7511: reset fix

   - vc4: scaling fix

   - two atomic core fixes

   - 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"

* tag 'drm-fixes-2018-08-03' of git://anongit.freedesktop.org/drm/drm:
  drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
  drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make gcc happy
  drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
  drm: re-enable error handling
  drm/bridge: adv7511: Reset registers on hotplug
2 parent s 7123fd4 + 51973dc
Raw File
Tip revision: 7827fc7d24043522726c58612d2c7f39843721cf authored by Linus Torvalds on 03 August 2018, 17:16:03 UTC
Merge tag 'drm-fixes-2018-08-03' of git://anongit.freedesktop.org/drm/drm
Tip revision: 7827fc7
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.
back to top