drm/i915: use calculated state for vblank evasion
commit5c2db1882ab32546c46318d9feb017673c072717
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 1 Jun 2015 10:50:11 +0000 (1 12:50 +0200)
committerJani Nikula <jani.nikula@intel.com>
Fri, 12 Jun 2015 10:19:34 +0000 (12 13:19 +0300)
tree9fb92799e8ebf564bdda492a50d6ae5e5cee7096
parent3538b9dffd8344cd40413018bcd7dc7b2bc1e21d
drm/i915: use calculated state for vblank evasion

crtc->active will be gone eventually, and this check should be just as good.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_display.c