]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915/dp: actually nack test request
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 20 Oct 2012 19:13:05 +0000 (21:13 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Oct 2012 14:39:33 +0000 (16:39 +0200)
commit9324cf7fefd77883a9d8d7e0356b9dd45c13132b
tree3fe4e1123e90c9a81201914ee5d4884a66f85a27
parent397fe15715ef1457d89f52666d0e249eb5eae64c
drm/i915/dp: actually nack test request

... like the comment says. No idea whether this has any effect, but
I guess it's better to not lie to the display by acking a test request
and never following through with it. This goes back to the commit that
originally introduced this code:

commit a60f0e38d72a5e24085d6e7e27a4cadc20ae268a
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date:   Thu Oct 20 15:09:17 2011 -0700

    drm/i915: add DP test request handling

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Meh'ed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c