mbox series

[PULL] drm-misc-fixes

Message ID 20201112130726.qwtryqvgspmljkax@gilmour.lan (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-11-12

Message

Maxime Ripard Nov. 12, 2020, 1:07 p.m. UTC
Hi Daniel, Dave,

Here's this week (quite small) round of fixes for drm-misc.

Thanks!
Maxime

drm-misc-fixes-2020-11-12:
One Kconfig fix for bridge/cdns, a missing include for hypervb_fb, an
out-of-bound access fix for gma500 and a unbalanced regulator fix for
mcde.
The following changes since commit 9522750c66c689b739e151fcdf895420dc81efc0:

  Fonts: Replace discarded const qualifier (2020-11-03 10:51:34 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-11-12

for you to fetch changes up to a6c40b8032b845f132abfcbcbed6bddebbcc3b4a:

  drm/mcde: Fix unbalanced regulator (2020-11-11 00:27:53 +0100)

----------------------------------------------------------------
One Kconfig fix for bridge/cdns, a missing include for hypervb_fb, an
out-of-bound access fix for gma500 and a unbalanced regulator fix for
mcde.

----------------------------------------------------------------
Linus Walleij (1):
      drm/mcde: Fix unbalanced regulator

Nishanth Menon (1):
      drm: bridge: cdns: Kconfig: Switch over dependency to ARCH_K3

Olaf Hering (1):
      video: hyperv_fb: include vmalloc.h

Thomas Zimmermann (1):
      drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]

 drivers/gpu/drm/bridge/cadence/Kconfig |  2 +-
 drivers/gpu/drm/gma500/psb_irq.c       | 34 ++++++++++++----------------------
 drivers/gpu/drm/mcde/mcde_drv.c        |  8 +++++++-
 drivers/video/fbdev/hyperv_fb.c        |  1 +
 4 files changed, 21 insertions(+), 24 deletions(-)