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(-)