OSDN Git Service

drm/i915: Use intel_ types more consistently for watermark code (v2)
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 10 Dec 2018 21:54:14 +0000 (13:54 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 10 Dec 2018 23:00:19 +0000 (15:00 -0800)
commitcd1d3ee90e5e5dc4da50b6c5d50bc74872288789
tree1b5ea98f4f2a73f0040bceada5a754a537344a9f
parent0b5b45a61d3ff60b270126f1b5825654a5f9bab5
drm/i915: Use intel_ types more consistently for watermark code (v2)

Try to be more consistent about intel_* types rather than drm_* types
for lower-level driver functions.

v2:
 - Also drop the intel_crtc parameter from compute_intermediate_wm()
   since we can just extract it from the crtc_state parameter. (Ville)

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181210215415.19854-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_pm.c