This series is a continuation of a patch posted earlier by Russell. It addresses some comments from the initial posting as well as from some discussion on IRC. Patch 2 moves the drm_encoder_crtc_ok() function from the CRTC helpers into the core so that patch 3 can reuse it to get rid of the duplicate implementation in the i915 driver. Note that I have a pair of patches that rely on this to fix a bug in the Tegra driver that was exposed by the addition of the panel support, so I would like to take these two patches through the Tegra tree. Thierry Russell King (1): drm: provide a helper for the encoder possible_crtcs mask Thierry Reding (2): drm: Move drm_encoder_crtc_ok() to core drm/i915: Use drm_encoder_crtc_ok() drivers/gpu/drm/drm_crtc.c | 23 +++++++++++++++++++++++ drivers/gpu/drm/drm_crtc_helper.c | 29 ----------------------------- drivers/gpu/drm/i915/intel_display.c | 26 ++------------------------ include/drm/drm_crtc.h | 26 ++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 53 deletions(-) -- 1.8.4.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx