All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 0/5] drm/i915: clean up *_digital_port_connected
Date: Wed, 19 Aug 2015 15:30:54 +0300	[thread overview]
Message-ID: <cover.1439986925.git.jani.nikula@intel.com> (raw)
In-Reply-To: <1439981919-19127-1-git-send-email-durgadoss.r@intel.com>

Durgadoss' patch made me look at the {ibx,g4x}_digital_port_connected
functions, and I decided those need some love. No point in having the
platform specific code split both to functions and if ladders within
those functions. So add one common top level
intel_digital_port_connected function with one if ladder splitting out
to purely platform specific functions.

BR,
Jani.


Jani Nikula (5):
  drm/i915: move ibx_digital_port_connected to intel_dp.c
  drm/i915: add common intel_digital_port_connected function
  drm/i915: split ibx_digital_port_connected to ibx and cpt variants
  drm/i915: split g4x_digital_port_connected to g4x and vlv variants
  drm/i915/bxt: Use correct live status register for BXT platform

 drivers/gpu/drm/i915/intel_display.c |  45 ---------
 drivers/gpu/drm/i915/intel_dp.c      | 186 +++++++++++++++++++++++++----------
 drivers/gpu/drm/i915/intel_drv.h     |   2 -
 3 files changed, 136 insertions(+), 97 deletions(-)

-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2015-08-19 12:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-19 10:58 [PATCH] drm/i915/bxt: Use correct live status register for BXT platform Durgadoss R
2015-08-19 12:30 ` Jani Nikula [this message]
2015-08-19 12:30   ` [PATCH 1/5] drm/i915: move ibx_digital_port_connected to intel_dp.c Jani Nikula
2015-08-19 17:42     ` R, Durgadoss
2015-08-19 12:30   ` [PATCH 2/5] drm/i915: add common intel_digital_port_connected function Jani Nikula
2015-08-19 12:34     ` Jani Nikula
2015-08-19 17:50       ` R, Durgadoss
2015-08-19 18:10         ` Jani Nikula
2015-08-19 18:12         ` Ville Syrjälä
2015-08-19 12:30   ` [PATCH 3/5] drm/i915: split ibx_digital_port_connected to ibx and cpt variants Jani Nikula
2015-08-19 12:30   ` [PATCH 4/5] drm/i915: split g4x_digital_port_connected to g4x and vlv variants Jani Nikula
2015-08-19 12:30   ` [PATCH 5/5] drm/i915/bxt: Use correct live status register for BXT platform Jani Nikula
2015-08-28 10:30 ` [PATCH] " shuang.he

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.1439986925.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --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.