[PATCH 0/3] drm/i915: A few more vblank interrupt fixes

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Tue May 20 07:20:02 PDT 2014


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

We have a few more corner cases with the drm_vblank_on/off stuff. This
series aims to fix those.

I couldn't think of a good way to write a test case for the drm_vblank_get()
issue since it's a transient state that occurs briefly during modeset. So
I added asserts for it instead.

So far I didn't write a test for the intel_sanitize_crtc() case either. But
I can try to think of something for that...

Ville Syrjälä (3):
  drm: Always reject drm_vblank_get() after drm_vblank_off()
  drm/i915: Warn if drm_vblank_get() still works after drm_vblank_off()
  drm/i915: Re-enable vblank irqs for already active pipes

 drivers/gpu/drm/drm_irq.c            | 14 ++++++++++++++
 drivers/gpu/drm/i915/intel_display.c | 21 +++++++++++++++++++++
 2 files changed, 35 insertions(+)

-- 
1.8.5.5



More information about the dri-devel mailing list