]> asedeno.scripts.mit.edu Git - linux.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)
commit43b7052426848758a7bc012b8289f358bc6995d1
tree318007379d246317388d3573b2d6cb0f1c7bd8ad
parentd5272003b87d5d6144745543004512cf792e345e
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