All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use intel_* types more consistently
@ 2018-12-07  0:53 Matt Roper
  2018-12-07  0:54 ` [PATCH 1/2] drm/i915: Use intel_ types more consistently for watermark code Matt Roper
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Matt Roper @ 2018-12-07  0:53 UTC (permalink / raw)
  To: intel-gfx

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-12-10 23:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-07  0:53 [PATCH 0/2] Use intel_* types more consistently Matt Roper
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

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.