All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Roper <matthew.d.roper@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 0/2] Use intel_* types more consistently
Date: Thu,  6 Dec 2018 16:53:59 -0800	[thread overview]
Message-ID: <20181207005401.13988-1-matthew.d.roper@intel.com> (raw)

The i915 codebase usually tries to use intel_* types rather than drm_*
types as parameters for internal driver functions that are only called
by other i915 code.  However I've noticed that the watermark code and
the color management code are two places where we haven't been as
careful about following that convention.  Let's try to be more
consistent about using the intel_* types.

Matt Roper (2):
  drm/i915: Use intel_ types more consistently for watermark code
  drm/i915: Use intel_ types more consistently for color management code

 drivers/gpu/drm/i915/i915_drv.h      |   9 +-
 drivers/gpu/drm/i915/intel_color.c   | 207 ++++++++++++++---------------
 drivers/gpu/drm/i915/intel_display.c |  52 ++++----
 drivers/gpu/drm/i915/intel_drv.h     |  18 +--
 drivers/gpu/drm/i915/intel_pm.c      | 250 ++++++++++++++++-------------------
 5 files changed, 246 insertions(+), 290 deletions(-)

-- 
2.14.4

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

             reply	other threads:[~2018-12-07  0:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-07  0:53 Matt Roper [this message]
2018-12-07  0:54 ` [PATCH 1/2] drm/i915: Use intel_ types more consistently for watermark code Matt Roper
2018-12-10 19:27   ` Ville Syrjälä
2018-12-07  0:54 ` [PATCH 2/2] drm/i915: Use intel_ types more consistently for color management code Matt Roper
2018-12-10 19:31   ` Ville Syrjälä
2018-12-10 23:07     ` Matt Roper
2018-12-07  1:09 ` ✗ Fi.CI.CHECKPATCH: warning for Use intel_* types more consistently Patchwork
2018-12-07  1:11 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-12-07  1:31 ` ✓ Fi.CI.BAT: success " Patchwork
2018-12-07 13:47 ` ✓ Fi.CI.IGT: " Patchwork

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=20181207005401.13988-1-matthew.d.roper@intel.com \
    --to=matthew.d.roper@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.