]> git.baikalelectronics.ru Git - kernel.git/commit
drm: run the hpd irq event code directly
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Oct 2012 18:23:34 +0000 (18:23 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Nov 2012 05:50:57 +0000 (15:50 +1000)
commita370dc509f513da96ff34af74e05cfdcdd61f48b
tree0db5e474558eb7526a01a953acfba3f97e9a7681
parent64f75dc224ff2f409f98b954171096136b622e26
drm: run the hpd irq event code directly

All drivers already have a work item to run the hpd code, so we don't
need to launch a new one in the helper code. Dave Airlie mentioned
that the cancel+re-queue might paper over DP related hpd ping-pongs,
hence why this is split out.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc_helper.c
include/drm/drm_crtc.h