]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Extract drm_vblank.[hc]
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 31 May 2017 09:21:46 +0000 (11:21 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 1 Jun 2017 06:02:14 +0000 (08:02 +0200)
commitd35a294a312e96fdc350fb0485884c8a3bd7fff0
treeee4b504626138e9eb71312180de592ba55c35c69
parent87b04a63f8a6dd9e7aaf3abf0aa07ae62c9ebf3c
drm: Extract drm_vblank.[hc]

drm_irq.c contains both the irq helper library (optional) and the
vblank support (optional, but part of the modeset uapi, and doesn't
require the use of the irq helpers at all.

Split this up for more clarity of the scope of the individual bits.

v2: Move misplaced hunks to this patch (Stefan).

Cc: Stefan Agner <stefan@agner.ch>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170531092146.12528-1-daniel.vetter@ffwll.ch
Documentation/gpu/drm-internals.rst
Documentation/gpu/drm-kms.rst
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_internal.h
drivers/gpu/drm/drm_irq.c
drivers/gpu/drm/drm_vblank.c [new file with mode: 0644]
include/drm/drmP.h
include/drm/drm_file.h
include/drm/drm_irq.h
include/drm/drm_prime.h
include/drm/drm_vblank.h [new file with mode: 0644]