]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Update DDL only for current CRTC
authorGajanan Bhat <gajanan.bhat@intel.com>
Wed, 16 Jul 2014 12:54:03 +0000 (18:24 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 8 Aug 2014 15:43:55 +0000 (17:43 +0200)
commitcc31ef9433e26b8ee0c27d874dc8a5e34935d5c4
tree2f0c5d64d80207ee454aca48d8d6bd7fc40cf282
parentb90fd0b106a541c505c3a8c3c01609302413a579
drm/i915: Update DDL only for current CRTC

Instead of looping through all CRTCs, update DDL for current CRTC for which
watermark is being updated.
CHV is confirmed to have precision of 32/64 which is same as VLV.

Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Gajanan Bhat <gajanan.bhat@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c