From: Jani Nikula <jani.nikula@intel.com>
To: dri-devel@lists.freedesktop.org
Cc: jani.nikula@intel.com, intel-gfx@lists.freedesktop.org
Subject: [PATCH v2 0/8] drm & drivers: kill drm_get_connector_name() and drm_get_encoder_name()
Date: Tue, 3 Jun 2014 14:56:15 +0300 [thread overview]
Message-ID: <cover.1401796254.git.jani.nikula@intel.com> (raw)
Hi all, this is v2 of [1] to remove drm_get_connector_name() and
drm_get_encoder_name(), adding patch 1 for imx in staging and making
some dereferences less of an eye sore. This is based on Dave's drm-next
branch.
BR,
Jani.
[1] http://mid.gmane.org/cover.1401110921.git.jani.nikula@intel.com
Jani Nikula (8):
staging: imx-drm-core: replace drm_get_connector_name() with direct
name field use
drm/i915: replace drm_get_connector_name() with direct name field use
drm/nouveau: replace drm_get_connector_name() with direct name field
use
drm/radeon: replace drm_get_connector_name() with direct name field
use
drm: replace drm_get_connector_name() with direct name field use
drm/i915: replace drm_get_encoder_name() with direct name field use
drm: replace drm_get_encoder_name() with direct name field use
drm: drop drm_get_connector_name() and drm_get_encoder_name()
drivers/gpu/drm/drm_crtc.c | 26 +++--------------------
drivers/gpu/drm/drm_crtc_helper.c | 8 ++++----
drivers/gpu/drm/drm_edid.c | 6 +++---
drivers/gpu/drm/drm_edid_load.c | 2 +-
drivers/gpu/drm/drm_fb_helper.c | 6 +++---
drivers/gpu/drm/drm_probe_helper.c | 10 ++++-----
drivers/gpu/drm/drm_sysfs.c | 6 +++---
drivers/gpu/drm/i915/i915_debugfs.c | 6 +++---
drivers/gpu/drm/i915/i915_irq.c | 8 ++++----
drivers/gpu/drm/i915/intel_crt.c | 2 +-
drivers/gpu/drm/i915/intel_display.c | 32 ++++++++++++++---------------
drivers/gpu/drm/i915/intel_dp.c | 4 ++--
drivers/gpu/drm/i915/intel_dvo.c | 2 +-
drivers/gpu/drm/i915/intel_fbdev.c | 2 +-
drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
drivers/gpu/drm/i915/intel_lvds.c | 2 +-
drivers/gpu/drm/i915/intel_panel.c | 2 +-
drivers/gpu/drm/i915/intel_sdvo.c | 8 ++++----
drivers/gpu/drm/i915/intel_tv.c | 2 +-
drivers/gpu/drm/nouveau/dispnv04/dac.c | 2 +-
drivers/gpu/drm/nouveau/dispnv04/dfp.c | 2 +-
drivers/gpu/drm/nouveau/dispnv04/disp.c | 2 +-
drivers/gpu/drm/nouveau/dispnv04/tvnv04.c | 3 ++-
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 3 +--
drivers/gpu/drm/nouveau/nouveau_connector.c | 8 ++++----
drivers/gpu/drm/nouveau/nv50_display.c | 2 +-
drivers/gpu/drm/radeon/radeon_connectors.c | 19 ++++++++++-------
drivers/gpu/drm/radeon/radeon_display.c | 2 +-
drivers/staging/imx-drm/imx-drm-core.c | 2 +-
include/drm/drm_crtc.h | 2 --
30 files changed, 83 insertions(+), 100 deletions(-)
--
1.9.1
next reply other threads:[~2014-06-03 11:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-03 11:56 Jani Nikula [this message]
2014-06-03 11:56 ` [PATCH v2 1/8] staging: imx-drm-core: replace drm_get_connector_name() with direct name field use Jani Nikula
2014-06-03 11:56 ` [PATCH v2 2/8] drm/i915: " Jani Nikula
2014-06-03 11:56 ` [PATCH v2 3/8] drm/nouveau: " Jani Nikula
2014-06-03 11:56 ` [PATCH v2 4/8] drm/radeon: " Jani Nikula
2014-06-03 11:56 ` [PATCH v2 5/8] drm: " Jani Nikula
2014-06-03 11:56 ` [PATCH v2 6/8] drm/i915: replace drm_get_encoder_name() " Jani Nikula
2014-06-03 11:56 ` [PATCH v2 7/8] drm: " Jani Nikula
2014-06-03 11:56 ` [PATCH v2 8/8] drm: drop drm_get_connector_name() and drm_get_encoder_name() Jani Nikula
2014-06-04 3:20 ` [PATCH v2 0/8] drm & drivers: kill " Dave Airlie
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=cover.1401796254.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.