drm/i915: Pass clock limits down to PLL matcher
commit1b894b59247728b02d6363d458088cf438f5ec92
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Dec 2010 20:04:54 +0000 (14 20:04 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Dec 2010 20:09:04 +0000 (14 20:09 +0000)
tree5f54aa1e0b12f5f876f0e875e51887e58b68226f
parentb5ba177d8d71f011c23b1cabec99fdaddae65c4d
drm/i915: Pass clock limits down to PLL matcher

As we already know the limits for the hardware clock, pass it down
rather than recomputing them for each match.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c