On Wed, Dec 11, 2013 at 11:34:57AM +0100, Daniel Vetter wrote: [...] > diff --git a/include/drm/drmP.h b/include/drm/drmP.h [...] > @@ -1118,6 +1118,8 @@ struct drm_device { > /** \name Context support */ > /*@{ */ > bool irq_enabled; /**< True if irq handler is enabled */ > + int irq; This probably should be in a different patch. I think it belongs in patch 37/50. Thierry