public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	intel-gfx@lists.freedesktop.org,
	Jani Nikula <jani.nikula@intel.com>,
	Russell King <rmk+kernel@arm.linux.org.uk>
Subject: [PATCH v3 0/3] drm: Introduce drm_crtc_index() and drm_crtc_mask()
Date: Mon, 13 Jan 2014 15:07:54 +0100	[thread overview]
Message-ID: <1389622077-9324-1-git-send-email-treding@nvidia.com> (raw)

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

             reply	other threads:[~2014-01-13 14:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13 14:07 Thierry Reding [this message]
2014-01-13 14:07 ` [PATCH v3 1/3] drm: provide a helper for the encoder possible_crtcs mask Thierry Reding
2014-01-13 14:07 ` [PATCH v3 2/3] drm: Move drm_encoder_crtc_ok() to core Thierry Reding
2014-01-13 14:07 ` [PATCH v3 3/3] drm/i915: Use drm_encoder_crtc_ok() Thierry Reding
2014-01-13 14:19   ` Jani Nikula

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1389622077-9324-1-git-send-email-treding@nvidia.com \
    --to=thierry.reding@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=rmk+kernel@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox