drm/i915: Calculate watermark configuration during atomic check (v2)
authorMatt Roper <[email protected]>
Thu, 24 Sep 2015 22:53:18 +0000 (15:53 -0700)
committerDaniel Vetter <[email protected]>
Wed, 30 Sep 2015 15:19:02 +0000 (17:19 +0200)
commit76305b1a68e196c4f76d15ec1897097bb7a7c641
tree2f520e72fa87dd324146875990333c4f43e05ed3
parenta4611e444694869a9ccec69e4e640aee9b7dc58e
drm/i915: Calculate watermark configuration during atomic check (v2)

v2: Don't forget to actually check the cstate->active value when
    tallying up the number of active CRTC's.  (Ander)

Signed-off-by: Matt Roper <[email protected]>
Reviewed-by: Maarten Lankhorst <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
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