From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: [PATCH v3 0/3] drm: Introduce drm_crtc_index() and drm_crtc_mask() Date: Mon, 13 Jan 2014 15:07:54 +0100 Message-ID: <1389622077-9324-1-git-send-email-treding@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org Cc: Daniel Vetter , intel-gfx@lists.freedesktop.org, Jani Nikula , Russell King List-Id: dri-devel@lists.freedesktop.org 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