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@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx