mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 06:27:17 +07:00
7d902c05b4
It's dead code, the core handles all this directly now. The only special case is nouveau and tda988x which used one function for both legacy modeset code and -nv50 atomic world instead of 2 vtables. But amounts to exactly the same. v2: Rebase over the panel/brideg refactorings in stm/ltdc. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Cc: Archit Taneja <architt@codeaurora.org> Cc: Andrzej Hajda <a.hajda@samsung.com> Cc: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> Cc: Peter Senna Tschudin <peter.senna@collabora.com> Cc: Martin Donnelly <martin.donnelly@ge.com> Cc: Martyn Welch <martyn.welch@collabora.co.uk> Cc: Daniel Vetter <daniel.vetter@intel.com> Cc: Jani Nikula <jani.nikula@linux.intel.com> Cc: Sean Paul <seanpaul@chromium.org> Cc: David Airlie <airlied@linux.ie> Cc: Inki Dae <inki.dae@samsung.com> Cc: Joonyoung Shim <jy0922.shim@samsung.com> Cc: Seung-Woo Kim <sw0312.kim@samsung.com> Cc: Kyungmin Park <kyungmin.park@samsung.com> Cc: Kukjin Kim <kgene@kernel.org> Cc: Krzysztof Kozlowski <krzk@kernel.org> Cc: Stefan Agner <stefan@agner.ch> Cc: Alison Wang <alison.wang@freescale.com> Cc: Russell King <linux@armlinux.org.uk> Cc: Philipp Zabel <p.zabel@pengutronix.de> Cc: CK Hu <ck.hu@mediatek.com> Cc: Matthias Brugger <matthias.bgg@gmail.com> Cc: Neil Armstrong <narmstrong@baylibre.com> Cc: Carlo Caione <carlo@caione.org> Cc: Kevin Hilman <khilman@baylibre.com> Cc: Marek Vasut <marex@denx.de> Cc: Ben Skeggs <bskeggs@redhat.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Eric Anholt <eric@anholt.net> Cc: Mark Yao <mark.yao@rock-chips.com> Cc: Heiko Stuebner <heiko@sntech.de> Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org> Cc: Vincent Abriou <vincent.abriou@st.com> Cc: Yannick Fertre <yannick.fertre@st.com> Cc: Philippe Cornu <philippe.cornu@st.com> Cc: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Chen-Yu Tsai <wens@csie.org> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Jonathan Hunter <jonathanh@nvidia.com> Cc: Jyri Sarha <jsarha@ti.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: John Stultz <john.stultz@linaro.org> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Cc: Jeffy Chen <jeffy.chen@rock-chips.com> Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com> Cc: Yakir Yang <kuankuan.y@gmail.com> Cc: Marek Szyprowski <m.szyprowski@samsung.com> Cc: Jose Abreu <Jose.Abreu@synopsys.com> Cc: Romain Perier <romain.perier@collabora.com> Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Cc: Xinliang Liu <z.liuxinliang@hisilicon.com> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: Rongrong Zou <zourongrong@gmail.com> Cc: Rob Clark <robdclark@gmail.com> Cc: Hai Li <hali@codeaurora.org> Cc: "Noralf Trønnes" <noralf@tronnes.org> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org Cc: intel-gfx@lists.freedesktop.org Cc: linux-mediatek@lists.infradead.org Cc: linux-amlogic@lists.infradead.org Cc: nouveau@lists.freedesktop.org Cc: linux-renesas-soc@vger.kernel.org Cc: linux-rockchip@lists.infradead.org Cc: linux-tegra@vger.kernel.org Cc: virtualization@lists.linux-foundation.org Cc: zain wang <wzz@rock-chips.com> Cc: Baoyou Xie <baoyou.xie@linaro.org> Cc: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170725080122.20548-8-daniel.vetter@ffwll.ch Acked-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: Archit Taneja <architt@codeaurora.org> Tested-by: Philippe Cornu <philippe.cornu@st.com> (on stm) Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Noralf Trønnes <noralf@tronnes.org> Acked-by: Vincent Abriou <vincent.abriou@st.com>
246 lines
5.9 KiB
C
246 lines
5.9 KiB
C
/*
|
|
* Copyright (C) 2015-2016 Free Electrons
|
|
* Copyright (C) 2015-2016 NextThing Co
|
|
*
|
|
* Maxime Ripard <maxime.ripard@free-electrons.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation; either version 2 of
|
|
* the License, or (at your option) any later version.
|
|
*/
|
|
|
|
#include <linux/module.h>
|
|
#include <linux/of_graph.h>
|
|
#include <linux/regulator/consumer.h>
|
|
|
|
#include <drm/drmP.h>
|
|
#include <drm/drm_atomic_helper.h>
|
|
#include <drm/drm_crtc.h>
|
|
#include <drm/drm_crtc_helper.h>
|
|
|
|
struct dumb_vga {
|
|
struct drm_bridge bridge;
|
|
struct drm_connector connector;
|
|
|
|
struct i2c_adapter *ddc;
|
|
struct regulator *vdd;
|
|
};
|
|
|
|
static inline struct dumb_vga *
|
|
drm_bridge_to_dumb_vga(struct drm_bridge *bridge)
|
|
{
|
|
return container_of(bridge, struct dumb_vga, bridge);
|
|
}
|
|
|
|
static inline struct dumb_vga *
|
|
drm_connector_to_dumb_vga(struct drm_connector *connector)
|
|
{
|
|
return container_of(connector, struct dumb_vga, connector);
|
|
}
|
|
|
|
static int dumb_vga_get_modes(struct drm_connector *connector)
|
|
{
|
|
struct dumb_vga *vga = drm_connector_to_dumb_vga(connector);
|
|
struct edid *edid;
|
|
int ret;
|
|
|
|
if (IS_ERR(vga->ddc))
|
|
goto fallback;
|
|
|
|
edid = drm_get_edid(connector, vga->ddc);
|
|
if (!edid) {
|
|
DRM_INFO("EDID readout failed, falling back to standard modes\n");
|
|
goto fallback;
|
|
}
|
|
|
|
drm_mode_connector_update_edid_property(connector, edid);
|
|
return drm_add_edid_modes(connector, edid);
|
|
|
|
fallback:
|
|
/*
|
|
* In case we cannot retrieve the EDIDs (broken or missing i2c
|
|
* bus), fallback on the XGA standards
|
|
*/
|
|
ret = drm_add_modes_noedid(connector, 1920, 1200);
|
|
|
|
/* And prefer a mode pretty much anyone can handle */
|
|
drm_set_preferred_mode(connector, 1024, 768);
|
|
|
|
return ret;
|
|
}
|
|
|
|
static const struct drm_connector_helper_funcs dumb_vga_con_helper_funcs = {
|
|
.get_modes = dumb_vga_get_modes,
|
|
};
|
|
|
|
static enum drm_connector_status
|
|
dumb_vga_connector_detect(struct drm_connector *connector, bool force)
|
|
{
|
|
struct dumb_vga *vga = drm_connector_to_dumb_vga(connector);
|
|
|
|
/*
|
|
* Even if we have an I2C bus, we can't assume that the cable
|
|
* is disconnected if drm_probe_ddc fails. Some cables don't
|
|
* wire the DDC pins, or the I2C bus might not be working at
|
|
* all.
|
|
*/
|
|
if (!IS_ERR(vga->ddc) && drm_probe_ddc(vga->ddc))
|
|
return connector_status_connected;
|
|
|
|
return connector_status_unknown;
|
|
}
|
|
|
|
static const struct drm_connector_funcs dumb_vga_con_funcs = {
|
|
.detect = dumb_vga_connector_detect,
|
|
.fill_modes = drm_helper_probe_single_connector_modes,
|
|
.destroy = drm_connector_cleanup,
|
|
.reset = drm_atomic_helper_connector_reset,
|
|
.atomic_duplicate_state = drm_atomic_helper_connector_duplicate_state,
|
|
.atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
|
|
};
|
|
|
|
static int dumb_vga_attach(struct drm_bridge *bridge)
|
|
{
|
|
struct dumb_vga *vga = drm_bridge_to_dumb_vga(bridge);
|
|
int ret;
|
|
|
|
if (!bridge->encoder) {
|
|
DRM_ERROR("Missing encoder\n");
|
|
return -ENODEV;
|
|
}
|
|
|
|
drm_connector_helper_add(&vga->connector,
|
|
&dumb_vga_con_helper_funcs);
|
|
ret = drm_connector_init(bridge->dev, &vga->connector,
|
|
&dumb_vga_con_funcs, DRM_MODE_CONNECTOR_VGA);
|
|
if (ret) {
|
|
DRM_ERROR("Failed to initialize connector\n");
|
|
return ret;
|
|
}
|
|
|
|
drm_mode_connector_attach_encoder(&vga->connector,
|
|
bridge->encoder);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static void dumb_vga_enable(struct drm_bridge *bridge)
|
|
{
|
|
struct dumb_vga *vga = drm_bridge_to_dumb_vga(bridge);
|
|
int ret = 0;
|
|
|
|
if (vga->vdd)
|
|
ret = regulator_enable(vga->vdd);
|
|
|
|
if (ret)
|
|
DRM_ERROR("Failed to enable vdd regulator: %d\n", ret);
|
|
}
|
|
|
|
static void dumb_vga_disable(struct drm_bridge *bridge)
|
|
{
|
|
struct dumb_vga *vga = drm_bridge_to_dumb_vga(bridge);
|
|
|
|
if (vga->vdd)
|
|
regulator_disable(vga->vdd);
|
|
}
|
|
|
|
static const struct drm_bridge_funcs dumb_vga_bridge_funcs = {
|
|
.attach = dumb_vga_attach,
|
|
.enable = dumb_vga_enable,
|
|
.disable = dumb_vga_disable,
|
|
};
|
|
|
|
static struct i2c_adapter *dumb_vga_retrieve_ddc(struct device *dev)
|
|
{
|
|
struct device_node *phandle, *remote;
|
|
struct i2c_adapter *ddc;
|
|
|
|
remote = of_graph_get_remote_node(dev->of_node, 1, -1);
|
|
if (!remote)
|
|
return ERR_PTR(-EINVAL);
|
|
|
|
phandle = of_parse_phandle(remote, "ddc-i2c-bus", 0);
|
|
of_node_put(remote);
|
|
if (!phandle)
|
|
return ERR_PTR(-ENODEV);
|
|
|
|
ddc = of_get_i2c_adapter_by_node(phandle);
|
|
of_node_put(phandle);
|
|
if (!ddc)
|
|
return ERR_PTR(-EPROBE_DEFER);
|
|
|
|
return ddc;
|
|
}
|
|
|
|
static int dumb_vga_probe(struct platform_device *pdev)
|
|
{
|
|
struct dumb_vga *vga;
|
|
|
|
vga = devm_kzalloc(&pdev->dev, sizeof(*vga), GFP_KERNEL);
|
|
if (!vga)
|
|
return -ENOMEM;
|
|
platform_set_drvdata(pdev, vga);
|
|
|
|
vga->vdd = devm_regulator_get_optional(&pdev->dev, "vdd");
|
|
if (IS_ERR(vga->vdd)) {
|
|
int ret = PTR_ERR(vga->vdd);
|
|
if (ret == -EPROBE_DEFER)
|
|
return -EPROBE_DEFER;
|
|
vga->vdd = NULL;
|
|
dev_dbg(&pdev->dev, "No vdd regulator found: %d\n", ret);
|
|
}
|
|
|
|
vga->ddc = dumb_vga_retrieve_ddc(&pdev->dev);
|
|
if (IS_ERR(vga->ddc)) {
|
|
if (PTR_ERR(vga->ddc) == -ENODEV) {
|
|
dev_dbg(&pdev->dev,
|
|
"No i2c bus specified. Disabling EDID readout\n");
|
|
} else {
|
|
dev_err(&pdev->dev, "Couldn't retrieve i2c bus\n");
|
|
return PTR_ERR(vga->ddc);
|
|
}
|
|
}
|
|
|
|
vga->bridge.funcs = &dumb_vga_bridge_funcs;
|
|
vga->bridge.of_node = pdev->dev.of_node;
|
|
|
|
drm_bridge_add(&vga->bridge);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int dumb_vga_remove(struct platform_device *pdev)
|
|
{
|
|
struct dumb_vga *vga = platform_get_drvdata(pdev);
|
|
|
|
drm_bridge_remove(&vga->bridge);
|
|
|
|
if (!IS_ERR(vga->ddc))
|
|
i2c_put_adapter(vga->ddc);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static const struct of_device_id dumb_vga_match[] = {
|
|
{ .compatible = "dumb-vga-dac" },
|
|
{ .compatible = "adi,adv7123" },
|
|
{ .compatible = "ti,ths8135" },
|
|
{},
|
|
};
|
|
MODULE_DEVICE_TABLE(of, dumb_vga_match);
|
|
|
|
static struct platform_driver dumb_vga_driver = {
|
|
.probe = dumb_vga_probe,
|
|
.remove = dumb_vga_remove,
|
|
.driver = {
|
|
.name = "dumb-vga-dac",
|
|
.of_match_table = dumb_vga_match,
|
|
},
|
|
};
|
|
module_platform_driver(dumb_vga_driver);
|
|
|
|
MODULE_AUTHOR("Maxime Ripard <maxime.ripard@free-electrons.com>");
|
|
MODULE_DESCRIPTION("Dumb VGA DAC bridge driver");
|
|
MODULE_LICENSE("GPL");
|