From: Daniel Vetter Date: Tue, 23 Oct 2012 18:23:34 +0000 (+0000) Subject: drm: run the hpd irq event code directly X-Git-Tag: v3.8-rc1~82^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69787f7da6b2adc4054357a661aaa1701a9ca76f;p=pandora-kernel.git 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 Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed