mbox series

[v2,0/6] drm: Try to fix encoder possible_clones/crtc

Message ID 20200207135950.6655-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm: Try to fix encoder possible_clones/crtc | expand

Message

Ville Syrjala Feb. 7, 2020, 1:59 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Remainder of my possible_clones/crtcs cleanup. All the i915 bits and a
few other driver bits got merged already.

Ville Syrjälä (6):
  drm: Include the encoder itself in possible_clones
  drm/gma500: Sanitize possible_clones
  drm/exynos: Use drm_encoder_mask()
  drm/imx: Remove the bogus possible_clones setup
  drm: Validate encoder->possible_clones
  drm: Validate encoder->possible_crtcs

 drivers/gpu/drm/drm_encoder.c           | 63 +++++++++++++++++++++++++
 drivers/gpu/drm/exynos/exynos_drm_drv.c |  5 +-
 drivers/gpu/drm/gma500/framebuffer.c    | 16 +++----
 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c  |  4 +-
 drivers/gpu/drm/imx/imx-drm-core.c      |  2 +-
 5 files changed, 76 insertions(+), 14 deletions(-)