]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Assign a new pll from the crtc check function, v2.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 15 Jun 2015 10:33:42 +0000 (12:33 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 22 Jun 2015 12:18:35 +0000 (14:18 +0200)
commitc153a045c55f946eea12dc03ba75b0ca815d3d28
treea7706a78666a6bb257e52077505e64223b4815da
parent07e8953e820f6f0bb9e48493b15a2209cf793a1e
drm/i915: Assign a new pll from the crtc check function, v2.

It saves another loop over all crtc's in the state, and computing
clock is more of a per crtc thing.

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