mbox series

[PULL] drm-misc-next-fixes

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

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2020-04-04

Message

Maxime Ripard April 4, 2020, 9 a.m. UTC
Hi Daniel, Dave,

Here's this week round of drm-misc-next fixes.

Thanks!
Maxime

drm-misc-next-fixes-2020-04-04:
A bunch of fixes to avoid null pointer dereference in fbcon, fix a return
in xen, some DT bindings fixes, a vc4 issue with 1920x1200 mode validation,
and a conflicting framebuffer in vboxvideo.
The following changes since commit 6afe6929964bca6847986d0507a555a041f07753:

  drm: Mark up racy check of drm_gem_object.handle_count (2020-03-16 10:31:35 +0000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2020-04-04

for you to fetch changes up to d8a26d8fc37c5b8b9e95f2fa194f287cf8cab3f4:

  drm/mm: revert "Break long searches in fragmented address spaces" (2020-03-31 17:35:56 +0200)

----------------------------------------------------------------
A bunch of fixes to avoid null pointer dereference in fbcon, fix a return
in xen, some DT bindings fixes, a vc4 issue with 1920x1200 mode validation,
and a conflicting framebuffer in vboxvideo.

----------------------------------------------------------------
Christian König (1):
      drm/mm: revert "Break long searches in fragmented address spaces"

Ding Xiang (1):
      drm/xen: fix passing zero to 'PTR_ERR' warning

Geert Uytterhoeven (1):
      dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help text

Hans de Goede (1):
      drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2

Mauro Carvalho Chehab (1):
      docs: dt: display/ti: fix typos at the devicetree/ directory name

Nicolas Saenz Julienne (1):
      drm/vc4: Fix HDMI mode validation

Qiujun Huang (1):
      fbcon: fix null-ptr-deref in fbcon_switch

Rob Herring (1):
      dt-bindings: display: ti: Fix dtc unit-address warnings in examples

Sam Ravnborg (2):
      dt-bindings: display: drop data-mapping from panel-dpi
      drm/panel-simple: drop use of data-mapping property

 .../devicetree/bindings/display/panel/panel-dpi.yaml | 10 ----------
 .../devicetree/bindings/display/ti/ti,am65x-dss.yaml |  4 ++--
 .../devicetree/bindings/display/ti/ti,j721e-dss.yaml |  4 ++--
 .../devicetree/bindings/display/ti/ti,k2g-dss.yaml   |  4 ++--
 drivers/dma-buf/Kconfig                              | 11 ++++++-----
 drivers/gpu/drm/drm_mm.c                             |  8 +-------
 drivers/gpu/drm/panel/panel-simple.c                 | 11 -----------
 drivers/gpu/drm/vboxvideo/vbox_drv.c                 |  4 ++++
 drivers/gpu/drm/vc4/vc4_hdmi.c                       | 20 ++++++++++++++++----
 drivers/gpu/drm/xen/xen_drm_front.c                  |  2 +-
 drivers/video/fbdev/core/fbcon.c                     |  3 +++
 11 files changed, 37 insertions(+), 44 deletions(-)