[PATCH 2/3] drm: add async version of hpd_irq_event

2014-05-21 Thread Daniel Vetter
On Tue, May 20, 2014 at 03:25:34PM -0700, Jesse Barnes wrote: > In some cases, the callers of this function may not need the return > value and delaying the uevent is ok. So add an async version of the > function for use in those cases. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/dr

[PATCH 2/3] drm: add async version of hpd_irq_event

2014-05-20 Thread Jesse Barnes
In some cases, the callers of this function may not need the return value and delaying the uevent is ok. So add an async version of the function for use in those cases. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_probe_helper.c | 8 include/drm/drm_crtc_helper.h | 2 ++ 2