drm/i915/skl: Use a more descriptive parameter name in skl_compute_plane_wm()
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 4 Nov 2014 17:06:54 +0000 (17:06 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:42:10 +0000 (18:42 +0100)
commit21fca258bc09b951b66ff5c501a37b56be4d4310
tree99f025116e42eb70bc2f534fa8e5be213eaebe4c
parent16160e3dd32343de9d6115353408728adecdecfb
drm/i915/skl: Use a more descriptive parameter name in skl_compute_plane_wm()

What we're talking about here is the DDB allocation (in blocks). That's
more descriptive than 'max_page_buff_alloc'.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c