]> git.baikalelectronics.ru Git - kernel.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)
commit9b75ac1cb4b58774734465df7788573461fc0a47
tree0fb996fc26549d657a911f5187e573add9094a91
parent7e09483d89a22fdccabd2c1823b4e67d911f0c97
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