]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 12 May 2016 14:05:56 +0000 (07:05 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 13 May 2016 14:32:27 +0000 (07:32 -0700)
commite7649b54777ba6491204acbe1f1a34fce78637d5
treeeec6765f522490dfa2e738adc0990b870bfe65bf
parente8f1f02e7125220b99af8047703b63c11a7081d6
drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/

When we added atomic watermarks, we added a new display vfunc
'compute_pipe_wm' that is used to compute any pipe-specific watermark
information that we can at atomic check time.  This was a somewhat poor
naming choice since we already had a 'skl_compute_pipe_wm' function that
doesn't quite fit this model --- the existing SKL function is something
that gets used at atomic commit time, after the DDB allocation has been
determined.  Let's rename the existing SKL function to avoid confusion.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1463061971-19638-3-git-send-email-matthew.d.roper@intel.com
drivers/gpu/drm/i915/intel_pm.c