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,
Russell King <rmk+kernel@arm.linux.org.uk>
Subject: [PATCH 0/2] drm: Introduce drm_crtc_index() and drm_crtc_mask()
Date: Mon, 13 Jan 2014 12:46:48 +0100 [thread overview]
Message-ID: <1389613610-21084-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 makes use of the new functions to replace an open-coded version
in the i915 driver, as suggested by David Herrmann. I've left David's
Reviewed-by in place on patch 1 since it didn't change fundamentally.
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 (1):
drm/i915: Use drm_crtc_mask() helper
drivers/gpu/drm/drm_crtc.c | 38 ++++++++++++++++++++++++++++++++++++
drivers/gpu/drm/drm_crtc_helper.c | 16 +++------------
drivers/gpu/drm/i915/intel_display.c | 16 +--------------
include/drm/drm_crtc.h | 2 ++
4 files changed, 44 insertions(+), 28 deletions(-)
--
1.8.4.2
next reply other threads:[~2014-01-13 11:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-13 11:46 Thierry Reding [this message]
2014-01-13 11:46 ` [PATCH 1/2] drm: provide a helper for the encoder possible_crtcs mask Thierry Reding
2014-01-13 11:58 ` David Herrmann
2014-01-13 12:47 ` Russell King - ARM Linux
2014-01-13 13:50 ` David Herrmann
2014-01-13 13:55 ` Russell King - ARM Linux
2014-01-13 13:57 ` David Herrmann
2014-01-13 13:14 ` Jani Nikula
2014-01-13 11:46 ` [PATCH 2/2] drm/i915: Use drm_crtc_mask() helper Thierry Reding
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=1389613610-21084-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=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