[RESEND PATCH 00/28] drm: trivial patches from drm/trivial branch

Boris Brezillon boris.brezillon at free-electrons.com
Tue Dec 15 03:20:48 PST 2015


Hi Daniel,

As discussed on IRC, here are the patches taken by Thierry in his
drm/trivial/for-next branch. I rebased it on drm-next, and had to fix
a few conflicts, so it would be safer if someone else takes a closer
look at those changes.

The atmel-hlcdc are good, so feel free to take them.

Best Regards,

Boris

Frediano Ziglio (1):
  drm/qxl: use to_qxl_bo macro

Luis de Bethencourt (1):
  drm: atmel-hlcdc: Fix module autoload for OF platform driver

Nicolas Ferre (1):
  drm: atmel-hlcdc: add support for sama5d2 SoCs

Rasmus Villemoes (3):
  drm/omap: use kzalloc in sita_init()
  drm/vmwgfx: use kzalloc in vmw_surface_define_ioctl()
  drm/vmwgfx: check kmalloc return value

Thierry Reding (4):
  drm/gma500: Sanity-check pipe index
  drm/bochs: Store correct CRTC index in events
  drm/imx: Make pipe number unsigned
  drm/imx: Drop pipe field from struct imx_drm_crtc

Ville Syrjälä (18):
  drm: Constify drm_encoder_slave_funcs
  drm/armada: Constify function pointer structs
  drm/atmel-hlcdc: Constify function pointer structs
  drm/bochs: Constify function pointer structs
  drm/bridge/dw_hdmi: Constify function pointer structs
  drm/bridge/nxp-ptn3460: Constify function pointer structs
  drm/i2c/ch7006: Constify function pointer structs
  drm/cirrus: Constify function pointer structs
  drm/exynos: Constify function pointer structs
  drm/i2c/adv7511: Constify function pointer structs
  drm/i2c/sil164: Constify function pointer structs
  drm/imx: Constify function pointer structs
  drm/mgag200: Constify function pointer structs
  drm/nouveau: Constify function pointer structs
  drm/rockchip: Constify function pointer structs
  drm/tegra: Constify function pointer structs
  drm/udl: Constify function pointer structs
  drm/vmwgfx: Constify function pointer structs

 drivers/gpu/drm/armada/armada_crtc.c             |  2 +-
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c     |  5 +++++
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c |  4 ++--
 drivers/gpu/drm/bochs/bochs_kms.c                |  8 ++++----
 drivers/gpu/drm/bridge/dw_hdmi.c                 |  6 +++---
 drivers/gpu/drm/bridge/nxp-ptn3460.c             |  6 +++---
 drivers/gpu/drm/cirrus/cirrus_mode.c             |  4 ++--
 drivers/gpu/drm/drm_encoder_slave.c              |  2 +-
 drivers/gpu/drm/exynos/exynos_dp_core.c          |  8 ++++----
 drivers/gpu/drm/exynos/exynos_drm_crtc.c         |  4 ++--
 drivers/gpu/drm/exynos/exynos_drm_dpi.c          |  8 ++++----
 drivers/gpu/drm/exynos/exynos_drm_dsi.c          |  8 ++++----
 drivers/gpu/drm/exynos/exynos_drm_fb.c           |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_mic.c          |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_vidi.c         |  8 ++++----
 drivers/gpu/drm/exynos/exynos_hdmi.c             |  8 ++++----
 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c           | 10 +++++++---
 drivers/gpu/drm/i2c/adv7511.c                    |  2 +-
 drivers/gpu/drm/i2c/ch7006_drv.c                 |  2 +-
 drivers/gpu/drm/i2c/sil164_drv.c                 |  2 +-
 drivers/gpu/drm/imx/dw_hdmi-imx.c                |  4 ++--
 drivers/gpu/drm/imx/imx-drm-core.c               | 23 +++++++++++------------
 drivers/gpu/drm/imx/imx-drm.h                    |  2 +-
 drivers/gpu/drm/imx/imx-ldb.c                    |  8 ++++----
 drivers/gpu/drm/imx/imx-tve.c                    |  8 ++++----
 drivers/gpu/drm/imx/ipuv3-crtc.c                 |  2 +-
 drivers/gpu/drm/imx/parallel-display.c           |  8 ++++----
 drivers/gpu/drm/mgag200/mgag200_mode.c           |  4 ++--
 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c        |  6 +++---
 drivers/gpu/drm/nouveau/nouveau_encoder.h        |  2 +-
 drivers/gpu/drm/omapdrm/tcm-sita.c               |  7 ++-----
 drivers/gpu/drm/qxl/qxl_object.c                 |  2 +-
 drivers/gpu/drm/qxl/qxl_ttm.c                    |  4 ++--
 drivers/gpu/drm/rcar-du/rcar_du_hdmicon.c        |  6 +++---
 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c        |  8 ++++----
 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c      |  4 ++--
 drivers/gpu/drm/rockchip/rockchip_drm_fb.c       |  2 +-
 drivers/gpu/drm/tegra/fb.c                       |  2 +-
 drivers/gpu/drm/udl/udl_connector.c              |  4 ++--
 drivers/gpu/drm/udl/udl_modeset.c                |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c              |  4 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c              |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c             |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c             |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c          |  9 +++------
 include/drm/drm_encoder_slave.h                  |  2 +-
 46 files changed, 122 insertions(+), 120 deletions(-)

-- 
2.1.4



More information about the dri-devel mailing list