]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89d6542555131ef90b730f1cf8dc950c8b29a268
treef12c9b372bdc68c4941a68b99f0e126e5be3af90
parent3ea8c0ba5ea13fbf70b7e53fe0558f3f93cd43cf
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