]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/skl: Move all the WM compute functions in one place
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 4 Nov 2014 17:06:57 +0000 (17:06 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:42:12 +0000 (18:42 +0100)
commit407b50f31ba19317cdc30530d30220182e42fa3d
tree13ff73231a87fcc3d6955437915f1d3725320cea
parentb99f58dabb9dae18c97a9e3812ba9961b207fd45
drm/i915/skl: Move all the WM compute functions in one place

The DDB allocation code managed to split in two the compute functions.

Bring back skl_compute_transition_wm() and skl_compute_linetime_wm()
with their little friends.

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