From 92b27b088c51bd9a979e39e184c41b1f57352dca Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 20 May 2012 18:10:50 +0100 Subject: [PATCH] drm/i915: Fix PCH PLL assertions to not assume CRTC:PLL relationship The existing assertions were written under the assumption that we wanted to test the related PLL to a CRTC. With the split of PLL into a separately managed entity which may be shared amongst CRTCs, we need to pass in both the CRTC and the PLL to the assertion routine. Occassionally, this means passing NULL for the CRTC as we wish to check the status of the PLL irrespective of the current CRTC. Signed-off-by: Chris Wilson Acked-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-format-patch failed