• K
    drm/etnaviv: Convert timers to use timer_setup() · 43b70524
    Kees Cook 提交于
    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: NKees Cook <keescook@chromium.org>
    43b70524
etnaviv_gpu.c 46.9 KB