]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Update less state during modeset.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 15 Jun 2015 10:33:53 +0000 (12:33 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 22 Jun 2015 12:28:05 +0000 (14:28 +0200)
commitf72ec201c660d5ce5a0d9b65d8d4c67dc9863b0c
tree478a2f89193b8f4b9744d117ebc8e84f6373bed4
parent01a3e3b116e0d984ce182763ef2064a939d15a59
drm/i915: Update less state during modeset.

No need to repeatedly call update_watermarks, or update_fbc.
Down to a single call to update_watermarks in .crtc_enable

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Tested-by(IVB): Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c