]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Add dev->vblank_disable_immediate flag
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 6 Aug 2014 11:49:54 +0000 (14:49 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 6 Aug 2014 20:39:28 +0000 (22:39 +0200)
commit97f4c2d13498e0e11f959f651d136326b87eae79
tree2f41e86d1ecf52e826a5958e559894cb40ab6efb
parentd83699710ebdde574814c9fd567dbbcf4b32849c
drm: Add dev->vblank_disable_immediate flag

Add a flag to drm_device which will cause the vblank code to bypass the
disable timer and always disable the vblank interrupt immediately when
the last reference is dropped.

v2: Add some notes about the flag to the kernel doc

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Documentation/DocBook/drm.tmpl
drivers/gpu/drm/drm_irq.c
include/drm/drmP.h