]> git.karo-electronics.de Git - karo-tx-linux.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)
commite45708976aea3a3c3aa959e3cc2b703fefbd758a
tree95fe0fd5214e48e9d9ec605c883eafd6da7398cb
parent228f2cb32f0dbeef0b88dc97ea66a3c31b03de99
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