drm/udl: rip out set_need_resched
authorDaniel Vetter <[email protected]>
Thu, 12 Sep 2013 15:57:29 +0000 (17:57 +0200)
committerDave Airlie <[email protected]>
Sun, 15 Sep 2013 22:35:04 +0000 (08:35 +1000)
commitd2aebe338ac745f1934d01618f97a30f6bba5fec
tree05246c14983409c5ef18e011e598ca72816ad276
parent42e169be3e4be6b6a85344ab219c7d57e158ad46
drm/udl: rip out set_need_resched

This very much looks like copypasta from drm/i915's fault handler.
It was used there to duct-tape over issues around gpu reset handling.

Since that can't ever happen for udl and there's seemingly no other
reason for this just drop it.

Reported-by: Peter Zijlstra <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/udl/udl_gem.c