]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit397db61a4b1a5f5354eb00063d8a2020e1c3c093
tree1b5ea98f4f2a73f0040bceada5a754a537344a9f
parenta84d8a96a25f80e002d3d6c8f5f0b4264ffd107b
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