On Mon, Jan 20, 2020 at 10:44:32AM +0800, allen wrote: > IT6505 driver ite-it6505.c file using drm_dp_link helpers, so revert. > This reverts commit 9a42c7c647a9ad0f7ebb147a52eda3dcb7c84292. > > Signed-off-by: Allen Chen <allen.chen@xxxxxxxxxx> > --- > drivers/gpu/drm/drm_dp_helper.c | 128 ++++++ > drivers/gpu/drm/tegra/Makefile | 1 - > drivers/gpu/drm/tegra/dp.c | 876 ---------------------------------------- > drivers/gpu/drm/tegra/dp.h | 177 -------- > drivers/gpu/drm/tegra/dpaux.c | 1 - > drivers/gpu/drm/tegra/sor.c | 1 - > include/drm/drm_dp_helper.h | 16 + > 7 files changed, 144 insertions(+), 1056 deletions(-) > delete mode 100644 drivers/gpu/drm/tegra/dp.c > delete mode 100644 drivers/gpu/drm/tegra/dp.h Sorry, but no. Please just duplicate whatever information you need from these helpers into your driver. The decision was made recently to remove these helpers because they were a premature generalization and unlikely to be useful very widely. See this commit: commit 9a42c7c647a9ad0f7ebb147a52eda3dcb7c84292 Author: Thierry Reding <treding@xxxxxxxxxx> Date: Mon Oct 21 16:34:37 2019 +0200 drm/tegra: Move drm_dp_link helpers to Tegra DRM During the discussion of patches that enhance the drm_dp_link helpers it was concluded that these helpers aren't very useful to begin with. After all other drivers have been converted not to use these helpers anymore, move these helpers into the last remaining user: Tegra DRM. If at some point these helpers are deemed more widely useful, they can be moved out into the DRM DP helpers again. Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> Reviewed-by: Daniel Vetter <daniel.vetter@xxxxxxxx> Link: https://patchwork.freedesktop.org/patch/msgid/20191021143437.1477719-14-thierry.reding@xxxxxxxxx Your new driver here doesn't change that, in my opinion, so just follow what we did for other drivers and duplicate the corresponding code into the driver. Thierry
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel