mbox series

[0/2] Use intel_* types more consistently

Message ID 20181207005401.13988-1-matthew.d.roper@intel.com (mailing list archive)
Headers show
Series Use intel_* types more consistently | expand

Message

Matt Roper Dec. 7, 2018, 12:53 a.m. UTC
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(-)