]> git.baikalelectronics.ru Git - kernel.git/commit
drm/etnaviv: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Thu, 12 Oct 2017 23:21:12 +0000 (16:21 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 2 Nov 2017 22:50:24 +0000 (15:50 -0700)
commit50b7418f3b930cf8da393b894faf1bbdf0634386
tree318007379d246317388d3573b2d6cb0f1c7bd8ad
parentef9d31bb9d3afc5f0908b5a34e857af1f758b09a
drm/etnaviv: Convert timers to use timer_setup()

In preparation for unconditionally passing the struct timer_list pointer to
all timer callbacks, switch to using the new timer_setup() and from_timer()
to pass the timer pointer explicitly.

Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Russell King <linux+etnaviv@armlinux.org.uk>
Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: David Airlie <airlied@linux.ie>
Cc: etnaviv@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/gpu/drm/etnaviv/etnaviv_gpu.c