]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp-helper: Move the legacy helpers to gma500
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Oct 2014 09:16:36 +0000 (11:16 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 23 Oct 2014 07:24:06 +0000 (09:24 +0200)
commitdae2cc40e37efc8b96dfcb79a28b6f87fa4ceeb2
tree95fe0fd5214e48e9d9ec605c883eafd6da7398cb
parentad72bcb1275d8e860342d2292ba10647cfaead90
drm/dp-helper: Move the legacy helpers to gma500

Except for gma500 all drivers are converted to the new style helpers,
which have much better abstraction of the underlying hw protocols and
already much more helper functions (including the entire mst library)
on top of them. Since no one seems to work on converting gma500 let's
just move the code away so that new drivers don't end up accidentally
using this.

Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Reviewed-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Reviewed-by: Alan Cox <alan@linux.intel.com>
[danvet: Add __deprecated as requested by Alan. Also add a short FIXME
comment and drop the EXPORT_SYMBOL which is no longer needed.]
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/drm_dp_helper.c
drivers/gpu/drm/gma500/cdv_intel_dp.c
include/drm/drm_dp_helper.h