drm/dp: Use AUX constants from specification
authorThierry Reding <thierry.reding@gmail.com>
Mon, 16 Dec 2013 16:01:29 +0000 (17:01 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 18 Dec 2013 01:08:51 +0000 (11:08 +1000)
commit6b27f7f0e97b2819f5e272ffc2dda24881caebd6
treef12c9b372bdc68c4941a68b99f0e126e5be3af90
parent05f51722a154e73019434bd020e50ddb941046c5
drm/dp: Use AUX constants from specification

The current values seem to be defined in a format that's specific to the
i915, gma500 and radeon drivers. To make this more generally useful, use
the values as defined in the specification.

While at it, prefix the constants with DP_ for improved namespacing.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-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/gma500/cdv_intel_dp.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/radeon/atombios_dp.c
include/drm/drm_dp_helper.h