]> Git Repo - linux.git/commit
drm/i915/selftests: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Mon, 23 Oct 2017 00:54:03 +0000 (17:54 -0700)
committerKees Cook <[email protected]>
Tue, 21 Nov 2017 23:46:44 +0000 (15:46 -0800)
commit2ea5b4def995994a3c5b8fe075b42c1619873ad6
tree94118579afc2677b32cb28fc26f833d98438118f
parent72a9f9a445d4e296484aa5dfbfea6254d01f7cf5
drm/i915/selftests: 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: Jani Nikula <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Acked-by: Jani Nikula <[email protected]>
drivers/gpu/drm/i915/selftests/lib_sw_fence.c
This page took 0.055156 seconds and 4 git commands to generate.