]> git.baikalelectronics.ru Git - kernel.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)
commit3c97b92415eca556f1af71f0808e962001336979
tree3fe4e1123e90c9a81201914ee5d4884a66f85a27
parent726705e1c1b735f59c3a1ec531ef3d043a1a4c1a
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 94f304372c5101508b33b389c09ad6445304b044
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