drm/dp: add a hw mutex around the transfer functions. (v2)
authorDave Airlie <airlied@redhat.com>
Wed, 4 Jun 2014 06:02:28 +0000 (16:02 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Jun 2014 23:54:29 +0000 (09:54 +1000)
commit4f71d0cb76339a10fd445b0b281acc45c71b6271
tree9badd446ee865db48ebebe77ed8f4e3b3ca089aa
parent885ae1c55ae46ee1064bc7cb99dc45ddd8bd0328
drm/dp: add a hw mutex around the transfer functions. (v2)

This should avoid races between connector probing and HPD
irqs in the future, currently mode_config.mutex blocks this
possibility.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_dp_helper.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/radeon/atombios_dp.c
drivers/gpu/drm/radeon/radeon_i2c.c
drivers/gpu/drm/tegra/dpaux.c
include/drm/drm_dp_helper.h