[PATCH 02/39] drm: kill dev->context_wait

2013-07-10 Thread Daniel Vetter
No one ever waits on this waitqueue, so the wake_up call is wasted. Remove it all. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_context.c | 1 - drivers/gpu/drm/drm_fops.c| 1 - include/drm/drmP.h| 1 - 3 files changed, 3 deletions(-) diff --git a/drivers/gpu/drm/drm_con

[PATCH 02/39] drm: kill dev->context_wait

2013-07-10 Thread Daniel Vetter
No one ever waits on this waitqueue, so the wake_up call is wasted. Remove it all. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_context.c | 1 - drivers/gpu/drm/drm_fops.c| 1 - include/drm/drmP.h| 1 - 3 files changed, 3 deletions(-) diff --git a/drivers/gpu/drm/drm_con