]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Check the clock from adjusted mode in intel_crtc_active()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 4 Sep 2013 15:25:23 +0000 (18:25 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 16 Sep 2013 21:33:08 +0000 (23:33 +0200)
commit4af67d41c8e321fc1341fc9e3f07e7813628084a
tree0fb996fc26549d657a911f5187e573add9094a91
parent4fe8590a921d0b2e36e542dbfa89a8c5993f5a3f
drm/i915: Check the clock from adjusted mode in intel_crtc_active()

The clock in crtc->mode doesn't necessarily mean anything. Let's look
at the clock in adjusted_mode instead.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c