]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitad421372a61a6104f21520845e85ba89d691e783
treea7706a78666a6bb257e52077505e64223b4815da
parentcf5a15befd90742128ca2bdc4409789e782fcc9d
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