Merge tag 'drm-misc-next-2023-07-21' of ssh://git.freedesktop.org/git/drm/drm-misc...
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 27 Jul 2023 08:49:56 +0000 (10:49 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 27 Jul 2023 08:49:57 +0000 (10:49 +0200)
drm-misc-next for 6.6:

UAPI Changes:
  - syncobj: New DRM_IOCTL_SYNCOBJ_EVENTFD ioctl

Cross-subsystem Changes:
  - Converge to use of_device_uevent()

Core Changes:
  - GPU VA Manager
  - improvements to make it clearer that drm_minor_type is uAPI

Driver Changes:
  - ssd130x: Improve intermediate buffer size computation
  - bridges:
    - adv7511: Fix low refresh rate
    - anx7625: Switch to macros instead of hardcoded values
  - panel:
    - ld9040: Backlight support, magic improved

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
From: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/urs7omo5xnhglztxgwgsslws7duqfj4jhzrtppaenuvdh2lwuz@4htm4iiqhkep
172 files changed:
Documentation/gpu/drm-mm.rst
drivers/gpu/drm/Makefile
drivers/gpu/drm/arm/display/komeda/komeda_dev.c
drivers/gpu/drm/arm/malidp_drv.c
drivers/gpu/drm/bridge/adv7511/adv7511_cec.c
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c
drivers/gpu/drm/bridge/analogix/anx7625.c
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
drivers/gpu/drm/bridge/chipone-icn6211.c
drivers/gpu/drm/bridge/display-connector.c
drivers/gpu/drm/bridge/fsl-ldb.c
drivers/gpu/drm/bridge/imx/imx8qm-ldb.c
drivers/gpu/drm/bridge/imx/imx8qxp-ldb.c
drivers/gpu/drm/bridge/lontium-lt9211.c
drivers/gpu/drm/bridge/lvds-codec.c
drivers/gpu/drm/bridge/nwl-dsi.c
drivers/gpu/drm/bridge/parade-ps8622.c
drivers/gpu/drm/bridge/samsung-dsim.c
drivers/gpu/drm/bridge/simple-bridge.c
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
drivers/gpu/drm/bridge/ti-sn65dsi83.c
drivers/gpu/drm/drm_debugfs.c
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/drm_gem.c
drivers/gpu/drm/drm_gpuva_mgr.c [new file with mode: 0644]
drivers/gpu/drm/drm_internal.h
drivers/gpu/drm/drm_ioctl.c
drivers/gpu/drm/drm_mipi_dsi.c
drivers/gpu/drm/drm_syncobj.c
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
drivers/gpu/drm/exynos/exynos7_drm_decon.c
drivers/gpu/drm/exynos/exynos_drm_dsi.c
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_rotator.c
drivers/gpu/drm/exynos/exynos_drm_scaler.c
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c
drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c
drivers/gpu/drm/imx/dcss/dcss-dev.c
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
drivers/gpu/drm/ingenic/ingenic-ipu.c
drivers/gpu/drm/lima/lima_drv.c
drivers/gpu/drm/logicvc/logicvc_drm.c
drivers/gpu/drm/mcde/mcde_drv.c
drivers/gpu/drm/mediatek/mtk_disp_aal.c
drivers/gpu/drm/mediatek/mtk_disp_ccorr.c
drivers/gpu/drm/mediatek/mtk_disp_color.c
drivers/gpu/drm/mediatek/mtk_disp_gamma.c
drivers/gpu/drm/mediatek/mtk_disp_merge.c
drivers/gpu/drm/mediatek/mtk_disp_ovl.c
drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c
drivers/gpu/drm/mediatek/mtk_disp_rdma.c
drivers/gpu/drm/mediatek/mtk_dpi.c
drivers/gpu/drm/mediatek/mtk_drm_crtc.c
drivers/gpu/drm/mediatek/mtk_drm_drv.c
drivers/gpu/drm/mediatek/mtk_ethdr.c
drivers/gpu/drm/mediatek/mtk_mdp_rdma.c
drivers/gpu/drm/meson/meson_drv.h
drivers/gpu/drm/meson/meson_dw_hdmi.c
drivers/gpu/drm/meson/meson_dw_mipi_dsi.c
drivers/gpu/drm/meson/meson_encoder_dsi.c
drivers/gpu/drm/meson/meson_encoder_hdmi.c
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
drivers/gpu/drm/msm/dp/dp_audio.c
drivers/gpu/drm/msm/dsi/dsi_host.c
drivers/gpu/drm/msm/hdmi/hdmi.c
drivers/gpu/drm/msm/hdmi/hdmi_phy.c
drivers/gpu/drm/msm/msm_mdss.c
drivers/gpu/drm/mxsfb/lcdif_drv.c
drivers/gpu/drm/panel/panel-abt-y030xx067a.c
drivers/gpu/drm/panel/panel-auo-a030jtn01.c
drivers/gpu/drm/panel/panel-boe-himax8279d.c
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
drivers/gpu/drm/panel/panel-dsi-cm.c
drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c
drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
drivers/gpu/drm/panel/panel-himax-hx8394.c
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
drivers/gpu/drm/panel/panel-ilitek-ili9341.c
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
drivers/gpu/drm/panel/panel-innolux-ej030na.c
drivers/gpu/drm/panel/panel-innolux-p079zca.c
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c
drivers/gpu/drm/panel/panel-lvds.c
drivers/gpu/drm/panel/panel-magnachip-d53e6ea8966.c
drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
drivers/gpu/drm/panel/panel-novatek-nt35510.c
drivers/gpu/drm/panel/panel-novatek-nt35560.c
drivers/gpu/drm/panel/panel-novatek-nt35950.c
drivers/gpu/drm/panel/panel-novatek-nt36523.c
drivers/gpu/drm/panel/panel-novatek-nt36672a.c
drivers/gpu/drm/panel/panel-novatek-nt39016.c
drivers/gpu/drm/panel/panel-orisetech-ota5601a.c
drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
drivers/gpu/drm/panel/panel-samsung-ld9040.c
drivers/gpu/drm/panel/panel-samsung-s6d16d0.c
drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
drivers/gpu/drm/panel/panel-samsung-s6e63m0-dsi.c
drivers/gpu/drm/panel/panel-samsung-sofef00.c
drivers/gpu/drm/panel/panel-simple.c
drivers/gpu/drm/panel/panel-sitronix-st7701.c
drivers/gpu/drm/panel/panel-sitronix-st7703.c
drivers/gpu/drm/panel/panel-sony-td4353-jdi.c
drivers/gpu/drm/panel/panel-truly-nt35597.c
drivers/gpu/drm/panel/panel-visionox-rm69299.c
drivers/gpu/drm/panfrost/panfrost_drv.c
drivers/gpu/drm/pl111/pl111_versatile.c
drivers/gpu/drm/renesas/rcar-du/rcar_du_drv.c
drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.c
drivers/gpu/drm/renesas/rcar-du/rcar_du_vsp.c
drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c
drivers/gpu/drm/renesas/rcar-du/rzg2l_mipi_dsi.c
drivers/gpu/drm/rockchip/analogix_dp-rockchip.c
drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c
drivers/gpu/drm/rockchip/inno_hdmi.c
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
drivers/gpu/drm/solomon/ssd130x.c
drivers/gpu/drm/sprd/sprd_dpu.c
drivers/gpu/drm/sprd/sprd_drm.c
drivers/gpu/drm/sprd/sprd_dsi.c
drivers/gpu/drm/sti/sti_drv.c
drivers/gpu/drm/stm/drv.c
drivers/gpu/drm/stm/ltdc.c
drivers/gpu/drm/sun4i/sun4i_frontend.c
drivers/gpu/drm/sun4i/sun4i_frontend.h
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
drivers/gpu/drm/sun4i/sun4i_tcon.c
drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c
drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c
drivers/gpu/drm/sun4i/sun8i_mixer.c
drivers/gpu/drm/sun4i/sun8i_tcon_top.c
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/dpaux.c
drivers/gpu/drm/tegra/gr2d.c
drivers/gpu/drm/tegra/gr3d.c
drivers/gpu/drm/tegra/hdmi.c
drivers/gpu/drm/tegra/hub.c
drivers/gpu/drm/tegra/nvdec.c
drivers/gpu/drm/tegra/sor.c
drivers/gpu/drm/tegra/vic.c
drivers/gpu/drm/tidss/tidss_dispc.c
drivers/gpu/drm/tidss/tidss_drv.c
drivers/gpu/drm/vc4/vc4_crtc.c
drivers/gpu/drm/vc4/vc4_dpi.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_dsi.c
drivers/gpu/drm/vc4/vc4_hdmi.c
drivers/gpu/drm/vc4/vc4_txp.c
drivers/gpu/drm/vc4/vc4_vec.c
drivers/gpu/drm/xen/xen_drm_front.c
drivers/gpu/host1x/bus.c
drivers/gpu/host1x/context.c
drivers/gpu/host1x/dev.c
drivers/gpu/ipu-v3/ipu-common.c
drivers/of/device.c
include/drm/drm_debugfs.h
include/drm/drm_drv.h
include/drm/drm_file.h
include/drm/drm_gem.h
include/drm/drm_gpuva_mgr.h [new file with mode: 0644]
include/drm/drm_syncobj.h
include/uapi/drm/drm.h

index a52e6f4117d63d5dd2051e4586dd161e866a948d..3d5dc9dc1bfe5179da4bd2b3364c45f0ae0d4ac3 100644 (file)
@@ -466,6 +466,42 @@ DRM MM Range Allocator Function References
 .. kernel-doc:: drivers/gpu/drm/drm_mm.c
    :export:
 
+DRM GPU VA Manager
+==================
+
+Overview
+--------
+
+.. kernel-doc:: drivers/gpu/drm/drm_gpuva_mgr.c
+   :doc: Overview
+
+Split and Merge
+---------------
+
+.. kernel-doc:: drivers/gpu/drm/drm_gpuva_mgr.c
+   :doc: Split and Merge
+
+Locking
+-------
+
+.. kernel-doc:: drivers/gpu/drm/drm_gpuva_mgr.c
+   :doc: Locking
+
+Examples
+--------
+
+.. kernel-doc:: drivers/gpu/drm/drm_gpuva_mgr.c
+   :doc: Examples
+
+DRM GPU VA Manager Function References
+--------------------------------------
+
+.. kernel-doc:: include/drm/drm_gpuva_mgr.h
+   :internal:
+
+.. kernel-doc:: drivers/gpu/drm/drm_gpuva_mgr.c
+   :export:
+
 DRM Buddy Allocator
 ===================
 
index 021b3f0ac152aa3f1fe5b903192167fa8621aea8..215e78e791250b8ad0d0a273e627b84296ecc4d9 100644 (file)
@@ -45,6 +45,7 @@ drm-y := \
        drm_vblank.o \
        drm_vblank_work.o \
        drm_vma_manager.o \
+       drm_gpuva_mgr.o \
        drm_writeback.o
 drm-$(CONFIG_DRM_LEGACY) += \
        drm_agpsupport.o \
index cc7664c95a5477c644dca3833c3316f362ae51ac..14ee79becacb56f62a20c5a54efd16a3ec4e7a43 100644 (file)
@@ -6,7 +6,7 @@
  */
 #include <linux/io.h>
 #include <linux/iommu.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/of_reserved_mem.h>
 #include <linux/platform_device.h>
index 46ff3521570cfc8e8d455bb3ade16473fcf00a3e..62329d5dd992ed749a65411009c032488c580f8b 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/of_reserved_mem.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/debugfs.h>
 
index 99964f5a5457b7f402ee27f325a43b1cd267da6a..2a6b91f752cb620d44f4e7bb51655523c0a57138 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <linux/device.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/slab.h>
 #include <linux/clk.h>
 
index 2254457ab5d0234956b3d6bc59eed230cbc8a71a..2611afd2c1c13662beb06cdce1d7937132c5eb85 100644 (file)
@@ -9,7 +9,7 @@
 #include <linux/device.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/slab.h>
 
 #include <media/cec.h>
@@ -786,8 +786,13 @@ static void adv7511_mode_set(struct adv7511 *adv7511,
        else
                low_refresh_rate = ADV7511_LOW_REFRESH_RATE_NONE;
 
-       regmap_update_bits(adv7511->regmap, 0xfb,
-               0x6, low_refresh_rate << 1);
+       if (adv7511->type == ADV7511)
+               regmap_update_bits(adv7511->regmap, 0xfb,
+                                  0x6, low_refresh_rate << 1);
+       else
+               regmap_update_bits(adv7511->regmap, 0x4a,
+                                  0xc, low_refresh_rate << 2);
+
        regmap_update_bits(adv7511->regmap, 0x17,
                0x60, (vsync_polarity << 6) | (hsync_polarity << 5));
 
index 8b985efdc086bed06313c0e613dce6ccf2f0f4f9..866d018f4bb1164af5b2471f5c253d87ccb9a775 100644 (file)
@@ -872,11 +872,11 @@ static int anx7625_hdcp_enable(struct anx7625_data *ctx)
        }
 
        /* Read downstream capability */
-       ret = anx7625_aux_trans(ctx, DP_AUX_NATIVE_READ, 0x68028, 1, &bcap);
+       ret = anx7625_aux_trans(ctx, DP_AUX_NATIVE_READ, DP_AUX_HDCP_BCAPS, 1, &bcap);
        if (ret < 0)
                return ret;
 
-       if (!(bcap & 0x01)) {
+       if (!(bcap & DP_BCAPS_HDCP_CAPABLE)) {
                pr_warn("downstream not support HDCP 1.4, cap(%x).\n", bcap);
                return 0;
        }
@@ -931,8 +931,8 @@ static void anx7625_dp_start(struct anx7625_data *ctx)
 
        dev_dbg(dev, "set downstream sink into normal\n");
        /* Downstream sink enter into normal mode */
-       data = 1;
-       ret = anx7625_aux_trans(ctx, DP_AUX_NATIVE_WRITE, 0x000600, 1, &data);
+       data = DP_SET_POWER_D0;
+       ret = anx7625_aux_trans(ctx, DP_AUX_NATIVE_WRITE, DP_SET_POWER, 1, &data);
        if (ret < 0)
                dev_err(dev, "IO error : set sink into normal mode fail\n");
 
@@ -971,8 +971,8 @@ static void anx7625_dp_stop(struct anx7625_data *ctx)
 
        dev_dbg(dev, "notify downstream enter into standby\n");
        /* Downstream monitor enter into standby mode */
-       data = 2;
-       ret |= anx7625_aux_trans(ctx, DP_AUX_NATIVE_WRITE, 0x000600, 1, &data);
+       data = DP_SET_POWER_D3;
+       ret |= anx7625_aux_trans(ctx, DP_AUX_NATIVE_WRITE, DP_SET_POWER, 1, &data);
        if (ret < 0)
                DRM_DEV_ERROR(dev, "IO error : mute video fail\n");
 
index f50d65f54314b2168776a6a536397f4e307a31d7..7457d38622b0c76928d1b6220bfe7ce76759bb98 100644 (file)
@@ -14,8 +14,7 @@
 #include <linux/interrupt.h>
 #include <linux/iopoll.h>
 #include <linux/module.h>
-#include <linux/of_address.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
index ecb935e46b624c652b3a8da4d50cb87c375d3601..0ff51f945fb07b340e3e08d71113a3840f62bacb 100644 (file)
@@ -29,7 +29,6 @@
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/phy/phy.h>
 #include <linux/phy/phy-dp.h>
 #include <linux/platform_device.h>
index 8bfce21d6b90048b204483d4ccae4f9205401a8a..d205e755e524ae25f4222f32539c36229df38592 100644 (file)
@@ -17,7 +17,7 @@
 #include <linux/i2c.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
 
index f7f436cf96e0a34db23dff5c368bb1d306c7088e..08bd5695ddae0f59bdb104b588876a41110e7ff4 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 
index b8e52156b07a940f9ad6314b431f51671c17e644..0e4bac7dd04ff199df759537d19b20d26e0dfb1a 100644 (file)
@@ -8,7 +8,6 @@
 #include <linux/mfd/syscon.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
index 386032a02599062f175f7e8f16263294dac5deb7..21471a9a28b22082fc38656c4f24d707ee7c19ae 100644 (file)
@@ -9,9 +9,9 @@
 #include <linux/mfd/syscon.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/phy/phy.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
 
index c806576b1e225d439e1468499523463a1d0970ed..7984da9c0a355246eecdb270c1acf7d349372da1 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/phy/phy.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
 
index aa8d47e7f40da71aa6d3d62bb00b20adda9459ae..4d404f5ef87ebb1bb9ec0ba0b09ab452b081474d 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/i2c.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
index 67368f23d4aa346825ea1e5fc72109ef78ecef78..8c5668dca0c4bc1b84fce4ed2f525db56e0f5952 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
index 4a5f5c4f5dccb91671c20a9ec6404daf3d9e49fa..8d54091ec66e4ef66d5d8a262f0c5aecd5676898 100644 (file)
@@ -16,8 +16,8 @@
 #include <linux/module.h>
 #include <linux/mux/consumer.h>
 #include <linux/of.h>
-#include <linux/of_platform.h>
 #include <linux/phy/phy.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/reset.h>
 #include <linux/sys_soc.h>
index c9b6cb7678e332024122b8e05b32a3deedd18dd8..ae3ab9262ef1f184873929c7892d648a32c7cf37 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/i2c.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/pm.h>
 #include <linux/regulator/consumer.h>
 
index 9b7a00bafeaaac0833c29cdd03f0a4fbc3db0a34..c49091691ab1c23666a41e2df7d2262e311cc4b0 100644 (file)
@@ -16,8 +16,9 @@
 #include <linux/delay.h>
 #include <linux/irq.h>
 #include <linux/media-bus-format.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/phy/phy.h>
+#include <linux/platform_device.h>
 
 #include <video/mipi_display.h>
 
index d85d9ee463b818488fbec00634675663623ee656..cbe8e778d7c7a9552d03677c117636ffb7774b1e 100644 (file)
@@ -8,8 +8,9 @@
 
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
+#include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 
 #include <drm/drm_atomic_helper.h>
index 9a3db5234a0e06ec3492d5187ab7d1df2aa4ec6e..b23214b0c49648d87e9a7d26f23235fb36fd6209 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/irq.h>
 #include <linux/module.h>
 #include <linux/mutex.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/pinctrl/consumer.h>
 #include <linux/regmap.h>
 #include <linux/dma-mapping.h>
index 4291798bd70f5c30fc3ff07432498291b62c8590..04d4a1a10698103cb88ab41f11f8f75b048ec039 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/debugfs.h>
 #include <linux/iopoll.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
 
index 7e9f4ec8e780ac9b6a5e5f97743398c3826ed79a..061e8bd5915de808a38a07f7e94a6e784c020dc0 100644 (file)
@@ -31,7 +31,7 @@
 #include <linux/i2c.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
index 4855230ba2c6ca062bea78ad53cd3c7c591dd1a0..a3a488205009b4fcfa79372e8a83a40d15f40bf6 100644 (file)
@@ -39,6 +39,7 @@
 #include <drm/drm_file.h>
 #include <drm/drm_gem.h>
 #include <drm/drm_managed.h>
+#include <drm/drm_gpuva_mgr.h>
 
 #include "drm_crtc_internal.h"
 #include "drm_internal.h"
@@ -175,6 +176,45 @@ static const struct file_operations drm_debugfs_fops = {
        .release = single_release,
 };
 
+/**
+ * drm_debugfs_gpuva_info - dump the given DRM GPU VA space
+ * @m: pointer to the &seq_file to write
+ * @mgr: the &drm_gpuva_manager representing the GPU VA space
+ *
+ * Dumps the GPU VA mappings of a given DRM GPU VA manager.
+ *
+ * For each DRM GPU VA space drivers should call this function from their
+ * &drm_info_list's show callback.
+ *
+ * Returns: 0 on success, -ENODEV if the &mgr is not initialized
+ */
+int drm_debugfs_gpuva_info(struct seq_file *m,
+                          struct drm_gpuva_manager *mgr)
+{
+       struct drm_gpuva *va, *kva = &mgr->kernel_alloc_node;
+
+       if (!mgr->name)
+               return -ENODEV;
+
+       seq_printf(m, "DRM GPU VA space (%s) [0x%016llx;0x%016llx]\n",
+                  mgr->name, mgr->mm_start, mgr->mm_start + mgr->mm_range);
+       seq_printf(m, "Kernel reserved node [0x%016llx;0x%016llx]\n",
+                  kva->va.addr, kva->va.addr + kva->va.range);
+       seq_puts(m, "\n");
+       seq_puts(m, " VAs | start              | range              | end                | object             | object offset\n");
+       seq_puts(m, "-------------------------------------------------------------------------------------------------------------\n");
+       drm_gpuva_for_each_va(va, mgr) {
+               if (unlikely(va == kva))
+                       continue;
+
+               seq_printf(m, "     | 0x%016llx | 0x%016llx | 0x%016llx | 0x%016llx | 0x%016llx\n",
+                          va->va.addr, va->va.range, va->va.addr + va->va.range,
+                          (u64)(uintptr_t)va->gem.obj, va->gem.offset);
+       }
+
+       return 0;
+}
+EXPORT_SYMBOL(drm_debugfs_gpuva_info);
 
 /**
  * drm_debugfs_create_files - Initialize a given set of debugfs files for DRM
index 12687dd9e1ac5f758f8bdb126eb5648caabb1bdf..3eda026ffac6a9e654dd7def6e34eca8b7e34676 100644 (file)
@@ -84,7 +84,7 @@ DEFINE_STATIC_SRCU(drm_unplug_srcu);
  */
 
 static struct drm_minor **drm_minor_get_slot(struct drm_device *dev,
-                                            unsigned int type)
+                                            enum drm_minor_type type)
 {
        switch (type) {
        case DRM_MINOR_PRIMARY:
@@ -116,7 +116,7 @@ static void drm_minor_alloc_release(struct drm_device *dev, void *data)
        }
 }
 
-static int drm_minor_alloc(struct drm_device *dev, unsigned int type)
+static int drm_minor_alloc(struct drm_device *dev, enum drm_minor_type type)
 {
        struct drm_minor *minor;
        unsigned long flags;
@@ -160,7 +160,7 @@ static int drm_minor_alloc(struct drm_device *dev, unsigned int type)
        return 0;
 }
 
-static int drm_minor_register(struct drm_device *dev, unsigned int type)
+static int drm_minor_register(struct drm_device *dev, enum drm_minor_type type)
 {
        struct drm_minor *minor;
        unsigned long flags;
@@ -203,7 +203,7 @@ err_debugfs:
        return ret;
 }
 
-static void drm_minor_unregister(struct drm_device *dev, unsigned int type)
+static void drm_minor_unregister(struct drm_device *dev, enum drm_minor_type type)
 {
        struct drm_minor *minor;
        unsigned long flags;
index 75ef26d62c25d8715443fe318d14fac70d1c186c..6129b89bb36618db7686cec9cc0a7a4c8d9d5410 100644 (file)
@@ -164,6 +164,9 @@ void drm_gem_private_object_init(struct drm_device *dev,
        if (!obj->resv)
                obj->resv = &obj->_resv;
 
+       if (drm_core_check_feature(dev, DRIVER_GEM_GPUVA))
+               drm_gem_gpuva_init(obj);
+
        drm_vma_node_reset(&obj->vma_node);
        INIT_LIST_HEAD(&obj->lru_node);
 }
diff --git a/drivers/gpu/drm/drm_gpuva_mgr.c b/drivers/gpu/drm/drm_gpuva_mgr.c
new file mode 100644 (file)
index 0000000..f86bfad
--- /dev/null
@@ -0,0 +1,1725 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Copyright (c) 2022 Red Hat.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+ * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Authors:
+ *     Danilo Krummrich <dakr@redhat.com>
+ *
+ */
+
+#include <drm/drm_gpuva_mgr.h>
+
+#include <linux/interval_tree_generic.h>
+#include <linux/mm.h>
+
+/**
+ * DOC: Overview
+ *
+ * The DRM GPU VA Manager, represented by struct drm_gpuva_manager keeps track
+ * of a GPU's virtual address (VA) space and manages the corresponding virtual
+ * mappings represented by &drm_gpuva objects. It also keeps track of the
+ * mapping's backing &drm_gem_object buffers.
+ *
+ * &drm_gem_object buffers maintain a list of &drm_gpuva objects representing
+ * all existent GPU VA mappings using this &drm_gem_object as backing buffer.
+ *
+ * GPU VAs can be flagged as sparse, such that drivers may use GPU VAs to also
+ * keep track of sparse PTEs in order to support Vulkan 'Sparse Resources'.
+ *
+ * The GPU VA manager internally uses a rb-tree to manage the
+ * &drm_gpuva mappings within a GPU's virtual address space.
+ *
+ * The &drm_gpuva_manager contains a special &drm_gpuva representing the
+ * portion of VA space reserved by the kernel. This node is initialized together
+ * with the GPU VA manager instance and removed when the GPU VA manager is
+ * destroyed.
+ *
+ * In a typical application drivers would embed struct drm_gpuva_manager and
+ * struct drm_gpuva within their own driver specific structures, there won't be
+ * any memory allocations of its own nor memory allocations of &drm_gpuva
+ * entries.
+ *
+ * The data structures needed to store &drm_gpuvas within the &drm_gpuva_manager
+ * are contained within struct drm_gpuva already. Hence, for inserting
+ * &drm_gpuva entries from within dma-fence signalling critical sections it is
+ * enough to pre-allocate the &drm_gpuva structures.
+ */
+
+/**
+ * DOC: Split and Merge
+ *
+ * Besides its capability to manage and represent a GPU VA space, the
+ * &drm_gpuva_manager also provides functions to let the &drm_gpuva_manager
+ * calculate a sequence of operations to satisfy a given map or unmap request.
+ *
+ * Therefore the DRM GPU VA manager provides an algorithm implementing splitting
+ * and merging of existent GPU VA mappings with the ones that are requested to
+ * be mapped or unmapped. This feature is required by the Vulkan API to
+ * implement Vulkan 'Sparse Memory Bindings' - drivers UAPIs often refer to this
+ * as VM BIND.
+ *
+ * Drivers can call drm_gpuva_sm_map() to receive a sequence of callbacks
+ * containing map, unmap and remap operations for a given newly requested
+ * mapping. The sequence of callbacks represents the set of operations to
+ * execute in order to integrate the new mapping cleanly into the current state
+ * of the GPU VA space.
+ *
+ * Depending on how the new GPU VA mapping intersects with the existent mappings
+ * of the GPU VA space the &drm_gpuva_fn_ops callbacks contain an arbitrary
+ * amount of unmap operations, a maximum of two remap operations and a single
+ * map operation. The caller might receive no callback at all if no operation is
+ * required, e.g. if the requested mapping already exists in the exact same way.
+ *
+ * The single map operation represents the original map operation requested by
+ * the caller.
+ *
+ * &drm_gpuva_op_unmap contains a 'keep' field, which indicates whether the
+ * &drm_gpuva to unmap is physically contiguous with the original mapping
+ * request. Optionally, if 'keep' is set, drivers may keep the actual page table
+ * entries for this &drm_gpuva, adding the missing page table entries only and
+ * update the &drm_gpuva_manager's view of things accordingly.
+ *
+ * Drivers may do the same optimization, namely delta page table updates, also
+ * for remap operations. This is possible since &drm_gpuva_op_remap consists of
+ * one unmap operation and one or two map operations, such that drivers can
+ * derive the page table update delta accordingly.
+ *
+ * Note that there can't be more than two existent mappings to split up, one at
+ * the beginning and one at the end of the new mapping, hence there is a
+ * maximum of two remap operations.
+ *
+ * Analogous to drm_gpuva_sm_map() drm_gpuva_sm_unmap() uses &drm_gpuva_fn_ops
+ * to call back into the driver in order to unmap a range of GPU VA space. The
+ * logic behind this function is way simpler though: For all existent mappings
+ * enclosed by the given range unmap operations are created. For mappings which
+ * are only partically located within the given range, remap operations are
+ * created such that those mappings are split up and re-mapped partically.
+ *
+ * As an alternative to drm_gpuva_sm_map() and drm_gpuva_sm_unmap(),
+ * drm_gpuva_sm_map_ops_create() and drm_gpuva_sm_unmap_ops_create() can be used
+ * to directly obtain an instance of struct drm_gpuva_ops containing a list of
+ * &drm_gpuva_op, which can be iterated with drm_gpuva_for_each_op(). This list
+ * contains the &drm_gpuva_ops analogous to the callbacks one would receive when
+ * calling drm_gpuva_sm_map() or drm_gpuva_sm_unmap(). While this way requires
+ * more memory (to allocate the &drm_gpuva_ops), it provides drivers a way to
+ * iterate the &drm_gpuva_op multiple times, e.g. once in a context where memory
+ * allocations are possible (e.g. to allocate GPU page tables) and once in the
+ * dma-fence signalling critical path.
+ *
+ * To update the &drm_gpuva_manager's view of the GPU VA space
+ * drm_gpuva_insert() and drm_gpuva_remove() may be used. These functions can
+ * safely be used from &drm_gpuva_fn_ops callbacks originating from
+ * drm_gpuva_sm_map() or drm_gpuva_sm_unmap(). However, it might be more
+ * convenient to use the provided helper functions drm_gpuva_map(),
+ * drm_gpuva_remap() and drm_gpuva_unmap() instead.
+ *
+ * The following diagram depicts the basic relationships of existent GPU VA
+ * mappings, a newly requested mapping and the resulting mappings as implemented
+ * by drm_gpuva_sm_map() - it doesn't cover any arbitrary combinations of these.
+ *
+ * 1) Requested mapping is identical. Replace it, but indicate the backing PTEs
+ *    could be kept.
+ *
+ *    ::
+ *
+ *          0     a     1
+ *     old: |-----------| (bo_offset=n)
+ *
+ *          0     a     1
+ *     req: |-----------| (bo_offset=n)
+ *
+ *          0     a     1
+ *     new: |-----------| (bo_offset=n)
+ *
+ *
+ * 2) Requested mapping is identical, except for the BO offset, hence replace
+ *    the mapping.
+ *
+ *    ::
+ *
+ *          0     a     1
+ *     old: |-----------| (bo_offset=n)
+ *
+ *          0     a     1
+ *     req: |-----------| (bo_offset=m)
+ *
+ *          0     a     1
+ *     new: |-----------| (bo_offset=m)
+ *
+ *
+ * 3) Requested mapping is identical, except for the backing BO, hence replace
+ *    the mapping.
+ *
+ *    ::
+ *
+ *          0     a     1
+ *     old: |-----------| (bo_offset=n)
+ *
+ *          0     b     1
+ *     req: |-----------| (bo_offset=n)
+ *
+ *          0     b     1
+ *     new: |-----------| (bo_offset=n)
+ *
+ *
+ * 4) Existent mapping is a left aligned subset of the requested one, hence
+ *    replace the existent one.
+ *
+ *    ::
+ *
+ *          0  a  1
+ *     old: |-----|       (bo_offset=n)
+ *
+ *          0     a     2
+ *     req: |-----------| (bo_offset=n)
+ *
+ *          0     a     2
+ *     new: |-----------| (bo_offset=n)
+ *
+ *    .. note::
+ *       We expect to see the same result for a request with a different BO
+ *       and/or non-contiguous BO offset.
+ *
+ *
+ * 5) Requested mapping's range is a left aligned subset of the existent one,
+ *    but backed by a different BO. Hence, map the requested mapping and split
+ *    the existent one adjusting its BO offset.
+ *
+ *    ::
+ *
+ *          0     a     2
+ *     old: |-----------| (bo_offset=n)
+ *
+ *          0  b  1
+ *     req: |-----|       (bo_offset=n)
+ *
+ *          0  b  1  a' 2
+ *     new: |-----|-----| (b.bo_offset=n, a.bo_offset=n+1)
+ *
+ *    .. note::
+ *       We expect to see the same result for a request with a different BO
+ *       and/or non-contiguous BO offset.
+ *
+ *
+ * 6) Existent mapping is a superset of the requested mapping. Split it up, but
+ *    indicate that the backing PTEs could be kept.
+ *
+ *    ::
+ *
+ *          0     a     2
+ *     old: |-----------| (bo_offset=n)
+ *
+ *          0  a  1
+ *     req: |-----|       (bo_offset=n)
+ *
+ *          0  a  1  a' 2
+ *     new: |-----|-----| (a.bo_offset=n, a'.bo_offset=n+1)
+ *
+ *
+ * 7) Requested mapping's range is a right aligned subset of the existent one,
+ *    but backed by a different BO. Hence, map the requested mapping and split
+ *    the existent one, without adjusting the BO offset.
+ *
+ *    ::
+ *
+ *          0     a     2
+ *     old: |-----------| (bo_offset=n)
+ *
+ *                1  b  2
+ *     req:       |-----| (bo_offset=m)
+ *
+ *          0  a  1  b  2
+ *     new: |-----|-----| (a.bo_offset=n,b.bo_offset=m)
+ *
+ *
+ * 8) Existent mapping is a superset of the requested mapping. Split it up, but
+ *    indicate that the backing PTEs could be kept.
+ *
+ *    ::
+ *
+ *           0     a     2
+ *     old: |-----------| (bo_offset=n)
+ *
+ *                1  a  2
+ *     req:       |-----| (bo_offset=n+1)
+ *
+ *          0  a' 1  a  2
+ *     new: |-----|-----| (a'.bo_offset=n, a.bo_offset=n+1)
+ *
+ *
+ * 9) Existent mapping is overlapped at the end by the requested mapping backed
+ *    by a different BO. Hence, map the requested mapping and split up the
+ *    existent one, without adjusting the BO offset.
+ *
+ *    ::
+ *
+ *          0     a     2
+ *     old: |-----------|       (bo_offset=n)
+ *
+ *                1     b     3
+ *     req:       |-----------| (bo_offset=m)
+ *
+ *          0  a  1     b     3
+ *     new: |-----|-----------| (a.bo_offset=n,b.bo_offset=m)
+ *
+ *
+ * 10) Existent mapping is overlapped by the requested mapping, both having the
+ *     same backing BO with a contiguous offset. Indicate the backing PTEs of
+ *     the old mapping could be kept.
+ *
+ *     ::
+ *
+ *           0     a     2
+ *      old: |-----------|       (bo_offset=n)
+ *
+ *                 1     a     3
+ *      req:       |-----------| (bo_offset=n+1)
+ *
+ *           0  a' 1     a     3
+ *      new: |-----|-----------| (a'.bo_offset=n, a.bo_offset=n+1)
+ *
+ *
+ * 11) Requested mapping's range is a centered subset of the existent one
+ *     having a different backing BO. Hence, map the requested mapping and split
+ *     up the existent one in two mappings, adjusting the BO offset of the right
+ *     one accordingly.
+ *
+ *     ::
+ *
+ *           0        a        3
+ *      old: |-----------------| (bo_offset=n)
+ *
+ *                 1  b  2
+ *      req:       |-----|       (bo_offset=m)
+ *
+ *           0  a  1  b  2  a' 3
+ *      new: |-----|-----|-----| (a.bo_offset=n,b.bo_offset=m,a'.bo_offset=n+2)
+ *
+ *
+ * 12) Requested mapping is a contiguous subset of the existent one. Split it
+ *     up, but indicate that the backing PTEs could be kept.
+ *
+ *     ::
+ *
+ *           0        a        3
+ *      old: |-----------------| (bo_offset=n)
+ *
+ *                 1  a  2
+ *      req:       |-----|       (bo_offset=n+1)
+ *
+ *           0  a' 1  a  2 a'' 3
+ *      old: |-----|-----|-----| (a'.bo_offset=n, a.bo_offset=n+1, a''.bo_offset=n+2)
+ *
+ *
+ * 13) Existent mapping is a right aligned subset of the requested one, hence
+ *     replace the existent one.
+ *
+ *     ::
+ *
+ *                 1  a  2
+ *      old:       |-----| (bo_offset=n+1)
+ *
+ *           0     a     2
+ *      req: |-----------| (bo_offset=n)
+ *
+ *           0     a     2
+ *      new: |-----------| (bo_offset=n)
+ *
+ *     .. note::
+ *        We expect to see the same result for a request with a different bo
+ *        and/or non-contiguous bo_offset.
+ *
+ *
+ * 14) Existent mapping is a centered subset of the requested one, hence
+ *     replace the existent one.
+ *
+ *     ::
+ *
+ *                 1  a  2
+ *      old:       |-----| (bo_offset=n+1)
+ *
+ *           0        a       3
+ *      req: |----------------| (bo_offset=n)
+ *
+ *           0        a       3
+ *      new: |----------------| (bo_offset=n)
+ *
+ *     .. note::
+ *        We expect to see the same result for a request with a different bo
+ *        and/or non-contiguous bo_offset.
+ *
+ *
+ * 15) Existent mappings is overlapped at the beginning by the requested mapping
+ *     backed by a different BO. Hence, map the requested mapping and split up
+ *     the existent one, adjusting its BO offset accordingly.
+ *
+ *     ::
+ *
+ *                 1     a     3
+ *      old:       |-----------| (bo_offset=n)
+ *
+ *           0     b     2
+ *      req: |-----------|       (bo_offset=m)
+ *
+ *           0     b     2  a' 3
+ *      new: |-----------|-----| (b.bo_offset=m,a.bo_offset=n+2)
+ */
+
+/**
+ * DOC: Locking
+ *
+ * Generally, the GPU VA manager does not take care of locking itself, it is
+ * the drivers responsibility to take care about locking. Drivers might want to
+ * protect the following operations: inserting, removing and iterating
+ * &drm_gpuva objects as well as generating all kinds of operations, such as
+ * split / merge or prefetch.
+ *
+ * The GPU VA manager also does not take care of the locking of the backing
+ * &drm_gem_object buffers GPU VA lists by itself; drivers are responsible to
+ * enforce mutual exclusion using either the GEMs dma_resv lock or alternatively
+ * a driver specific external lock. For the latter see also
+ * drm_gem_gpuva_set_lock().
+ *
+ * However, the GPU VA manager contains lockdep checks to ensure callers of its
+ * API hold the corresponding lock whenever the &drm_gem_objects GPU VA list is
+ * accessed by functions such as drm_gpuva_link() or drm_gpuva_unlink().
+ */
+
+/**
+ * DOC: Examples
+ *
+ * This section gives two examples on how to let the DRM GPUVA Manager generate
+ * &drm_gpuva_op in order to satisfy a given map or unmap request and how to
+ * make use of them.
+ *
+ * The below code is strictly limited to illustrate the generic usage pattern.
+ * To maintain simplicitly, it doesn't make use of any abstractions for common
+ * code, different (asyncronous) stages with fence signalling critical paths,
+ * any other helpers or error handling in terms of freeing memory and dropping
+ * previously taken locks.
+ *
+ * 1) Obtain a list of &drm_gpuva_op to create a new mapping::
+ *
+ *     // Allocates a new &drm_gpuva.
+ *     struct drm_gpuva * driver_gpuva_alloc(void);
+ *
+ *     // Typically drivers would embedd the &drm_gpuva_manager and &drm_gpuva
+ *     // structure in individual driver structures and lock the dma-resv with
+ *     // drm_exec or similar helpers.
+ *     int driver_mapping_create(struct drm_gpuva_manager *mgr,
+ *                               u64 addr, u64 range,
+ *                               struct drm_gem_object *obj, u64 offset)
+ *     {
+ *             struct drm_gpuva_ops *ops;
+ *             struct drm_gpuva_op *op
+ *
+ *             driver_lock_va_space();
+ *             ops = drm_gpuva_sm_map_ops_create(mgr, addr, range,
+ *                                               obj, offset);
+ *             if (IS_ERR(ops))
+ *                     return PTR_ERR(ops);
+ *
+ *             drm_gpuva_for_each_op(op, ops) {
+ *                     struct drm_gpuva *va;
+ *
+ *                     switch (op->op) {
+ *                     case DRM_GPUVA_OP_MAP:
+ *                             va = driver_gpuva_alloc();
+ *                             if (!va)
+ *                                     ; // unwind previous VA space updates,
+ *                                       // free memory and unlock
+ *
+ *                             driver_vm_map();
+ *                             drm_gpuva_map(mgr, va, &op->map);
+ *                             drm_gpuva_link(va);
+ *
+ *                             break;
+ *                     case DRM_GPUVA_OP_REMAP: {
+ *                             struct drm_gpuva *prev = NULL, *next = NULL;
+ *
+ *                             va = op->remap.unmap->va;
+ *
+ *                             if (op->remap.prev) {
+ *                                     prev = driver_gpuva_alloc();
+ *                                     if (!prev)
+ *                                             ; // unwind previous VA space
+ *                                               // updates, free memory and
+ *                                               // unlock
+ *                             }
+ *
+ *                             if (op->remap.next) {
+ *                                     next = driver_gpuva_alloc();
+ *                                     if (!next)
+ *                                             ; // unwind previous VA space
+ *                                               // updates, free memory and
+ *                                               // unlock
+ *                             }
+ *
+ *                             driver_vm_remap();
+ *                             drm_gpuva_remap(prev, next, &op->remap);
+ *
+ *                             drm_gpuva_unlink(va);
+ *                             if (prev)
+ *                                     drm_gpuva_link(prev);
+ *                             if (next)
+ *                                     drm_gpuva_link(next);
+ *
+ *                             break;
+ *                     }
+ *                     case DRM_GPUVA_OP_UNMAP:
+ *                             va = op->unmap->va;
+ *
+ *                             driver_vm_unmap();
+ *                             drm_gpuva_unlink(va);
+ *                             drm_gpuva_unmap(&op->unmap);
+ *
+ *                             break;
+ *                     default:
+ *                             break;
+ *                     }
+ *             }
+ *             driver_unlock_va_space();
+ *
+ *             return 0;
+ *     }
+ *
+ * 2) Receive a callback for each &drm_gpuva_op to create a new mapping::
+ *
+ *     struct driver_context {
+ *             struct drm_gpuva_manager *mgr;
+ *             struct drm_gpuva *new_va;
+ *             struct drm_gpuva *prev_va;
+ *             struct drm_gpuva *next_va;
+ *     };
+ *
+ *     // ops to pass to drm_gpuva_manager_init()
+ *     static const struct drm_gpuva_fn_ops driver_gpuva_ops = {
+ *             .sm_step_map = driver_gpuva_map,
+ *             .sm_step_remap = driver_gpuva_remap,
+ *             .sm_step_unmap = driver_gpuva_unmap,
+ *     };
+ *
+ *     // Typically drivers would embedd the &drm_gpuva_manager and &drm_gpuva
+ *     // structure in individual driver structures and lock the dma-resv with
+ *     // drm_exec or similar helpers.
+ *     int driver_mapping_create(struct drm_gpuva_manager *mgr,
+ *                               u64 addr, u64 range,
+ *                               struct drm_gem_object *obj, u64 offset)
+ *     {
+ *             struct driver_context ctx;
+ *             struct drm_gpuva_ops *ops;
+ *             struct drm_gpuva_op *op;
+ *             int ret = 0;
+ *
+ *             ctx.mgr = mgr;
+ *
+ *             ctx.new_va = kzalloc(sizeof(*ctx.new_va), GFP_KERNEL);
+ *             ctx.prev_va = kzalloc(sizeof(*ctx.prev_va), GFP_KERNEL);
+ *             ctx.next_va = kzalloc(sizeof(*ctx.next_va), GFP_KERNEL);
+ *             if (!ctx.new_va || !ctx.prev_va || !ctx.next_va) {
+ *                     ret = -ENOMEM;
+ *                     goto out;
+ *             }
+ *
+ *             driver_lock_va_space();
+ *             ret = drm_gpuva_sm_map(mgr, &ctx, addr, range, obj, offset);
+ *             driver_unlock_va_space();
+ *
+ *     out:
+ *             kfree(ctx.new_va);
+ *             kfree(ctx.prev_va);
+ *             kfree(ctx.next_va);
+ *             return ret;
+ *     }
+ *
+ *     int driver_gpuva_map(struct drm_gpuva_op *op, void *__ctx)
+ *     {
+ *             struct driver_context *ctx = __ctx;
+ *
+ *             drm_gpuva_map(ctx->mgr, ctx->new_va, &op->map);
+ *
+ *             drm_gpuva_link(ctx->new_va);
+ *
+ *             // prevent the new GPUVA from being freed in
+ *             // driver_mapping_create()
+ *             ctx->new_va = NULL;
+ *
+ *             return 0;
+ *     }
+ *
+ *     int driver_gpuva_remap(struct drm_gpuva_op *op, void *__ctx)
+ *     {
+ *             struct driver_context *ctx = __ctx;
+ *
+ *             drm_gpuva_remap(ctx->prev_va, ctx->next_va, &op->remap);
+ *
+ *             drm_gpuva_unlink(op->remap.unmap->va);
+ *             kfree(op->remap.unmap->va);
+ *
+ *             if (op->remap.prev) {
+ *                     drm_gpuva_link(ctx->prev_va);
+ *                     ctx->prev_va = NULL;
+ *             }
+ *
+ *             if (op->remap.next) {
+ *                     drm_gpuva_link(ctx->next_va);
+ *                     ctx->next_va = NULL;
+ *             }
+ *
+ *             return 0;
+ *     }
+ *
+ *     int driver_gpuva_unmap(struct drm_gpuva_op *op, void *__ctx)
+ *     {
+ *             drm_gpuva_unlink(op->unmap.va);
+ *             drm_gpuva_unmap(&op->unmap);
+ *             kfree(op->unmap.va);
+ *
+ *             return 0;
+ *     }
+ */
+
+#define to_drm_gpuva(__node)   container_of((__node), struct drm_gpuva, rb.node)
+
+#define GPUVA_START(node) ((node)->va.addr)
+#define GPUVA_LAST(node) ((node)->va.addr + (node)->va.range - 1)
+
+/* We do not actually use drm_gpuva_it_next(), tell the compiler to not complain
+ * about this.
+ */
+INTERVAL_TREE_DEFINE(struct drm_gpuva, rb.node, u64, rb.__subtree_last,
+                    GPUVA_START, GPUVA_LAST, static __maybe_unused,
+                    drm_gpuva_it)
+
+static int __drm_gpuva_insert(struct drm_gpuva_manager *mgr,
+                             struct drm_gpuva *va);
+static void __drm_gpuva_remove(struct drm_gpuva *va);
+
+static bool
+drm_gpuva_check_overflow(u64 addr, u64 range)
+{
+       u64 end;
+
+       return WARN(check_add_overflow(addr, range, &end),
+                   "GPUVA address limited to %zu bytes.\n", sizeof(end));
+}
+
+static bool
+drm_gpuva_in_mm_range(struct drm_gpuva_manager *mgr, u64 addr, u64 range)
+{
+       u64 end = addr + range;
+       u64 mm_start = mgr->mm_start;
+       u64 mm_end = mm_start + mgr->mm_range;
+
+       return addr >= mm_start && end <= mm_end;
+}
+
+static bool
+drm_gpuva_in_kernel_node(struct drm_gpuva_manager *mgr, u64 addr, u64 range)
+{
+       u64 end = addr + range;
+       u64 kstart = mgr->kernel_alloc_node.va.addr;
+       u64 krange = mgr->kernel_alloc_node.va.range;
+       u64 kend = kstart + krange;
+
+       return krange && addr < kend && kstart < end;
+}
+
+static bool
+drm_gpuva_range_valid(struct drm_gpuva_manager *mgr,
+                     u64 addr, u64 range)
+{
+       return !drm_gpuva_check_overflow(addr, range) &&
+              drm_gpuva_in_mm_range(mgr, addr, range) &&
+              !drm_gpuva_in_kernel_node(mgr, addr, range);
+}
+
+/**
+ * drm_gpuva_manager_init() - initialize a &drm_gpuva_manager
+ * @mgr: pointer to the &drm_gpuva_manager to initialize
+ * @name: the name of the GPU VA space
+ * @start_offset: the start offset of the GPU VA space
+ * @range: the size of the GPU VA space
+ * @reserve_offset: the start of the kernel reserved GPU VA area
+ * @reserve_range: the size of the kernel reserved GPU VA area
+ * @ops: &drm_gpuva_fn_ops called on &drm_gpuva_sm_map / &drm_gpuva_sm_unmap
+ *
+ * The &drm_gpuva_manager must be initialized with this function before use.
+ *
+ * Note that @mgr must be cleared to 0 before calling this function. The given
+ * &name is expected to be managed by the surrounding driver structures.
+ */
+void
+drm_gpuva_manager_init(struct drm_gpuva_manager *mgr,
+                      const char *name,
+                      u64 start_offset, u64 range,
+                      u64 reserve_offset, u64 reserve_range,
+                      const struct drm_gpuva_fn_ops *ops)
+{
+       mgr->rb.tree = RB_ROOT_CACHED;
+       INIT_LIST_HEAD(&mgr->rb.list);
+
+       drm_gpuva_check_overflow(start_offset, range);
+       mgr->mm_start = start_offset;
+       mgr->mm_range = range;
+
+       mgr->name = name ? name : "unknown";
+       mgr->ops = ops;
+
+       memset(&mgr->kernel_alloc_node, 0, sizeof(struct drm_gpuva));
+
+       if (reserve_range) {
+               mgr->kernel_alloc_node.va.addr = reserve_offset;
+               mgr->kernel_alloc_node.va.range = reserve_range;
+
+               if (likely(!drm_gpuva_check_overflow(reserve_offset,
+                                                    reserve_range)))
+                       __drm_gpuva_insert(mgr, &mgr->kernel_alloc_node);
+       }
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_manager_init);
+
+/**
+ * drm_gpuva_manager_destroy() - cleanup a &drm_gpuva_manager
+ * @mgr: pointer to the &drm_gpuva_manager to clean up
+ *
+ * Note that it is a bug to call this function on a manager that still
+ * holds GPU VA mappings.
+ */
+void
+drm_gpuva_manager_destroy(struct drm_gpuva_manager *mgr)
+{
+       mgr->name = NULL;
+
+       if (mgr->kernel_alloc_node.va.range)
+               __drm_gpuva_remove(&mgr->kernel_alloc_node);
+
+       WARN(!RB_EMPTY_ROOT(&mgr->rb.tree.rb_root),
+            "GPUVA tree is not empty, potentially leaking memory.");
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_manager_destroy);
+
+static int
+__drm_gpuva_insert(struct drm_gpuva_manager *mgr,
+                  struct drm_gpuva *va)
+{
+       struct rb_node *node;
+       struct list_head *head;
+
+       if (drm_gpuva_it_iter_first(&mgr->rb.tree,
+                                   GPUVA_START(va),
+                                   GPUVA_LAST(va)))
+               return -EEXIST;
+
+       va->mgr = mgr;
+
+       drm_gpuva_it_insert(va, &mgr->rb.tree);
+
+       node = rb_prev(&va->rb.node);
+       if (node)
+               head = &(to_drm_gpuva(node))->rb.entry;
+       else
+               head = &mgr->rb.list;
+
+       list_add(&va->rb.entry, head);
+
+       return 0;
+}
+
+/**
+ * drm_gpuva_insert() - insert a &drm_gpuva
+ * @mgr: the &drm_gpuva_manager to insert the &drm_gpuva in
+ * @va: the &drm_gpuva to insert
+ *
+ * Insert a &drm_gpuva with a given address and range into a
+ * &drm_gpuva_manager.
+ *
+ * It is safe to use this function using the safe versions of iterating the GPU
+ * VA space, such as drm_gpuva_for_each_va_safe() and
+ * drm_gpuva_for_each_va_range_safe().
+ *
+ * Returns: 0 on success, negative error code on failure.
+ */
+int
+drm_gpuva_insert(struct drm_gpuva_manager *mgr,
+                struct drm_gpuva *va)
+{
+       u64 addr = va->va.addr;
+       u64 range = va->va.range;
+
+       if (unlikely(!drm_gpuva_range_valid(mgr, addr, range)))
+               return -EINVAL;
+
+       return __drm_gpuva_insert(mgr, va);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_insert);
+
+static void
+__drm_gpuva_remove(struct drm_gpuva *va)
+{
+       drm_gpuva_it_remove(va, &va->mgr->rb.tree);
+       list_del_init(&va->rb.entry);
+}
+
+/**
+ * drm_gpuva_remove() - remove a &drm_gpuva
+ * @va: the &drm_gpuva to remove
+ *
+ * This removes the given &va from the underlaying tree.
+ *
+ * It is safe to use this function using the safe versions of iterating the GPU
+ * VA space, such as drm_gpuva_for_each_va_safe() and
+ * drm_gpuva_for_each_va_range_safe().
+ */
+void
+drm_gpuva_remove(struct drm_gpuva *va)
+{
+       struct drm_gpuva_manager *mgr = va->mgr;
+
+       if (unlikely(va == &mgr->kernel_alloc_node)) {
+               WARN(1, "Can't destroy kernel reserved node.\n");
+               return;
+       }
+
+       __drm_gpuva_remove(va);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_remove);
+
+/**
+ * drm_gpuva_link() - link a &drm_gpuva
+ * @va: the &drm_gpuva to link
+ *
+ * This adds the given &va to the GPU VA list of the &drm_gem_object it is
+ * associated with.
+ *
+ * This function expects the caller to protect the GEM's GPUVA list against
+ * concurrent access using the GEMs dma_resv lock.
+ */
+void
+drm_gpuva_link(struct drm_gpuva *va)
+{
+       struct drm_gem_object *obj = va->gem.obj;
+
+       if (unlikely(!obj))
+               return;
+
+       drm_gem_gpuva_assert_lock_held(obj);
+
+       list_add_tail(&va->gem.entry, &obj->gpuva.list);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_link);
+
+/**
+ * drm_gpuva_unlink() - unlink a &drm_gpuva
+ * @va: the &drm_gpuva to unlink
+ *
+ * This removes the given &va from the GPU VA list of the &drm_gem_object it is
+ * associated with.
+ *
+ * This function expects the caller to protect the GEM's GPUVA list against
+ * concurrent access using the GEMs dma_resv lock.
+ */
+void
+drm_gpuva_unlink(struct drm_gpuva *va)
+{
+       struct drm_gem_object *obj = va->gem.obj;
+
+       if (unlikely(!obj))
+               return;
+
+       drm_gem_gpuva_assert_lock_held(obj);
+
+       list_del_init(&va->gem.entry);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_unlink);
+
+/**
+ * drm_gpuva_find_first() - find the first &drm_gpuva in the given range
+ * @mgr: the &drm_gpuva_manager to search in
+ * @addr: the &drm_gpuvas address
+ * @range: the &drm_gpuvas range
+ *
+ * Returns: the first &drm_gpuva within the given range
+ */
+struct drm_gpuva *
+drm_gpuva_find_first(struct drm_gpuva_manager *mgr,
+                    u64 addr, u64 range)
+{
+       u64 last = addr + range - 1;
+
+       return drm_gpuva_it_iter_first(&mgr->rb.tree, addr, last);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_find_first);
+
+/**
+ * drm_gpuva_find() - find a &drm_gpuva
+ * @mgr: the &drm_gpuva_manager to search in
+ * @addr: the &drm_gpuvas address
+ * @range: the &drm_gpuvas range
+ *
+ * Returns: the &drm_gpuva at a given &addr and with a given &range
+ */
+struct drm_gpuva *
+drm_gpuva_find(struct drm_gpuva_manager *mgr,
+              u64 addr, u64 range)
+{
+       struct drm_gpuva *va;
+
+       va = drm_gpuva_find_first(mgr, addr, range);
+       if (!va)
+               goto out;
+
+       if (va->va.addr != addr ||
+           va->va.range != range)
+               goto out;
+
+       return va;
+
+out:
+       return NULL;
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_find);
+
+/**
+ * drm_gpuva_find_prev() - find the &drm_gpuva before the given address
+ * @mgr: the &drm_gpuva_manager to search in
+ * @start: the given GPU VA's start address
+ *
+ * Find the adjacent &drm_gpuva before the GPU VA with given &start address.
+ *
+ * Note that if there is any free space between the GPU VA mappings no mapping
+ * is returned.
+ *
+ * Returns: a pointer to the found &drm_gpuva or NULL if none was found
+ */
+struct drm_gpuva *
+drm_gpuva_find_prev(struct drm_gpuva_manager *mgr, u64 start)
+{
+       if (!drm_gpuva_range_valid(mgr, start - 1, 1))
+               return NULL;
+
+       return drm_gpuva_it_iter_first(&mgr->rb.tree, start - 1, start);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_find_prev);
+
+/**
+ * drm_gpuva_find_next() - find the &drm_gpuva after the given address
+ * @mgr: the &drm_gpuva_manager to search in
+ * @end: the given GPU VA's end address
+ *
+ * Find the adjacent &drm_gpuva after the GPU VA with given &end address.
+ *
+ * Note that if there is any free space between the GPU VA mappings no mapping
+ * is returned.
+ *
+ * Returns: a pointer to the found &drm_gpuva or NULL if none was found
+ */
+struct drm_gpuva *
+drm_gpuva_find_next(struct drm_gpuva_manager *mgr, u64 end)
+{
+       if (!drm_gpuva_range_valid(mgr, end, 1))
+               return NULL;
+
+       return drm_gpuva_it_iter_first(&mgr->rb.tree, end, end + 1);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_find_next);
+
+/**
+ * drm_gpuva_interval_empty() - indicate whether a given interval of the VA space
+ * is empty
+ * @mgr: the &drm_gpuva_manager to check the range for
+ * @addr: the start address of the range
+ * @range: the range of the interval
+ *
+ * Returns: true if the interval is empty, false otherwise
+ */
+bool
+drm_gpuva_interval_empty(struct drm_gpuva_manager *mgr, u64 addr, u64 range)
+{
+       return !drm_gpuva_find_first(mgr, addr, range);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_interval_empty);
+
+/**
+ * drm_gpuva_map() - helper to insert a &drm_gpuva according to a
+ * &drm_gpuva_op_map
+ * @mgr: the &drm_gpuva_manager
+ * @va: the &drm_gpuva to insert
+ * @op: the &drm_gpuva_op_map to initialize @va with
+ *
+ * Initializes the @va from the @op and inserts it into the given @mgr.
+ */
+void
+drm_gpuva_map(struct drm_gpuva_manager *mgr,
+             struct drm_gpuva *va,
+             struct drm_gpuva_op_map *op)
+{
+       drm_gpuva_init_from_op(va, op);
+       drm_gpuva_insert(mgr, va);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_map);
+
+/**
+ * drm_gpuva_remap() - helper to remap a &drm_gpuva according to a
+ * &drm_gpuva_op_remap
+ * @prev: the &drm_gpuva to remap when keeping the start of a mapping
+ * @next: the &drm_gpuva to remap when keeping the end of a mapping
+ * @op: the &drm_gpuva_op_remap to initialize @prev and @next with
+ *
+ * Removes the currently mapped &drm_gpuva and remaps it using @prev and/or
+ * @next.
+ */
+void
+drm_gpuva_remap(struct drm_gpuva *prev,
+               struct drm_gpuva *next,
+               struct drm_gpuva_op_remap *op)
+{
+       struct drm_gpuva *curr = op->unmap->va;
+       struct drm_gpuva_manager *mgr = curr->mgr;
+
+       drm_gpuva_remove(curr);
+
+       if (op->prev) {
+               drm_gpuva_init_from_op(prev, op->prev);
+               drm_gpuva_insert(mgr, prev);
+       }
+
+       if (op->next) {
+               drm_gpuva_init_from_op(next, op->next);
+               drm_gpuva_insert(mgr, next);
+       }
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_remap);
+
+/**
+ * drm_gpuva_unmap() - helper to remove a &drm_gpuva according to a
+ * &drm_gpuva_op_unmap
+ * @op: the &drm_gpuva_op_unmap specifying the &drm_gpuva to remove
+ *
+ * Removes the &drm_gpuva associated with the &drm_gpuva_op_unmap.
+ */
+void
+drm_gpuva_unmap(struct drm_gpuva_op_unmap *op)
+{
+       drm_gpuva_remove(op->va);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_unmap);
+
+static int
+op_map_cb(const struct drm_gpuva_fn_ops *fn, void *priv,
+         u64 addr, u64 range,
+         struct drm_gem_object *obj, u64 offset)
+{
+       struct drm_gpuva_op op = {};
+
+       op.op = DRM_GPUVA_OP_MAP;
+       op.map.va.addr = addr;
+       op.map.va.range = range;
+       op.map.gem.obj = obj;
+       op.map.gem.offset = offset;
+
+       return fn->sm_step_map(&op, priv);
+}
+
+static int
+op_remap_cb(const struct drm_gpuva_fn_ops *fn, void *priv,
+           struct drm_gpuva_op_map *prev,
+           struct drm_gpuva_op_map *next,
+           struct drm_gpuva_op_unmap *unmap)
+{
+       struct drm_gpuva_op op = {};
+       struct drm_gpuva_op_remap *r;
+
+       op.op = DRM_GPUVA_OP_REMAP;
+       r = &op.remap;
+       r->prev = prev;
+       r->next = next;
+       r->unmap = unmap;
+
+       return fn->sm_step_remap(&op, priv);
+}
+
+static int
+op_unmap_cb(const struct drm_gpuva_fn_ops *fn, void *priv,
+           struct drm_gpuva *va, bool merge)
+{
+       struct drm_gpuva_op op = {};
+
+       op.op = DRM_GPUVA_OP_UNMAP;
+       op.unmap.va = va;
+       op.unmap.keep = merge;
+
+       return fn->sm_step_unmap(&op, priv);
+}
+
+static int
+__drm_gpuva_sm_map(struct drm_gpuva_manager *mgr,
+                  const struct drm_gpuva_fn_ops *ops, void *priv,
+                  u64 req_addr, u64 req_range,
+                  struct drm_gem_object *req_obj, u64 req_offset)
+{
+       struct drm_gpuva *va, *next, *prev = NULL;
+       u64 req_end = req_addr + req_range;
+       int ret;
+
+       if (unlikely(!drm_gpuva_range_valid(mgr, req_addr, req_range)))
+               return -EINVAL;
+
+       drm_gpuva_for_each_va_range_safe(va, next, mgr, req_addr, req_end) {
+               struct drm_gem_object *obj = va->gem.obj;
+               u64 offset = va->gem.offset;
+               u64 addr = va->va.addr;
+               u64 range = va->va.range;
+               u64 end = addr + range;
+               bool merge = !!va->gem.obj;
+
+               if (addr == req_addr) {
+                       merge &= obj == req_obj &&
+                                offset == req_offset;
+
+                       if (end == req_end) {
+                               ret = op_unmap_cb(ops, priv, va, merge);
+                               if (ret)
+                                       return ret;
+                               break;
+                       }
+
+                       if (end < req_end) {
+                               ret = op_unmap_cb(ops, priv, va, merge);
+                               if (ret)
+                                       return ret;
+                               goto next;
+                       }
+
+                       if (end > req_end) {
+                               struct drm_gpuva_op_map n = {
+                                       .va.addr = req_end,
+                                       .va.range = range - req_range,
+                                       .gem.obj = obj,
+                                       .gem.offset = offset + req_range,
+                               };
+                               struct drm_gpuva_op_unmap u = {
+                                       .va = va,
+                                       .keep = merge,
+                               };
+
+                               ret = op_remap_cb(ops, priv, NULL, &n, &u);
+                               if (ret)
+                                       return ret;
+                               break;
+                       }
+               } else if (addr < req_addr) {
+                       u64 ls_range = req_addr - addr;
+                       struct drm_gpuva_op_map p = {
+                               .va.addr = addr,
+                               .va.range = ls_range,
+                               .gem.obj = obj,
+                               .gem.offset = offset,
+                       };
+                       struct drm_gpuva_op_unmap u = { .va = va };
+
+                       merge &= obj == req_obj &&
+                                offset + ls_range == req_offset;
+                       u.keep = merge;
+
+                       if (end == req_end) {
+                               ret = op_remap_cb(ops, priv, &p, NULL, &u);
+                               if (ret)
+                                       return ret;
+                               break;
+                       }
+
+                       if (end < req_end) {
+                               ret = op_remap_cb(ops, priv, &p, NULL, &u);
+                               if (ret)
+                                       return ret;
+                               goto next;
+                       }
+
+                       if (end > req_end) {
+                               struct drm_gpuva_op_map n = {
+                                       .va.addr = req_end,
+                                       .va.range = end - req_end,
+                                       .gem.obj = obj,
+                                       .gem.offset = offset + ls_range +
+                                                     req_range,
+                               };
+
+                               ret = op_remap_cb(ops, priv, &p, &n, &u);
+                               if (ret)
+                                       return ret;
+                               break;
+                       }
+               } else if (addr > req_addr) {
+                       merge &= obj == req_obj &&
+                                offset == req_offset +
+                                          (addr - req_addr);
+
+                       if (end == req_end) {
+                               ret = op_unmap_cb(ops, priv, va, merge);
+                               if (ret)
+                                       return ret;
+                               break;
+                       }
+
+                       if (end < req_end) {
+                               ret = op_unmap_cb(ops, priv, va, merge);
+                               if (ret)
+                                       return ret;
+                               goto next;
+                       }
+
+                       if (end > req_end) {
+                               struct drm_gpuva_op_map n = {
+                                       .va.addr = req_end,
+                                       .va.range = end - req_end,
+                                       .gem.obj = obj,
+                                       .gem.offset = offset + req_end - addr,
+                               };
+                               struct drm_gpuva_op_unmap u = {
+                                       .va = va,
+                                       .keep = merge,
+                               };
+
+                               ret = op_remap_cb(ops, priv, NULL, &n, &u);
+                               if (ret)
+                                       return ret;
+                               break;
+                       }
+               }
+next:
+               prev = va;
+       }
+
+       return op_map_cb(ops, priv,
+                        req_addr, req_range,
+                        req_obj, req_offset);
+}
+
+static int
+__drm_gpuva_sm_unmap(struct drm_gpuva_manager *mgr,
+                    const struct drm_gpuva_fn_ops *ops, void *priv,
+                    u64 req_addr, u64 req_range)
+{
+       struct drm_gpuva *va, *next;
+       u64 req_end = req_addr + req_range;
+       int ret;
+
+       if (unlikely(!drm_gpuva_range_valid(mgr, req_addr, req_range)))
+               return -EINVAL;
+
+       drm_gpuva_for_each_va_range_safe(va, next, mgr, req_addr, req_end) {
+               struct drm_gpuva_op_map prev = {}, next = {};
+               bool prev_split = false, next_split = false;
+               struct drm_gem_object *obj = va->gem.obj;
+               u64 offset = va->gem.offset;
+               u64 addr = va->va.addr;
+               u64 range = va->va.range;
+               u64 end = addr + range;
+
+               if (addr < req_addr) {
+                       prev.va.addr = addr;
+                       prev.va.range = req_addr - addr;
+                       prev.gem.obj = obj;
+                       prev.gem.offset = offset;
+
+                       prev_split = true;
+               }
+
+               if (end > req_end) {
+                       next.va.addr = req_end;
+                       next.va.range = end - req_end;
+                       next.gem.obj = obj;
+                       next.gem.offset = offset + (req_end - addr);
+
+                       next_split = true;
+               }
+
+               if (prev_split || next_split) {
+                       struct drm_gpuva_op_unmap unmap = { .va = va };
+
+                       ret = op_remap_cb(ops, priv,
+                                         prev_split ? &prev : NULL,
+                                         next_split ? &next : NULL,
+                                         &unmap);
+                       if (ret)
+                               return ret;
+               } else {
+                       ret = op_unmap_cb(ops, priv, va, false);
+                       if (ret)
+                               return ret;
+               }
+       }
+
+       return 0;
+}
+
+/**
+ * drm_gpuva_sm_map() - creates the &drm_gpuva_op split/merge steps
+ * @mgr: the &drm_gpuva_manager representing the GPU VA space
+ * @req_addr: the start address of the new mapping
+ * @req_range: the range of the new mapping
+ * @req_obj: the &drm_gem_object to map
+ * @req_offset: the offset within the &drm_gem_object
+ * @priv: pointer to a driver private data structure
+ *
+ * This function iterates the given range of the GPU VA space. It utilizes the
+ * &drm_gpuva_fn_ops to call back into the driver providing the split and merge
+ * steps.
+ *
+ * Drivers may use these callbacks to update the GPU VA space right away within
+ * the callback. In case the driver decides to copy and store the operations for
+ * later processing neither this function nor &drm_gpuva_sm_unmap is allowed to
+ * be called before the &drm_gpuva_manager's view of the GPU VA space was
+ * updated with the previous set of operations. To update the
+ * &drm_gpuva_manager's view of the GPU VA space drm_gpuva_insert(),
+ * drm_gpuva_destroy_locked() and/or drm_gpuva_destroy_unlocked() should be
+ * used.
+ *
+ * A sequence of callbacks can contain map, unmap and remap operations, but
+ * the sequence of callbacks might also be empty if no operation is required,
+ * e.g. if the requested mapping already exists in the exact same way.
+ *
+ * There can be an arbitrary amount of unmap operations, a maximum of two remap
+ * operations and a single map operation. The latter one represents the original
+ * map operation requested by the caller.
+ *
+ * Returns: 0 on success or a negative error code
+ */
+int
+drm_gpuva_sm_map(struct drm_gpuva_manager *mgr, void *priv,
+                u64 req_addr, u64 req_range,
+                struct drm_gem_object *req_obj, u64 req_offset)
+{
+       const struct drm_gpuva_fn_ops *ops = mgr->ops;
+
+       if (unlikely(!(ops && ops->sm_step_map &&
+                      ops->sm_step_remap &&
+                      ops->sm_step_unmap)))
+               return -EINVAL;
+
+       return __drm_gpuva_sm_map(mgr, ops, priv,
+                                 req_addr, req_range,
+                                 req_obj, req_offset);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_sm_map);
+
+/**
+ * drm_gpuva_sm_unmap() - creates the &drm_gpuva_ops to split on unmap
+ * @mgr: the &drm_gpuva_manager representing the GPU VA space
+ * @priv: pointer to a driver private data structure
+ * @req_addr: the start address of the range to unmap
+ * @req_range: the range of the mappings to unmap
+ *
+ * This function iterates the given range of the GPU VA space. It utilizes the
+ * &drm_gpuva_fn_ops to call back into the driver providing the operations to
+ * unmap and, if required, split existent mappings.
+ *
+ * Drivers may use these callbacks to update the GPU VA space right away within
+ * the callback. In case the driver decides to copy and store the operations for
+ * later processing neither this function nor &drm_gpuva_sm_map is allowed to be
+ * called before the &drm_gpuva_manager's view of the GPU VA space was updated
+ * with the previous set of operations. To update the &drm_gpuva_manager's view
+ * of the GPU VA space drm_gpuva_insert(), drm_gpuva_destroy_locked() and/or
+ * drm_gpuva_destroy_unlocked() should be used.
+ *
+ * A sequence of callbacks can contain unmap and remap operations, depending on
+ * whether there are actual overlapping mappings to split.
+ *
+ * There can be an arbitrary amount of unmap operations and a maximum of two
+ * remap operations.
+ *
+ * Returns: 0 on success or a negative error code
+ */
+int
+drm_gpuva_sm_unmap(struct drm_gpuva_manager *mgr, void *priv,
+                  u64 req_addr, u64 req_range)
+{
+       const struct drm_gpuva_fn_ops *ops = mgr->ops;
+
+       if (unlikely(!(ops && ops->sm_step_remap &&
+                      ops->sm_step_unmap)))
+               return -EINVAL;
+
+       return __drm_gpuva_sm_unmap(mgr, ops, priv,
+                                   req_addr, req_range);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_sm_unmap);
+
+static struct drm_gpuva_op *
+gpuva_op_alloc(struct drm_gpuva_manager *mgr)
+{
+       const struct drm_gpuva_fn_ops *fn = mgr->ops;
+       struct drm_gpuva_op *op;
+
+       if (fn && fn->op_alloc)
+               op = fn->op_alloc();
+       else
+               op = kzalloc(sizeof(*op), GFP_KERNEL);
+
+       if (unlikely(!op))
+               return NULL;
+
+       return op;
+}
+
+static void
+gpuva_op_free(struct drm_gpuva_manager *mgr,
+             struct drm_gpuva_op *op)
+{
+       const struct drm_gpuva_fn_ops *fn = mgr->ops;
+
+       if (fn && fn->op_free)
+               fn->op_free(op);
+       else
+               kfree(op);
+}
+
+static int
+drm_gpuva_sm_step(struct drm_gpuva_op *__op,
+                 void *priv)
+{
+       struct {
+               struct drm_gpuva_manager *mgr;
+               struct drm_gpuva_ops *ops;
+       } *args = priv;
+       struct drm_gpuva_manager *mgr = args->mgr;
+       struct drm_gpuva_ops *ops = args->ops;
+       struct drm_gpuva_op *op;
+
+       op = gpuva_op_alloc(mgr);
+       if (unlikely(!op))
+               goto err;
+
+       memcpy(op, __op, sizeof(*op));
+
+       if (op->op == DRM_GPUVA_OP_REMAP) {
+               struct drm_gpuva_op_remap *__r = &__op->remap;
+               struct drm_gpuva_op_remap *r = &op->remap;
+
+               r->unmap = kmemdup(__r->unmap, sizeof(*r->unmap),
+                                  GFP_KERNEL);
+               if (unlikely(!r->unmap))
+                       goto err_free_op;
+
+               if (__r->prev) {
+                       r->prev = kmemdup(__r->prev, sizeof(*r->prev),
+                                         GFP_KERNEL);
+                       if (unlikely(!r->prev))
+                               goto err_free_unmap;
+               }
+
+               if (__r->next) {
+                       r->next = kmemdup(__r->next, sizeof(*r->next),
+                                         GFP_KERNEL);
+                       if (unlikely(!r->next))
+                               goto err_free_prev;
+               }
+       }
+
+       list_add_tail(&op->entry, &ops->list);
+
+       return 0;
+
+err_free_unmap:
+       kfree(op->remap.unmap);
+err_free_prev:
+       kfree(op->remap.prev);
+err_free_op:
+       gpuva_op_free(mgr, op);
+err:
+       return -ENOMEM;
+}
+
+static const struct drm_gpuva_fn_ops gpuva_list_ops = {
+       .sm_step_map = drm_gpuva_sm_step,
+       .sm_step_remap = drm_gpuva_sm_step,
+       .sm_step_unmap = drm_gpuva_sm_step,
+};
+
+/**
+ * drm_gpuva_sm_map_ops_create() - creates the &drm_gpuva_ops to split and merge
+ * @mgr: the &drm_gpuva_manager representing the GPU VA space
+ * @req_addr: the start address of the new mapping
+ * @req_range: the range of the new mapping
+ * @req_obj: the &drm_gem_object to map
+ * @req_offset: the offset within the &drm_gem_object
+ *
+ * This function creates a list of operations to perform splitting and merging
+ * of existent mapping(s) with the newly requested one.
+ *
+ * The list can be iterated with &drm_gpuva_for_each_op and must be processed
+ * in the given order. It can contain map, unmap and remap operations, but it
+ * also can be empty if no operation is required, e.g. if the requested mapping
+ * already exists is the exact same way.
+ *
+ * There can be an arbitrary amount of unmap operations, a maximum of two remap
+ * operations and a single map operation. The latter one represents the original
+ * map operation requested by the caller.
+ *
+ * Note that before calling this function again with another mapping request it
+ * is necessary to update the &drm_gpuva_manager's view of the GPU VA space. The
+ * previously obtained operations must be either processed or abandoned. To
+ * update the &drm_gpuva_manager's view of the GPU VA space drm_gpuva_insert(),
+ * drm_gpuva_destroy_locked() and/or drm_gpuva_destroy_unlocked() should be
+ * used.
+ *
+ * After the caller finished processing the returned &drm_gpuva_ops, they must
+ * be freed with &drm_gpuva_ops_free.
+ *
+ * Returns: a pointer to the &drm_gpuva_ops on success, an ERR_PTR on failure
+ */
+struct drm_gpuva_ops *
+drm_gpuva_sm_map_ops_create(struct drm_gpuva_manager *mgr,
+                           u64 req_addr, u64 req_range,
+                           struct drm_gem_object *req_obj, u64 req_offset)
+{
+       struct drm_gpuva_ops *ops;
+       struct {
+               struct drm_gpuva_manager *mgr;
+               struct drm_gpuva_ops *ops;
+       } args;
+       int ret;
+
+       ops = kzalloc(sizeof(*ops), GFP_KERNEL);
+       if (unlikely(!ops))
+               return ERR_PTR(-ENOMEM);
+
+       INIT_LIST_HEAD(&ops->list);
+
+       args.mgr = mgr;
+       args.ops = ops;
+
+       ret = __drm_gpuva_sm_map(mgr, &gpuva_list_ops, &args,
+                                req_addr, req_range,
+                                req_obj, req_offset);
+       if (ret)
+               goto err_free_ops;
+
+       return ops;
+
+err_free_ops:
+       drm_gpuva_ops_free(mgr, ops);
+       return ERR_PTR(ret);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_sm_map_ops_create);
+
+/**
+ * drm_gpuva_sm_unmap_ops_create() - creates the &drm_gpuva_ops to split on
+ * unmap
+ * @mgr: the &drm_gpuva_manager representing the GPU VA space
+ * @req_addr: the start address of the range to unmap
+ * @req_range: the range of the mappings to unmap
+ *
+ * This function creates a list of operations to perform unmapping and, if
+ * required, splitting of the mappings overlapping the unmap range.
+ *
+ * The list can be iterated with &drm_gpuva_for_each_op and must be processed
+ * in the given order. It can contain unmap and remap operations, depending on
+ * whether there are actual overlapping mappings to split.
+ *
+ * There can be an arbitrary amount of unmap operations and a maximum of two
+ * remap operations.
+ *
+ * Note that before calling this function again with another range to unmap it
+ * is necessary to update the &drm_gpuva_manager's view of the GPU VA space. The
+ * previously obtained operations must be processed or abandoned. To update the
+ * &drm_gpuva_manager's view of the GPU VA space drm_gpuva_insert(),
+ * drm_gpuva_destroy_locked() and/or drm_gpuva_destroy_unlocked() should be
+ * used.
+ *
+ * After the caller finished processing the returned &drm_gpuva_ops, they must
+ * be freed with &drm_gpuva_ops_free.
+ *
+ * Returns: a pointer to the &drm_gpuva_ops on success, an ERR_PTR on failure
+ */
+struct drm_gpuva_ops *
+drm_gpuva_sm_unmap_ops_create(struct drm_gpuva_manager *mgr,
+                             u64 req_addr, u64 req_range)
+{
+       struct drm_gpuva_ops *ops;
+       struct {
+               struct drm_gpuva_manager *mgr;
+               struct drm_gpuva_ops *ops;
+       } args;
+       int ret;
+
+       ops = kzalloc(sizeof(*ops), GFP_KERNEL);
+       if (unlikely(!ops))
+               return ERR_PTR(-ENOMEM);
+
+       INIT_LIST_HEAD(&ops->list);
+
+       args.mgr = mgr;
+       args.ops = ops;
+
+       ret = __drm_gpuva_sm_unmap(mgr, &gpuva_list_ops, &args,
+                                  req_addr, req_range);
+       if (ret)
+               goto err_free_ops;
+
+       return ops;
+
+err_free_ops:
+       drm_gpuva_ops_free(mgr, ops);
+       return ERR_PTR(ret);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_sm_unmap_ops_create);
+
+/**
+ * drm_gpuva_prefetch_ops_create() - creates the &drm_gpuva_ops to prefetch
+ * @mgr: the &drm_gpuva_manager representing the GPU VA space
+ * @addr: the start address of the range to prefetch
+ * @range: the range of the mappings to prefetch
+ *
+ * This function creates a list of operations to perform prefetching.
+ *
+ * The list can be iterated with &drm_gpuva_for_each_op and must be processed
+ * in the given order. It can contain prefetch operations.
+ *
+ * There can be an arbitrary amount of prefetch operations.
+ *
+ * After the caller finished processing the returned &drm_gpuva_ops, they must
+ * be freed with &drm_gpuva_ops_free.
+ *
+ * Returns: a pointer to the &drm_gpuva_ops on success, an ERR_PTR on failure
+ */
+struct drm_gpuva_ops *
+drm_gpuva_prefetch_ops_create(struct drm_gpuva_manager *mgr,
+                             u64 addr, u64 range)
+{
+       struct drm_gpuva_ops *ops;
+       struct drm_gpuva_op *op;
+       struct drm_gpuva *va;
+       u64 end = addr + range;
+       int ret;
+
+       ops = kzalloc(sizeof(*ops), GFP_KERNEL);
+       if (!ops)
+               return ERR_PTR(-ENOMEM);
+
+       INIT_LIST_HEAD(&ops->list);
+
+       drm_gpuva_for_each_va_range(va, mgr, addr, end) {
+               op = gpuva_op_alloc(mgr);
+               if (!op) {
+                       ret = -ENOMEM;
+                       goto err_free_ops;
+               }
+
+               op->op = DRM_GPUVA_OP_PREFETCH;
+               op->prefetch.va = va;
+               list_add_tail(&op->entry, &ops->list);
+       }
+
+       return ops;
+
+err_free_ops:
+       drm_gpuva_ops_free(mgr, ops);
+       return ERR_PTR(ret);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_prefetch_ops_create);
+
+/**
+ * drm_gpuva_gem_unmap_ops_create() - creates the &drm_gpuva_ops to unmap a GEM
+ * @mgr: the &drm_gpuva_manager representing the GPU VA space
+ * @obj: the &drm_gem_object to unmap
+ *
+ * This function creates a list of operations to perform unmapping for every
+ * GPUVA attached to a GEM.
+ *
+ * The list can be iterated with &drm_gpuva_for_each_op and consists out of an
+ * arbitrary amount of unmap operations.
+ *
+ * After the caller finished processing the returned &drm_gpuva_ops, they must
+ * be freed with &drm_gpuva_ops_free.
+ *
+ * It is the callers responsibility to protect the GEMs GPUVA list against
+ * concurrent access using the GEMs dma_resv lock.
+ *
+ * Returns: a pointer to the &drm_gpuva_ops on success, an ERR_PTR on failure
+ */
+struct drm_gpuva_ops *
+drm_gpuva_gem_unmap_ops_create(struct drm_gpuva_manager *mgr,
+                              struct drm_gem_object *obj)
+{
+       struct drm_gpuva_ops *ops;
+       struct drm_gpuva_op *op;
+       struct drm_gpuva *va;
+       int ret;
+
+       drm_gem_gpuva_assert_lock_held(obj);
+
+       ops = kzalloc(sizeof(*ops), GFP_KERNEL);
+       if (!ops)
+               return ERR_PTR(-ENOMEM);
+
+       INIT_LIST_HEAD(&ops->list);
+
+       drm_gem_for_each_gpuva(va, obj) {
+               op = gpuva_op_alloc(mgr);
+               if (!op) {
+                       ret = -ENOMEM;
+                       goto err_free_ops;
+               }
+
+               op->op = DRM_GPUVA_OP_UNMAP;
+               op->unmap.va = va;
+               list_add_tail(&op->entry, &ops->list);
+       }
+
+       return ops;
+
+err_free_ops:
+       drm_gpuva_ops_free(mgr, ops);
+       return ERR_PTR(ret);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_gem_unmap_ops_create);
+
+/**
+ * drm_gpuva_ops_free() - free the given &drm_gpuva_ops
+ * @mgr: the &drm_gpuva_manager the ops were created for
+ * @ops: the &drm_gpuva_ops to free
+ *
+ * Frees the given &drm_gpuva_ops structure including all the ops associated
+ * with it.
+ */
+void
+drm_gpuva_ops_free(struct drm_gpuva_manager *mgr,
+                  struct drm_gpuva_ops *ops)
+{
+       struct drm_gpuva_op *op, *next;
+
+       drm_gpuva_for_each_op_safe(op, next, ops) {
+               list_del(&op->entry);
+
+               if (op->op == DRM_GPUVA_OP_REMAP) {
+                       kfree(op->remap.prev);
+                       kfree(op->remap.next);
+                       kfree(op->remap.unmap);
+               }
+
+               gpuva_op_free(mgr, op);
+       }
+
+       kfree(ops);
+}
+EXPORT_SYMBOL_GPL(drm_gpuva_ops_free);
index d7e023bbb0d5b999489c0c8db46c9d8d50e36e8a..ba12acd551390b8e96151139f786487d95e02a95 100644 (file)
@@ -245,6 +245,8 @@ int drm_syncobj_wait_ioctl(struct drm_device *dev, void *data,
                           struct drm_file *file_private);
 int drm_syncobj_timeline_wait_ioctl(struct drm_device *dev, void *data,
                                    struct drm_file *file_private);
+int drm_syncobj_eventfd_ioctl(struct drm_device *dev, void *data,
+                             struct drm_file *file_private);
 int drm_syncobj_reset_ioctl(struct drm_device *dev, void *data,
                            struct drm_file *file_private);
 int drm_syncobj_signal_ioctl(struct drm_device *dev, void *data,
index 8e9afe7af19c9c98af8c3006d4624b9cbffb62f5..f03ffbacfe9b48d9b06437ca2f697f2ac98cd419 100644 (file)
@@ -701,6 +701,8 @@ static const struct drm_ioctl_desc drm_ioctls[] = {
                      DRM_RENDER_ALLOW),
        DRM_IOCTL_DEF(DRM_IOCTL_SYNCOBJ_TIMELINE_WAIT, drm_syncobj_timeline_wait_ioctl,
                      DRM_RENDER_ALLOW),
+       DRM_IOCTL_DEF(DRM_IOCTL_SYNCOBJ_EVENTFD, drm_syncobj_eventfd_ioctl,
+                     DRM_RENDER_ALLOW),
        DRM_IOCTL_DEF(DRM_IOCTL_SYNCOBJ_RESET, drm_syncobj_reset_ioctl,
                      DRM_RENDER_ALLOW),
        DRM_IOCTL_DEF(DRM_IOCTL_SYNCOBJ_SIGNAL, drm_syncobj_signal_ioctl,
index 6252ac01e945a65a056e46d397f018b667ed57ea..14201f73aab1340ac8cc8f050f742a419588e369 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <linux/device.h>
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/of_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/slab.h>
index e592c5da70ceec781240572812a15b40a47eddf5..f7003d1ec5ef1e080b8ea7e5c2dc22e16ff95d0d 100644 (file)
  * requirement is inherited from the wait-before-signal behavior required by
  * the Vulkan timeline semaphore API.
  *
+ * Alternatively, &DRM_IOCTL_SYNCOBJ_EVENTFD can be used to wait without
+ * blocking: an eventfd will be signaled when the syncobj is. This is useful to
+ * integrate the wait in an event loop.
+ *
  *
  * Import/export of syncobjs
  * -------------------------
 
 #include <linux/anon_inodes.h>
 #include <linux/dma-fence-unwrap.h>
+#include <linux/eventfd.h>
 #include <linux/file.h>
 #include <linux/fs.h>
 #include <linux/sched/signal.h>
@@ -212,6 +217,20 @@ struct syncobj_wait_entry {
 static void syncobj_wait_syncobj_func(struct drm_syncobj *syncobj,
                                      struct syncobj_wait_entry *wait);
 
+struct syncobj_eventfd_entry {
+       struct list_head node;
+       struct dma_fence *fence;
+       struct dma_fence_cb fence_cb;
+       struct drm_syncobj *syncobj;
+       struct eventfd_ctx *ev_fd_ctx;
+       u64 point;
+       u32 flags;
+};
+
+static void
+syncobj_eventfd_entry_func(struct drm_syncobj *syncobj,
+                          struct syncobj_eventfd_entry *entry);
+
 /**
  * drm_syncobj_find - lookup and reference a sync object.
  * @file_private: drm file private pointer
@@ -274,6 +293,28 @@ static void drm_syncobj_remove_wait(struct drm_syncobj *syncobj,
        spin_unlock(&syncobj->lock);
 }
 
+static void
+syncobj_eventfd_entry_free(struct syncobj_eventfd_entry *entry)
+{
+       eventfd_ctx_put(entry->ev_fd_ctx);
+       dma_fence_put(entry->fence);
+       /* This happens either inside the syncobj lock, or after the node has
+        * already been removed from the list.
+        */
+       list_del(&entry->node);
+       kfree(entry);
+}
+
+static void
+drm_syncobj_add_eventfd(struct drm_syncobj *syncobj,
+                       struct syncobj_eventfd_entry *entry)
+{
+       spin_lock(&syncobj->lock);
+       list_add_tail(&entry->node, &syncobj->ev_fd_list);
+       syncobj_eventfd_entry_func(syncobj, entry);
+       spin_unlock(&syncobj->lock);
+}
+
 /**
  * drm_syncobj_add_point - add new timeline point to the syncobj
  * @syncobj: sync object to add timeline point do
@@ -288,7 +329,8 @@ void drm_syncobj_add_point(struct drm_syncobj *syncobj,
                           struct dma_fence *fence,
                           uint64_t point)
 {
-       struct syncobj_wait_entry *cur, *tmp;
+       struct syncobj_wait_entry *wait_cur, *wait_tmp;
+       struct syncobj_eventfd_entry *ev_fd_cur, *ev_fd_tmp;
        struct dma_fence *prev;
 
        dma_fence_get(fence);
@@ -302,8 +344,10 @@ void drm_syncobj_add_point(struct drm_syncobj *syncobj,
        dma_fence_chain_init(chain, prev, fence, point);
        rcu_assign_pointer(syncobj->fence, &chain->base);
 
-       list_for_each_entry_safe(cur, tmp, &syncobj->cb_list, node)
-               syncobj_wait_syncobj_func(syncobj, cur);
+       list_for_each_entry_safe(wait_cur, wait_tmp, &syncobj->cb_list, node)
+               syncobj_wait_syncobj_func(syncobj, wait_cur);
+       list_for_each_entry_safe(ev_fd_cur, ev_fd_tmp, &syncobj->ev_fd_list, node)
+               syncobj_eventfd_entry_func(syncobj, ev_fd_cur);
        spin_unlock(&syncobj->lock);
 
        /* Walk the chain once to trigger garbage collection */
@@ -323,7 +367,8 @@ void drm_syncobj_replace_fence(struct drm_syncobj *syncobj,
                               struct dma_fence *fence)
 {
        struct dma_fence *old_fence;
-       struct syncobj_wait_entry *cur, *tmp;
+       struct syncobj_wait_entry *wait_cur, *wait_tmp;
+       struct syncobj_eventfd_entry *ev_fd_cur, *ev_fd_tmp;
 
        if (fence)
                dma_fence_get(fence);
@@ -335,8 +380,10 @@ void drm_syncobj_replace_fence(struct drm_syncobj *syncobj,
        rcu_assign_pointer(syncobj->fence, fence);
 
        if (fence != old_fence) {
-               list_for_each_entry_safe(cur, tmp, &syncobj->cb_list, node)
-                       syncobj_wait_syncobj_func(syncobj, cur);
+               list_for_each_entry_safe(wait_cur, wait_tmp, &syncobj->cb_list, node)
+                       syncobj_wait_syncobj_func(syncobj, wait_cur);
+               list_for_each_entry_safe(ev_fd_cur, ev_fd_tmp, &syncobj->ev_fd_list, node)
+                       syncobj_eventfd_entry_func(syncobj, ev_fd_cur);
        }
 
        spin_unlock(&syncobj->lock);
@@ -472,7 +519,13 @@ void drm_syncobj_free(struct kref *kref)
        struct drm_syncobj *syncobj = container_of(kref,
                                                   struct drm_syncobj,
                                                   refcount);
+       struct syncobj_eventfd_entry *ev_fd_cur, *ev_fd_tmp;
+
        drm_syncobj_replace_fence(syncobj, NULL);
+
+       list_for_each_entry_safe(ev_fd_cur, ev_fd_tmp, &syncobj->ev_fd_list, node)
+               syncobj_eventfd_entry_free(ev_fd_cur);
+
        kfree(syncobj);
 }
 EXPORT_SYMBOL(drm_syncobj_free);
@@ -501,6 +554,7 @@ int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags,
 
        kref_init(&syncobj->refcount);
        INIT_LIST_HEAD(&syncobj->cb_list);
+       INIT_LIST_HEAD(&syncobj->ev_fd_list);
        spin_lock_init(&syncobj->lock);
 
        if (flags & DRM_SYNCOBJ_CREATE_SIGNALED) {
@@ -1304,6 +1358,88 @@ drm_syncobj_timeline_wait_ioctl(struct drm_device *dev, void *data,
        return ret;
 }
 
+static void syncobj_eventfd_entry_fence_func(struct dma_fence *fence,
+                                            struct dma_fence_cb *cb)
+{
+       struct syncobj_eventfd_entry *entry =
+               container_of(cb, struct syncobj_eventfd_entry, fence_cb);
+
+       eventfd_signal(entry->ev_fd_ctx, 1);
+       syncobj_eventfd_entry_free(entry);
+}
+
+static void
+syncobj_eventfd_entry_func(struct drm_syncobj *syncobj,
+                          struct syncobj_eventfd_entry *entry)
+{
+       int ret;
+       struct dma_fence *fence;
+
+       /* This happens inside the syncobj lock */
+       fence = dma_fence_get(rcu_dereference_protected(syncobj->fence, 1));
+       ret = dma_fence_chain_find_seqno(&fence, entry->point);
+       if (ret != 0 || !fence) {
+               dma_fence_put(fence);
+               return;
+       }
+
+       list_del_init(&entry->node);
+       entry->fence = fence;
+
+       if (entry->flags & DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE) {
+               eventfd_signal(entry->ev_fd_ctx, 1);
+               syncobj_eventfd_entry_free(entry);
+       } else {
+               ret = dma_fence_add_callback(fence, &entry->fence_cb,
+                                            syncobj_eventfd_entry_fence_func);
+               if (ret == -ENOENT) {
+                       eventfd_signal(entry->ev_fd_ctx, 1);
+                       syncobj_eventfd_entry_free(entry);
+               }
+       }
+}
+
+int
+drm_syncobj_eventfd_ioctl(struct drm_device *dev, void *data,
+                         struct drm_file *file_private)
+{
+       struct drm_syncobj_eventfd *args = data;
+       struct drm_syncobj *syncobj;
+       struct eventfd_ctx *ev_fd_ctx;
+       struct syncobj_eventfd_entry *entry;
+
+       if (!drm_core_check_feature(dev, DRIVER_SYNCOBJ_TIMELINE))
+               return -EOPNOTSUPP;
+
+       if (args->flags & ~DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE)
+               return -EINVAL;
+
+       if (args->pad)
+               return -EINVAL;
+
+       syncobj = drm_syncobj_find(file_private, args->handle);
+       if (!syncobj)
+               return -ENOENT;
+
+       ev_fd_ctx = eventfd_ctx_fdget(args->fd);
+       if (IS_ERR(ev_fd_ctx))
+               return PTR_ERR(ev_fd_ctx);
+
+       entry = kzalloc(sizeof(*entry), GFP_KERNEL);
+       if (!entry) {
+               eventfd_ctx_put(ev_fd_ctx);
+               return -ENOMEM;
+       }
+       entry->syncobj = syncobj;
+       entry->ev_fd_ctx = ev_fd_ctx;
+       entry->point = args->point;
+       entry->flags = args->flags;
+
+       drm_syncobj_add_eventfd(syncobj, entry);
+       drm_syncobj_put(syncobj);
+
+       return 0;
+}
 
 int
 drm_syncobj_reset_ioctl(struct drm_device *dev, void *data,
index de8c9894967c05908b18c9d358d39419ab474780..bbc9c54871f43cd4c188c38190649bba31ecda1a 100644 (file)
@@ -8,8 +8,8 @@
 #include <linux/delay.h>
 #include <linux/dma-fence.h>
 #include <linux/dma-mapping.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regulator/consumer.h>
index 2867b39fa35e386f8d4e1df43a411978e2bda7d2..4d986077738b9b61caad8720543137d6c2424bc1 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/iopoll.h>
 #include <linux/irq.h>
 #include <linux/mfd/syscon.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
index 3126f735dedcbbce35f3e6529e062a841a66ed02..0156a5e9443594711d9286f25e0d9ca747a02e7d 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/kernel.h>
 #include <linux/of.h>
 #include <linux/of_address.h>
-#include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
index fc81f728e6baba1ab34fb0daffade9f3d3d5c757..69ea33cae65162afb9b5bb151682f432d5c4523b 100644 (file)
@@ -8,7 +8,8 @@
  */
 
 #include <linux/component.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 
 #include <drm/bridge/samsung-dsim.h>
 #include <drm/drm_probe_helper.h>
index 7f4a0be03dd1c273e79aeefec97323cc6bcc7f23..8dde7b1e9b35d996f34afadb75701d4bc7cf5f62 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/kernel.h>
 #include <linux/mfd/syscon.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
index 8706f377c349d5de6a71254484272180b2a8ab49..ffb327c5139ece0762142039d75947472d9cb60f 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/interrupt.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/sizes.h>
index 20608e9780cea509a8e3908f6e3ea35ad3b5b20f..f2b8b09a6b4ecaf5a9bc78663a2db1d9d2244f24 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/interrupt.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
index b7c11bdce2c89a9fabb991a26f203416f1d15fb0..f3aaa4ea3e68208b1f6bfccaf49a2d646e43ded1 100644 (file)
@@ -21,8 +21,8 @@
 #include <linux/irq.h>
 #include <linux/kernel.h>
 #include <linux/mfd/syscon.h>
+#include <linux/of.h>
 #include <linux/of_address.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
index 8d333db813b7d180a5d668f29b29a826e7d362fd..b302392ff0d7fbd7ee707ba1364b7e44ec74ffa8 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/kernel.h>
 #include <linux/ktime.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regulator/consumer.h>
index bc2948500311ebca4b95ed7fb1a36fd57b24c2ad..e8c77bcc6dae91e7cb13421d994832752a6e24e7 100644 (file)
@@ -11,9 +11,9 @@
  *     Xinwei Kong <kong.kongxinwei@hisilicon.com>
  */
 
-#include <linux/of_platform.h>
 #include <linux/component.h>
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 
index 5d1779ab65c055c4b7dc27a1b6e351e873abca96..4f3af0dfb34499f6a502bf935a56e8c8956be75e 100644 (file)
@@ -4,8 +4,9 @@
  */
 
 #include <linux/clk.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/slab.h>
 #include <drm/drm_bridge_connector.h>
@@ -198,7 +199,7 @@ struct dcss_dev *dcss_dev_create(struct device *dev, bool hdmi_output)
 
        dcss->of_port = of_graph_get_port_by_id(dev->of_node, 0);
        if (!dcss->of_port) {
-               dev_err(dev, "no port@0 node in %s\n", dev->of_node->full_name);
+               dev_err(dev, "no port@0 node in %pOF\n", dev->of_node);
                ret = -ENODEV;
                goto clks_err;
        }
index 277ead6a459a4f46484466555c583b7e15b6df11..22b65f4a0e3034f5768460a0db5dbc43b3e344ef 100644 (file)
@@ -19,8 +19,8 @@
 #include <linux/bitfield.h>
 #include <linux/clk.h>
 #include <linux/dma-mapping.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/platform_device.h>
 
 #define IMX21LCDC_LSSAR         0x0000 /* LCDC Screen Start Address Register */
index 5ec75e9ba499ae4abc493b4312fae383b3a3fe0a..8dbd4847d3a6de57ff5e2dd4c92fc920e0032bc2 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
 #include <linux/mutex.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_reserved_mem.h>
 #include <linux/platform_device.h>
 #include <linux/pm.h>
index 7a43505011a571c862dafcc41d55c5529dac01d0..6d236547f611d71984d2f0fc4d382823a9a1cd1d 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/interrupt.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/time.h>
 
index 3dd078f443bb5692ddf32b9a257563d05145a931..10fd9154cc4653f8a9360099ad1c36219cf4f3bb 100644 (file)
@@ -2,7 +2,8 @@
 /* Copyright 2017-2019 Qiang Yu <yuq825@gmail.com> */
 
 #include <linux/module.h>
-#include <linux/of_platform.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/uaccess.h>
 #include <linux/slab.h>
 #include <linux/pm_runtime.h>
index c8639c8a868dd0fbc31bbb80415714e644d69cac..749debd3d6a5772cf45c4b3a15212cb59b0e6988 100644 (file)
@@ -10,8 +10,8 @@
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/of_address.h>
-#include <linux/of_device.h>
 #include <linux/of_reserved_mem.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/types.h>
 
index 7c31c54ab7fc7dfcffb83482b740276379f628ad..a2572fb311f08277d5bad24069e3839bbaf3334c 100644 (file)
@@ -469,7 +469,7 @@ static const struct of_device_id mcde_of_match[] = {
 static struct platform_driver mcde_driver = {
        .driver = {
                .name           = "mcde",
-               .of_match_table = of_match_ptr(mcde_of_match),
+               .of_match_table = mcde_of_match,
        },
        .probe = mcde_probe,
        .remove_new = mcde_remove,
index 434e8a9ce8ab768278ab493f57a8df1d57c715b0..cdbec79474d10635746b54079ec5a5d56a1d2e0d 100644 (file)
@@ -6,8 +6,7 @@
 #include <linux/clk.h>
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
 
index 1773379b243980eb1bfcaedc329ef2e613801d03..7c5e04ee5b9f5141e6485c6d5de1cb2a1cb60a7b 100644 (file)
@@ -6,8 +6,7 @@
 #include <linux/clk.h>
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
 
index cac9206079e7161259e23e3fa3fbf1badf4c1f0a..0b9b4b06d19cc97121fe5656fe26f417760524c2 100644 (file)
@@ -6,8 +6,7 @@
 #include <linux/clk.h>
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
 
index c844942603f7e4d50c6a4b2b67dac21cbd95e16a..7746dceadb20ee1751b568edcee903dea38ffc0c 100644 (file)
@@ -6,8 +6,7 @@
 #include <linux/clk.h>
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
 
index 6428b6203ffe8c2bb44cf95068fa61bc924b700e..bea8a0d8040ac0f17ed02d3ec5dc98816c22c700 100644 (file)
@@ -5,8 +5,7 @@
 
 #include <linux/clk.h>
 #include <linux/component.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/reset.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
index 8f52cc1f3fbac5200b91646fa7d95f91542cfd36..73320a7425cd4366357b221e9bc258326c1d2663 100644 (file)
@@ -10,8 +10,7 @@
 #include <linux/clk.h>
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
index c0a38f5217eee668bc34e62ad414880eff09dd50..878575bb9671be4b178074a1f2b986c57ea89297 100644 (file)
@@ -7,8 +7,9 @@
 #include <drm/drm_of.h>
 #include <linux/clk.h>
 #include <linux/component.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_address.h>
+#include <linux/of_platform.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
index d4df17ad600ab4f58f7b00f45c828423ec6ca65f..a12c05786d28635acd5cc9882a6c47a6910ccab6 100644 (file)
@@ -8,8 +8,7 @@
 #include <linux/clk.h>
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
index 948a53f1f4b385154f7e58070812b326ae8bd7cf..28bdb1f427ff52ac0d820efc995a66147f254677 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/kernel.h>
 #include <linux/media-bus-format.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/pinctrl/consumer.h>
 #include <linux/platform_device.h>
index d40142842f85c21dc539b0ca5641f470ed476834..8a43656ecc30a19755ed8080bb205ca6a7d230d4 100644 (file)
@@ -6,6 +6,7 @@
 #include <linux/clk.h>
 #include <linux/dma-mapping.h>
 #include <linux/mailbox_controller.h>
+#include <linux/of.h>
 #include <linux/pm_runtime.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
 #include <linux/soc/mediatek/mtk-mmsys.h>
index 7fb65eb95c559903b89533d6811c3af5081e2225..961715dd5b1169dbbc615ba6e4a1033fa00381cd 100644 (file)
@@ -7,8 +7,9 @@
 #include <linux/component.h>
 #include <linux/iommu.h>
 #include <linux/module.h>
-#include <linux/of_address.h>
+#include <linux/of.h>
 #include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/dma-mapping.h>
 
index 73dc4da3ba3bd0fd27332071b40eadb652b9c7c3..db7ac666ec5e1193b5dbfcdfc771ce817e000896 100644 (file)
@@ -7,7 +7,7 @@
 #include <drm/drm_framebuffer.h>
 #include <linux/clk.h>
 #include <linux/component.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_address.h>
 #include <linux/platform_device.h>
 #include <linux/reset.h>
index e06db6e56b5f6e5bd2d7c484cdd114e832d97e82..4806bdd4b8fa13fa54fa7964866eb036be2703af 100644 (file)
@@ -6,8 +6,7 @@
 #include <drm/drm_fourcc.h>
 #include <linux/clk.h>
 #include <linux/component.h>
-#include <linux/of_address.h>
-#include <linux/of_device.h>
+#include <linux/mod_devicetable.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/soc/mediatek/mtk-cmdq.h>
index b23009a3380fb38a70d74584a1f12e3beea4e7c6..3f9345c14f31c13b071f420533fe8a450d3e0f36 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <linux/device.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regmap.h>
 
 struct drm_crtc;
index 18a0f4f4638cb97ac09c2dea67a56cbf86bd88a2..5a9538bc0e26f83468a4e3fb751c0ee64643fbc6 100644 (file)
@@ -9,8 +9,9 @@
 #include <linux/component.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
+#include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 #include <linux/reset.h>
 
index 57447abf1a295fc42cf316d1f7b5f79d0c66a228..e5fe4e994f43b1b8cff6b658e34043981ae139e6 100644 (file)
@@ -7,9 +7,10 @@
 
 #include <linux/clk.h>
 #include <linux/kernel.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
+#include <linux/platform_device.h>
 #include <linux/reset.h>
 #include <linux/phy/phy.h>
 #include <linux/bitfield.h>
index 812e172dec63a7b140a58dd527cc11c543190077..3f93c70488cad1829bbe488d8bf8f7b3833859f1 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <linux/kernel.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 
 #include <drm/drm_atomic_helper.h>
index 53231bfdf7e2471610825b0d111a1178e84ab26d..9913971fa5d20bc9d192695d8b2773d0244615ce 100644 (file)
@@ -9,8 +9,10 @@
 #include <linux/component.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 #include <linux/reset.h>
 
index 5deb79924897afded45a9399e1e3e29e5e534921..b20ef6c8ea26d935338166adebb2c3685905635b 100644 (file)
@@ -3,6 +3,8 @@
 
 #include <linux/clk.h>
 #include <linux/interconnect.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/pm_domain.h>
 #include <linux/pm_opp.h>
 #include <soc/qcom/cmd-db.h>
index 1245c7aa49df844ce293207c6a74374eb0bee805..4a2e479723a852f10ff226231192b791a42ac691 100644 (file)
@@ -6,7 +6,7 @@
 
 #define pr_fmt(fmt)    "[drm-dp] %s: " fmt, __func__
 
-#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 
 #include <drm/display/drm_dp_helper.h>
 #include <drm/drm_edid.h>
index 3f6dfb4f9d5a6dabf33a78a5b3c43aa1ed3bbe45..4c6d73e24bb53e148dd1cd05922c8289228c39d5 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/gpio/consumer.h>
 #include <linux/interrupt.h>
 #include <linux/mfd/syscon.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/of_irq.h>
 #include <linux/pinctrl/consumer.h>
index 3132105a2a433af412541b8f56574ec7e2264576..60509fb397100227e3c0585236c2fcad1784f7a4 100644 (file)
@@ -7,6 +7,8 @@
 
 #include <linux/of_irq.h>
 #include <linux/of_gpio.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 
 #include <drm/drm_bridge_connector.h>
 #include <drm/drm_of.h>
index 9780107e1cc973febbe54d309faad9c0b2fed23f..3e00fb8190b2a12ce88d004d5e0a866f9cb855de 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (c) 2016, The Linux Foundation. All rights reserved.
  */
 
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 
 #include "hdmi.h"
 
index 05648c910c68efe2785c0251606eb17368d9d755..6bf6c4a0f55036e3c848582039550ddef4c61a59 100644 (file)
@@ -10,6 +10,8 @@
 #include <linux/irqchip.h>
 #include <linux/irqdesc.h>
 #include <linux/irqchip/chained_irq.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
 
index 9f4212f54af760f539fbd40d85b66317c0e2f50d..18de2f17e2491cf72ca503720e1fc978a1db8568 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
index 1cc0f1d09684c8b620cdd3199b1401d38fac4079..662c7bcbe6e5e9419a680131a262078f971300fe 100644 (file)
@@ -11,7 +11,8 @@
 #include <linux/gpio/consumer.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
index 3c976a98de6a2baaf1da61693e3493abe313d197..6c86ebf2cad7b13e1ce1497ceaf040836ddcb279 100644 (file)
@@ -11,8 +11,8 @@
 #include <linux/device.h>
 #include <linux/gpio/consumer.h>
 #include <linux/media-bus-format.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
index d879b3b14c484922019ead73f15b8df299a46e21..11b64acbe8a9f23107b6c5118b4d114c446c4957 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 
 #include <linux/gpio/consumer.h>
 #include <linux/regulator/consumer.h>
index dc276c346fd1a0d982215b6994fb760ac5fe5b80..5ac926281d2c65e1c6e7b652a29570940a33f017 100644 (file)
@@ -8,7 +8,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regulator/consumer.h>
 
 #include <drm/drm_connector.h>
index ba17bcc4461c76472acce1abfe8b4a429bd2f03d..6b3f4d664d2ade668525660394cf81924436492e 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/gpio/consumer.h>
 #include <linux/jiffies.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 
 #include <drm/drm_connector.h>
index 76572c9229836eb8c687dc7c0214b38199eb8827..986e3e192881b50ad3cdbbbc41a2adbf77e8791a 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/delay.h>
 #include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/regulator/consumer.h>
 
 #include <drm/drm_mipi_dsi.h>
index df493da50afece6b7faa1d2f87458e8cfdeb38ea..48e3acaecdf33de5b82c3eea1c44f0409ebf5f8f 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/gpio/consumer.h>
 #include <linux/delay.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/mod_devicetable.h>
 #include <linux/regulator/consumer.h>
 
 #define FEIYANG_INIT_CMD_LEN   2
index d4fb5d1b295bead221f59f2d77f5b3e3c6278937..c73243d85de71875db8b489125efbf3856afdf5e 100644 (file)
@@ -15,7 +15,7 @@
 #include <linux/media-bus-format.h>
 #include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/mipi_display.h>
index 3dfafa585127ff909a9b389b8da114e9474379db..61c872f0f7ca882c6e83b22b07f42948b1987ed6 100644 (file)
@@ -22,7 +22,8 @@
 #include <linux/bitops.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
index 3fdf884b3257fcdcfc853c4149808a2c8aeb15b6..3574681891e816f5f32a012814e22f7335f687d2 100644 (file)
@@ -23,7 +23,7 @@
 #include <linux/delay.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
 
index 1ec696adf9ded5ec90a2206e62482b1f7b2284e6..72dbb8184280c4e91e1c90f089a20b6d7b9be8a8 100644 (file)
@@ -9,7 +9,7 @@
 #include <linux/errno.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 
 #include <linux/gpio/consumer.h>
 #include <linux/regulator/consumer.h>
index b2b0ebc9e943f8f611ff44f2947016e748c84a60..8fdbda59be48ff08bfadd534b6c32200b084a128 100644 (file)
@@ -11,7 +11,8 @@
 #include <linux/gpio/consumer.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
index 9992d0d4c0e5c54281fb201818d2644f931c403b..485178a99910631e64449ddc3c4adf96fde9d79b 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/mipi_display.h>
index 323c33c9c37aa2b5545f76a9d1a698b35d62316a..4879835fe101d4b93f0e8c3e322f2a2d7283a846 100644 (file)
@@ -16,7 +16,7 @@
 #include <linux/gpio/consumer.h>
 #include <linux/delay.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 
 #define JD9365DA_INIT_CMD_LEN          2
index d2efd887484bc007360c61b4aec0e59886113ba5..d41482d3a34f64bb71e0bb6f1e20b4a6ea9c7085 100644 (file)
@@ -8,7 +8,6 @@
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/display_timing.h>
index b47c3a679be06dacec2216134b81cb31729f8c53..1b8e3156914c1dd3e0eac49503e16a71a85fa1f0 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_platform.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 #include <linux/slab.h>
index 26d358b9b85ad5f7096095cc24423ab3d726a552..799c2161fc85b24e1fb236fd63b397bf66fc15c8 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
 
index 9243b2ad828d090be2a0856007d377eb85ed3698..ea4a6bf6d35bbab860ba9e4cda82b7cf5c20e6aa 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/gpio/consumer.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/mipi_display.h>
index a07958038ffd1e8a873cbb7752669e70439fcbd4..ad98dd9322b4a3283a6761a746bb2de3dedb4dc8 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/gpio/consumer.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/display_timing.h>
index cf078f0d3cd349d9345727f4b93d86ee1920b052..71e57de6d8b2c0e2e246f6ccf7e79a8f9e53ba9d 100644 (file)
@@ -11,7 +11,8 @@
 #include <linux/gpio/consumer.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
 #include <video/mipi_display.h>
index 493c3c23f0d649f1ee7aff88281613b8ab50048d..d6dceb8580081eb58dd6dee3694cf89120646d8b 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/bitops.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
 
index cc7f96d70826322475b4a2345d8cf96608431dff..5bbea734123bc003e3d691040496b1fc679ac94b 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/mipi_display.h>
index 8b108ac80b556ae553809367b2a5a4ca35288402..412ca84d05811053ce01189ffc812d5cae433b22 100644 (file)
@@ -8,7 +8,7 @@
 #include <linux/delay.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/regulator/consumer.h>
 
index c3befa7f253dcdb141973cf03591209c7406ac6a..9632b9e95b7159d2e852593bf82bf7e4f60d574e 100644 (file)
@@ -9,7 +9,7 @@
 #include <linux/delay.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/regulator/consumer.h>
 
index 73bcffa1e0c151eb3f1ca852b27c60b8fdc5e2cf..33fb3d715e54f0262c624443d146078a88b189ac 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 
 #include <linux/gpio/consumer.h>
 #include <linux/pinctrl/consumer.h>
index f58cfb10b58a2ad48d670ed53828d0a17a965051..059260262b5a9d646a4e5ae6b6984e071eac7fde 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
index e46be5014d4224fcce08d47878722c3ab1037817..c415dacf18161d68bcabb45b0a3834ff4030e225 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
 #include <linux/spi/spi.h>
index 90ea91e4311d44b9a079ed9b5d3289b2b0c7dbe9..4618c892cdd652d513baf74fabaaef4b9672e215 100644 (file)
@@ -47,7 +47,6 @@
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/pm.h>
 
index 01eb211f32f7578389835cfb9a7e012e4c359710..9f438683a6f6e872317af879d1d9518551b08987 100644 (file)
@@ -8,6 +8,7 @@
  * Andrzej Hajda <a.hajda@samsung.com>
 */
 
+#include <linux/backlight.h>
 #include <linux/delay.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
@@ -180,15 +181,15 @@ static void ld9040_init(struct ld9040 *ctx)
 {
        ld9040_dcs_write_seq_static(ctx, MCS_USER_SETTING, 0x5a, 0x5a);
        ld9040_dcs_write_seq_static(ctx, MCS_PANEL_CONDITION,
-               0x05, 0x65, 0x96, 0x71, 0x7d, 0x19, 0x3b, 0x0d,
-               0x19, 0x7e, 0x0d, 0xe2, 0x00, 0x00, 0x7e, 0x7d,
-               0x07, 0x07, 0x20, 0x20, 0x20, 0x02, 0x02);
+               0x05, 0x5e, 0x96, 0x6b, 0x7d, 0x0d, 0x3f, 0x00,
+               0x00, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+               0x07, 0x05, 0x1f, 0x1f, 0x1f, 0x00, 0x00);
        ld9040_dcs_write_seq_static(ctx, MCS_DISPCTL,
-               0x02, 0x08, 0x08, 0x10, 0x10);
+               0x02, 0x06, 0x0a, 0x10, 0x10);
        ld9040_dcs_write_seq_static(ctx, MCS_MANPWR, 0x04);
        ld9040_dcs_write_seq_static(ctx, MCS_POWER_CTRL,
                0x0a, 0x87, 0x25, 0x6a, 0x44, 0x02, 0x88);
-       ld9040_dcs_write_seq_static(ctx, MCS_ELVSS_ON, 0x0d, 0x00, 0x16);
+       ld9040_dcs_write_seq_static(ctx, MCS_ELVSS_ON, 0x0f, 0x00, 0x16);
        ld9040_dcs_write_seq_static(ctx, MCS_GTCON, 0x09, 0x00, 0x00);
        ld9040_brightness_set(ctx);
        ld9040_dcs_write_seq_static(ctx, MIPI_DCS_EXIT_SLEEP_MODE);
@@ -310,8 +311,30 @@ static int ld9040_parse_dt(struct ld9040 *ctx)
        return 0;
 }
 
+static int ld9040_bl_update_status(struct backlight_device *dev)
+{
+       struct ld9040 *ctx = bl_get_data(dev);
+
+       ctx->brightness = backlight_get_brightness(dev);
+       ld9040_brightness_set(ctx);
+
+       return 0;
+}
+
+static const struct backlight_ops ld9040_bl_ops = {
+       .update_status  = ld9040_bl_update_status,
+};
+
+static const struct backlight_properties ld9040_bl_props = {
+       .type = BACKLIGHT_RAW,
+       .scale = BACKLIGHT_SCALE_NON_LINEAR,
+       .max_brightness = ARRAY_SIZE(ld9040_gammas) - 1,
+       .brightness = ARRAY_SIZE(ld9040_gammas) - 1,
+};
+
 static int ld9040_probe(struct spi_device *spi)
 {
+       struct backlight_device *bldev;
        struct device *dev = &spi->dev;
        struct ld9040 *ctx;
        int ret;
@@ -323,7 +346,7 @@ static int ld9040_probe(struct spi_device *spi)
        spi_set_drvdata(spi, ctx);
 
        ctx->dev = dev;
-       ctx->brightness = ARRAY_SIZE(ld9040_gammas) - 1;
+       ctx->brightness = ld9040_bl_props.brightness;
 
        ret = ld9040_parse_dt(ctx);
        if (ret < 0)
@@ -353,6 +376,12 @@ static int ld9040_probe(struct spi_device *spi)
        drm_panel_init(&ctx->panel, dev, &ld9040_drm_funcs,
                       DRM_MODE_CONNECTOR_DPI);
 
+       bldev = devm_backlight_device_register(dev, dev_name(dev), dev,
+                                              ctx, &ld9040_bl_ops,
+                                              &ld9040_bl_props);
+       if (IS_ERR(bldev))
+               return PTR_ERR(bldev);
+
        drm_panel_add(&ctx->panel);
 
        return 0;
index 008e2b0d6652b6239bd4633a620988897493a74a..79f611963c6183218b42c7b6c3e2ab298e3fdb99 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/gpio/consumer.h>
 #include <linux/regulator/consumer.h>
 #include <linux/delay.h>
-#include <linux/of_device.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
 
 struct s6d16d0 {
index fec0d014fd0e783b022bf9950a909f9f3d940b54..0583360b128068055b10f0bf888f6bf74cb7a962 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/module.h>
 #include <linux/regulator/consumer.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 
 #include <video/mipi_display.h>
 #include <drm/drm_mipi_dsi.h>
index 39eef3dce7c94ce99de01edb870009dedb51e097..639a4fdf57bb546dc995053e77c25cf8d5f3641a 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/delay.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 
 #include <drm/drm_mipi_dsi.h>
index ed3895e4ca5e75aa0d6c8d2fd0d875a1c866ef24..a89d925fdfb2b1b5f2b8fc2c1fe6190413a9c09a 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <linux/module.h>
 #include <linux/delay.h>
-#include <linux/of_device.h>
+#include <linux/mod_devicetable.h>
 
 #include <drm/drm_mipi_dsi.h>
 #include <drm/drm_print.h>
index 1ebb79e3103c19d1c282c66e99e738bf7a87c77b..cbf9607dd5761bf55e55964c3892ff9028894950 100644 (file)
@@ -8,7 +8,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regulator/consumer.h>
 #include <linux/backlight.h>
 
index 18dc251749fbd31eb397a722824585db6ece59ee..4badda6570d5d868da8b5427aeddef38792bcf3c 100644 (file)
@@ -141,7 +141,6 @@ struct panel_simple {
 
        bool prepared;
 
-       ktime_t prepared_time;
        ktime_t unprepared_time;
 
        const struct panel_desc *desc;
@@ -351,8 +350,6 @@ static int panel_simple_resume(struct device *dev)
        if (p->desc->delay.prepare)
                msleep(p->desc->delay.prepare);
 
-       p->prepared_time = ktime_get_boottime();
-
        return 0;
 }
 
@@ -566,7 +563,6 @@ static int panel_simple_probe(struct device *dev, const struct panel_desc *desc)
                return -ENOMEM;
 
        panel->enabled = false;
-       panel->prepared_time = 0;
        panel->desc = desc;
 
        panel->supply = devm_regulator_get(dev, "power");
index 7eae83aa0ea18efcc8b8fcf7e247863b360e128c..0459965e1b4f7b47a9e1d173429329b191171a5a 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/gpio/consumer.h>
 #include <linux/delay.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/mipi_display.h>
index 3aa31f3d61574bf2d351661193f9dacd1df98630..6a394563953501336fac0b6b59e23bb438b6c288 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/media-bus-format.h>
 #include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/display_timing.h>
index 8d8813dbaa45f93de2ab2a080a5439d8a16e7e2a..1bde2f01786b55bfbca2386dcc5d169f805f5ffe 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/regulator/consumer.h>
 
 #include <video/mipi_display.h>
index b31cffb660a7720af33aea141bc7579b7a88d2cf..4f4009f9fe25ad71c4cecc72150fe914dd85dd02 100644 (file)
@@ -7,7 +7,7 @@
 #include <linux/delay.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/pinctrl/consumer.h>
 #include <linux/regulator/consumer.h>
index ec228c269146f0c5177de3a16ccbe04010ed8339..c2806e4fd553b1159a98b93673b5cc5614b6e08c 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <linux/delay.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/mod_devicetable.h>
 #include <linux/gpio/consumer.h>
 #include <linux/regulator/consumer.h>
 
index 49b51f0db9b40b8148c583cd139899775188c2a6..a2ab99698ca80a6bc59e34bc704c6df6e2fbc4e6 100644 (file)
@@ -4,8 +4,9 @@
 /* Copyright 2019 Collabora ltd. */
 
 #include <linux/module.h>
-#include <linux/of_platform.h>
+#include <linux/of.h>
 #include <linux/pagemap.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <drm/panfrost_drm.h>
 #include <drm/drm_drv.h>
index 00c3ebd32359b975c553e1b275c7e3b64d727879..1e4b28d03f4d2df6c7bed0e365e1c9d1cb410687 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/vexpress.h>
 
index a4f3615f3291d762f4d15ec878de800091dcd3e8..1dd722fe8631aa9ffd628fdfc049ea28fc7e01a4 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/io.h>
 #include <linux/mm.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm.h>
 #include <linux/slab.h>
index adfb36b0e8154546b765e2551f0b09c8d525ac75..9ff4537c26c868ab853ff094722c09ab936e8b8b 100644 (file)
 
 #include <linux/device.h>
 #include <linux/dma-buf.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/wait.h>
 
 #include "rcar_du_crtc.h"
index 45c05d0ffc70f9b0d577733ae8be8aafbff3ba0a..9cbb5e6e2cba7321ef85816b3c0e4fe541fdf584 100644 (file)
@@ -22,6 +22,7 @@
 #include <linux/bitops.h>
 #include <linux/dma-mapping.h>
 #include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/scatterlist.h>
 #include <linux/slab.h>
 #include <linux/videodev2.h>
index 305123a671c622c13c77a641c3dfcb45ffbebb17..586c5c4ebb1430ed8c90a503ae05099e49c3fde5 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/math64.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 #include <linux/reset.h>
index a97fc4c5d1c8b65d3dc337c648bb267dcf66d034..10febea473cde974f2c4f85930cd3521c1eda6bf 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/iopoll.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
index c497382fdb9b7ad907d2892ddfeba1317d8abd06..84aa811ca1e9cf74b5a1ac7feca225db2c5d0b3a 100644 (file)
@@ -10,8 +10,9 @@
 
 #include <linux/component.h>
 #include <linux/mfd/syscon.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/reset.h>
 #include <linux/clk.h>
index 3e2b1a24b0f1cb68a2cb43153f5b15f67120f6ce..0100162a73b295bb796f3b1b3106136fce3f810d 100644 (file)
@@ -12,7 +12,9 @@
 #include <linux/mfd/syscon.h>
 #include <linux/module.h>
 #include <linux/of_device.h>
+#include <linux/of_platform.h>
 #include <linux/phy/phy.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
 
index 22999eac6df517b667dd6149be01bf2c132a8a96..6e5b922a121e243c733d7e88032f33d095354f15 100644 (file)
 #include <linux/err.h>
 #include <linux/hdmi.h>
 #include <linux/mfd/syscon.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
 #include <linux/mutex.h>
-#include <linux/of_device.h>
+#include <linux/platform_device.h>
 
 #include <drm/drm_atomic_helper.h>
 #include <drm/drm_edid.h>
index e35be6ea284964d1ff5e3ee0afdf87103c6891ef..ab55d71325500d84461c7bd1c1ceb1db12cd6222 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <linux/dma-mapping.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/module.h>
 #include <linux/of_graph.h>
index a530ecc4d207c66eb621d1065d418a5cd63a9707..86fd9f51c6928d89f67c848e8d6f3a13d3fbead8 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/log2.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/overflow.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
index ca73b8ccc29f43e2112445f56b1fe27439209a6c..583df4d22f7e9014e96de40af9166dad94bb7356 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/mfd/syscon.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
index b3dc1ca9dc103ff20341e1bb86bbf348d47a8929..afb08a8aa9fcdaf2d4350d1a33130b7fa9ad5ba4 100644 (file)
@@ -153,7 +153,7 @@ static int ssd130x_buf_alloc(struct ssd130x_device *ssd130x)
        const struct drm_format_info *fi;
        unsigned int pitch;
 
-       fi = drm_format_info(DRM_FORMAT_C1);
+       fi = drm_format_info(DRM_FORMAT_R1);
        if (!fi)
                return -EINVAL;
 
index b96fc6837b0d20ce1d2f955d23b2787cd256af7e..48183bbd0590dd53f711aa690c6b6dd8195f7b75 100644 (file)
@@ -9,10 +9,8 @@
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_address.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
-#include <linux/of_irq.h>
+#include <linux/platform_device.h>
 #include <linux/wait.h>
 #include <linux/workqueue.h>
 
index be60c0d546a34f805eabe02bb846c29d66739898..0aa39156f2fabc2c387003a5b18708366090a3db 100644 (file)
@@ -5,10 +5,11 @@
 
 #include <linux/component.h>
 #include <linux/dma-mapping.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/of_graph.h>
-#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 
 #include <drm/drm_atomic_helper.h>
 #include <drm/drm_drv.h>
index ab0e5cce7adb634583fe33cf46f7854bccad6508..d7b143a7560157beb391b619b23e0ac7b7bbd46c 100644 (file)
@@ -5,10 +5,8 @@
 
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_address.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
-#include <linux/of_graph.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <video/mipi_display.h>
 
 #include <drm/drm_atomic_helper.h>
index 346c151e87be5f20e1128e6837ad6fb85b841da2..2390c1bb6596f0f0a00e436b42a66ff60aee3fca 100644 (file)
@@ -8,7 +8,9 @@
 #include <linux/dma-mapping.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/of_platform.h>
+#include <linux/platform_device.h>
 
 #include <drm/drm_atomic.h>
 #include <drm/drm_atomic_helper.h>
index c387fb5a87c3db1c6cf5a2984c6185b6988abc71..c68c831136c9b02b48adf56654a538e2e81fcf43 100644 (file)
@@ -10,8 +10,9 @@
 
 #include <linux/component.h>
 #include <linux/dma-mapping.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
 #include <drm/drm_aperture.h>
index b8be4c1db4235233fe4e7d23a5649410a667fbee..5576fdae4962335e46dedaaeb320c302fb770c3b 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/interrupt.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_address.h>
 #include <linux/of_graph.h>
 #include <linux/pinctrl/consumer.h>
 #include <linux/platform_device.h>
index 3872c91a85c70c9e45073ea97ea743e23c209eb4..280d444dbb6686c06dd3fa65cfdce6dbd85d5101 100644 (file)
@@ -7,7 +7,7 @@
 #include <linux/clk.h>
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
index 2e7b76e50c2ba21942fa16b4c5d42f33c6f15326..61c24088772c66581f7d0a3407078b4b3be95d82 100644 (file)
@@ -8,6 +8,7 @@
 #define _SUN4I_FRONTEND_H_
 
 #include <linux/list.h>
+#include <linux/mod_devicetable.h>
 
 #define SUN4I_FRONTEND_EN_REG                  0x000
 #define SUN4I_FRONTEND_EN_EN                           BIT(0)
index c139e1262e032aa05769687f30104a6fdef69afc..152375f3de2e2929c105d56255d8c5fe474fb7d0 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/i2c.h>
 #include <linux/iopoll.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
index b07ccee78cc104c2853f775475e4b0b76629daa9..a1a2c845ade0ca465e48116d6954d82d8fc3e256 100644 (file)
@@ -10,9 +10,9 @@
 #include <linux/ioport.h>
 #include <linux/media-bus-format.h>
 #include <linux/module.h>
-#include <linux/of_address.h>
-#include <linux/of_device.h>
-#include <linux/of_irq.h>
+#include <linux/of.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/reset.h>
 
index 26dd8f0dde99b1d9ef81b2e83f657bbab865f1da..4727dfaa8fb98c096c35d277824ab87921754630 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <linux/component.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 
 #include <drm/drm_modeset_helper_vtables.h>
index ca53b5e9fffca77d058ad07f1f01516f1da6ce0c..4fa69c463dc4636d2cf8c75494da5a5c4ee98065 100644 (file)
@@ -4,8 +4,9 @@
  */
 
 #include <linux/delay.h>
-#include <linux/of_address.h>
+#include <linux/of.h>
 #include <linux/of_platform.h>
+#include <linux/platform_device.h>
 
 #include "sun8i_dw_hdmi.h"
 
index 07a6381064143ab6f7f3dc31fd0fb2f7fc56c1b5..01382860aaeea1b0233befdb52acc9ae378ffe46 100644 (file)
 #include <linux/component.h>
 #include <linux/dma-mapping.h>
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/of_device.h>
 #include <linux/of_graph.h>
+#include <linux/platform_device.h>
 #include <linux/reset.h>
 
 #include <drm/drm_atomic_helper.h>
index 2e8dd7723e297b2670e7d3021bd6eb7a6b2a13a3..6f076cf4b40370641a00e936c21e8af4a954197e 100644 (file)
@@ -7,7 +7,7 @@
 #include <linux/device.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 #include <linux/platform_device.h>
 
index 6e78416e64b0cdc25b4c25e2a227116d1d33deaf..13b182ab905fb0b46287465a67eb6bd9d1093d1c 100644 (file)
@@ -11,7 +11,8 @@
 #include <linux/iommu.h>
 #include <linux/interconnect.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/pm_domain.h>
 #include <linux/pm_opp.h>
 #include <linux/pm_runtime.h>
index 4d2677dcd83158a454c30d984d184346b6c2ed18..96a8afcab3effc01ebc547024dbc833f0f003907 100644 (file)
@@ -8,7 +8,7 @@
 #include <linux/interrupt.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/pinctrl/pinconf-generic.h>
 #include <linux/pinctrl/pinctrl.h>
 #include <linux/pinctrl/pinmux.h>
index 50f77fddda54613d4cbd69e109351ae1b3e05e59..4c55133467a0db87f8d629e2f3b744dece419d9c 100644 (file)
@@ -7,7 +7,8 @@
 #include <linux/delay.h>
 #include <linux/iommu.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
 
index c026c2c916c13a7e8423db0e4b9dd8e944dc0df3..2768f8f073ed7defe24a54502d0ea1ff2c2c1a5d 100644 (file)
@@ -9,7 +9,7 @@
 #include <linux/host1x.h>
 #include <linux/iommu.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_domain.h>
 #include <linux/pm_opp.h>
index 6eac54ae12053ac80b09f1863e2211d29e24a8f5..00be307ca070494a9f05cc7c6cfcf50fd2441560 100644 (file)
@@ -10,7 +10,8 @@
 #include <linux/hdmi.h>
 #include <linux/math64.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/pm_opp.h>
 #include <linux/pm_runtime.h>
 #include <linux/regulator/consumer.h>
index 916857361a91c771baf8aff3d1ed987a71a76487..1af5f8318d914679ee1b32a87d004af82cbd1c6a 100644 (file)
@@ -9,8 +9,8 @@
 #include <linux/host1x.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/of_graph.h>
+#include <linux/of_platform.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
index ae78a81e5eef2c140bcd05d1dfc878dd31e9a454..f821e36111a7047d52ebf51c34200fda132d4de9 100644 (file)
@@ -11,8 +11,6 @@
 #include <linux/iopoll.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
-#include <linux/of_platform.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
index abd6e3b92293bb0e55d939d239d369378f15db51..93471b70e18066cb2bdf562ee77ed624ea556695 100644 (file)
@@ -8,7 +8,7 @@
 #include <linux/debugfs.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regulator/consumer.h>
index da7a038dca20aa570566a1a94a3fc06d93bb0f98..5da989ac700e7f3d8008ebdc32138feb9daab725 100644 (file)
@@ -10,8 +10,6 @@
 #include <linux/iommu.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
-#include <linux/of_platform.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
index 484da1aa27bbcccfac29f85cf76c1dfdd50caf68..9d9dee7abaefddaa7d45ebc001651758a20035d5 100644 (file)
@@ -15,8 +15,6 @@
 #include <linux/module.h>
 #include <linux/mfd/syscon.h>
 #include <linux/of.h>
-#include <linux/of_graph.h>
-#include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
index b88a0b123005d509e98b0708f9e184d62aa74588..4d063eb9cd0b747229e0797c037a586dc63aa5e0 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <linux/console.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/module.h>
 #include <linux/pm_runtime.h>
 
index 7610e841ef3c375edb657d4068553e98da9801e0..8b5a7e5eb1466c27604afdbd49b4b67b99e01262 100644 (file)
@@ -31,7 +31,8 @@
 
 #include <linux/clk.h>
 #include <linux/component.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
 #include <drm/drm_atomic.h>
index 366c28ae23960ba75ed67ad805ce730061c7da16..39152e755a13e415dc3659c06d64e39a7e555905 100644 (file)
@@ -22,8 +22,8 @@
 #include <linux/clk.h>
 #include <linux/component.h>
 #include <linux/media-bus-format.h>
-#include <linux/of_graph.h>
-#include <linux/of_platform.h>
+#include <linux/mod_devicetable.h>
+#include <linux/platform_device.h>
 #include "vc4_drv.h"
 #include "vc4_regs.h"
 
index c520cc93d3322ff3b8b135a46ed784481c00208a..1b3531374967ef0256c6106a3f44318caf443a2e 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/of_platform.h>
+#include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
index 5011fe0fef87c7b4de3745e3749d0d955d5140dc..46f6c4ce61c5291b66efb2fbbb6c9f70ad06e3b0 100644 (file)
@@ -25,8 +25,9 @@
 #include <linux/dma-mapping.h>
 #include <linux/dmaengine.h>
 #include <linux/io.h>
+#include <linux/of.h>
 #include <linux/of_address.h>
-#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
 #include <drm/drm_atomic_helper.h>
index 56a950e6d7775db14ab5e8278b77750f12854d5c..a488625773dc5a18efcf208306852a4566d2f449 100644 (file)
@@ -41,8 +41,8 @@
 #include <linux/component.h>
 #include <linux/gpio/consumer.h>
 #include <linux/i2c.h>
+#include <linux/of.h>
 #include <linux/of_address.h>
-#include <linux/of_platform.h>
 #include <linux/pm_runtime.h>
 #include <linux/rational.h>
 #include <linux/reset.h>
index 6cdd97f364a8036f7d6c493af861a508221d7d94..ffe1f7d1b911d35b0b3d50f4ae55634786b8bebd 100644 (file)
@@ -9,8 +9,8 @@
 
 #include <linux/clk.h>
 #include <linux/component.h>
-#include <linux/of_graph.h>
-#include <linux/of_platform.h>
+#include <linux/mod_devicetable.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
 #include <drm/drm_atomic.h>
index 725531d030a1a1c70b75453b16c40f801240b47b..268f18b10ee0145b5165433dacf8c2c88da6a26c 100644 (file)
@@ -21,8 +21,8 @@
 #include <drm/drm_simple_kms_helper.h>
 #include <linux/clk.h>
 #include <linux/component.h>
-#include <linux/of_graph.h>
-#include <linux/of_platform.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
 #include "vc4_drv.h"
index 7e9431c50c5a26ecb0b401eef6eabde11a685966..aab79c5e34c26ec99e20f7201ad38b33d76663ed 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/delay.h>
 #include <linux/dma-mapping.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 
 #include <drm/drm_atomic_helper.h>
 #include <drm/drm_drv.h>
index 4d16a3396c4abf6f0b2b093b6fcb9b6fdfcf5eed..84d042796d2e66ffb8c5dce5dd5485b680c7b8e1 100644 (file)
@@ -338,32 +338,15 @@ static int host1x_device_match(struct device *dev, struct device_driver *drv)
        return strcmp(dev_name(dev), drv->name) == 0;
 }
 
+/*
+ * Note that this is really only needed for backwards compatibility
+ * with libdrm, which parses this information from sysfs and will
+ * fail if it can't find the OF_FULLNAME, specifically.
+ */
 static int host1x_device_uevent(const struct device *dev,
                                struct kobj_uevent_env *env)
 {
-       struct device_node *np = dev->parent->of_node;
-       unsigned int count = 0;
-       struct property *p;
-       const char *compat;
-
-       /*
-        * This duplicates most of of_device_uevent(), but the latter cannot
-        * be called from modules and operates on dev->of_node, which is not
-        * available in this case.
-        *
-        * Note that this is really only needed for backwards compatibility
-        * with libdrm, which parses this information from sysfs and will
-        * fail if it can't find the OF_FULLNAME, specifically.
-        */
-       add_uevent_var(env, "OF_NAME=%pOFn", np);
-       add_uevent_var(env, "OF_FULLNAME=%pOF", np);
-
-       of_property_for_each_string(np, "compatible", p, compat) {
-               add_uevent_var(env, "OF_COMPATIBLE_%u=%s", count, compat);
-               count++;
-       }
-
-       add_uevent_var(env, "OF_COMPATIBLE_N=%u", count);
+       of_device_uevent(dev->parent, env);
 
        return 0;
 }
index 9ad89d22c0ca72032195f7a244f2cf2bd86c6ac8..c000d4e0c2c6cb0a3fd4e19e488381359485673b 100644 (file)
@@ -6,7 +6,7 @@
 #include <linux/device.h>
 #include <linux/kref.h>
 #include <linux/of.h>
-#include <linux/of_platform.h>
+#include <linux/of_device.h>
 #include <linux/pid.h>
 #include <linux/slab.h>
 
index aae2efeef503213ccc6695735b6bebf7d4511c16..7c6699aed7d2ae48401f6614203a95062d8ebbb7 100644 (file)
@@ -11,8 +11,9 @@
 #include <linux/io.h>
 #include <linux/list.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/of.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/slab.h>
 
index c35eac1116f5f8a7945bd85f16f40e7fbb83af83..71ec1e7f657adbaa2de385860e5896f657a0adcd 100644 (file)
@@ -18,7 +18,7 @@
 #include <linux/irq.h>
 #include <linux/irqchip/chained_irq.h>
 #include <linux/irqdomain.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/of_graph.h>
 
 #include <drm/drm_fourcc.h>
index 0f00f1b8070829f354b8cdfa2fe7af57aa4a24fa..90131de6d75bf1e36d8afa03c984fbf6f95ca160 100644 (file)
@@ -312,6 +312,7 @@ void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env)
        }
        mutex_unlock(&of_mutex);
 }
+EXPORT_SYMBOL_GPL(of_device_uevent);
 
 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env)
 {
index 7616f457ce7007c51718c9bbfd092cf72ecfea2d..cb2c1956a214a6659131a76afefa87df891e456d 100644 (file)
 
 #include <linux/types.h>
 #include <linux/seq_file.h>
+
+#include <drm/drm_gpuva_mgr.h>
+
+/**
+ * DRM_DEBUGFS_GPUVA_INFO - &drm_info_list entry to dump a GPU VA space
+ * @show: the &drm_info_list's show callback
+ * @data: driver private data
+ *
+ * Drivers should use this macro to define a &drm_info_list entry to provide a
+ * debugfs file for dumping the GPU VA space regions and mappings.
+ *
+ * For each DRM GPU VA space drivers should call drm_debugfs_gpuva_info() from
+ * their @show callback.
+ */
+#define DRM_DEBUGFS_GPUVA_INFO(show, data) {"gpuvas", show, DRIVER_GEM_GPUVA, data}
+
 /**
  * struct drm_info_list - debugfs info list entry
  *
@@ -134,6 +150,9 @@ void drm_debugfs_add_file(struct drm_device *dev, const char *name,
 
 void drm_debugfs_add_files(struct drm_device *dev,
                           const struct drm_debugfs_info *files, int count);
+
+int drm_debugfs_gpuva_info(struct seq_file *m,
+                          struct drm_gpuva_manager *mgr);
 #else
 static inline void drm_debugfs_create_files(const struct drm_info_list *files,
                                            int count, struct dentry *root,
@@ -155,6 +174,12 @@ static inline void drm_debugfs_add_files(struct drm_device *dev,
                                         const struct drm_debugfs_info *files,
                                         int count)
 {}
+
+static inline int drm_debugfs_gpuva_info(struct seq_file *m,
+                                        struct drm_gpuva_manager *mgr)
+{
+       return 0;
+}
 #endif
 
 #endif /* _DRM_DEBUGFS_H_ */
index b77f2c7275b7638d812b646b541c53e94cdc3958..9813fa759b75d4dd39350a6eb687fbf455a64aed 100644 (file)
@@ -104,6 +104,12 @@ enum drm_driver_feature {
         * acceleration should be handled by two drivers that are connected using auxiliary bus.
         */
        DRIVER_COMPUTE_ACCEL            = BIT(7),
+       /**
+        * @DRIVER_GEM_GPUVA:
+        *
+        * Driver supports user defined GPU VA bindings for GEM objects.
+        */
+       DRIVER_GEM_GPUVA                = BIT(8),
 
        /* IMPORTANT: Below are all the legacy flags, add new ones above. */
 
index 966912053cb0fea9132138fc38ac9e023686b48f..010239392adfb92477edfe12a95a1275e9b0b1bb 100644 (file)
@@ -50,16 +50,16 @@ struct file;
  * header include loops we need it here for now.
  */
 
-/* Note that the order of this enum is ABI (it determines
+/* Note that the values of this enum are ABI (it determines
  * /dev/dri/renderD* numbers).
  *
  * Setting DRM_MINOR_ACCEL to 32 gives enough space for more drm minors to
  * be implemented before we hit any future
  */
 enum drm_minor_type {
-       DRM_MINOR_PRIMARY,
-       DRM_MINOR_CONTROL,
-       DRM_MINOR_RENDER,
+       DRM_MINOR_PRIMARY = 0,
+       DRM_MINOR_CONTROL = 1,
+       DRM_MINOR_RENDER = 2,
        DRM_MINOR_ACCEL = 32,
 };
 
index bbc721870c13c7872b1e1b385a8550b227319ddc..c0b13c43b45945b024dbc3f60f4d171c9033f582 100644 (file)
@@ -36,6 +36,8 @@
 
 #include <linux/kref.h>
 #include <linux/dma-resv.h>
+#include <linux/list.h>
+#include <linux/mutex.h>
 
 #include <drm/drm_vma_manager.h>
 
@@ -379,6 +381,22 @@ struct drm_gem_object {
         */
        struct dma_resv _resv;
 
+       /**
+        * @gpuva:
+        *
+        * Provides the list of GPU VAs attached to this GEM object.
+        *
+        * Drivers should lock list accesses with the GEMs &dma_resv lock
+        * (&drm_gem_object.resv) or a custom lock if one is provided.
+        */
+       struct {
+               struct list_head list;
+
+#ifdef CONFIG_LOCKDEP
+               struct lockdep_map *lock_dep_map;
+#endif
+       } gpuva;
+
        /**
         * @funcs:
         *
@@ -526,4 +544,65 @@ unsigned long drm_gem_lru_scan(struct drm_gem_lru *lru,
 
 int drm_gem_evict(struct drm_gem_object *obj);
 
+#ifdef CONFIG_LOCKDEP
+/**
+ * drm_gem_gpuva_set_lock() - Set the lock protecting accesses to the gpuva list.
+ * @obj: the &drm_gem_object
+ * @lock: the lock used to protect the gpuva list. The locking primitive
+ * must contain a dep_map field.
+ *
+ * Call this if you're not proctecting access to the gpuva list
+ * with the dma-resv lock, otherwise, drm_gem_gpuva_init() takes care
+ * of initializing lock_dep_map for you.
+ */
+#define drm_gem_gpuva_set_lock(obj, lock) \
+       if (!(obj)->gpuva.lock_dep_map) \
+               (obj)->gpuva.lock_dep_map = &(lock)->dep_map
+#define drm_gem_gpuva_assert_lock_held(obj) \
+       lockdep_assert(lock_is_held((obj)->gpuva.lock_dep_map))
+#else
+#define drm_gem_gpuva_set_lock(obj, lock) do {} while (0)
+#define drm_gem_gpuva_assert_lock_held(obj) do {} while (0)
+#endif
+
+/**
+ * drm_gem_gpuva_init() - initialize the gpuva list of a GEM object
+ * @obj: the &drm_gem_object
+ *
+ * This initializes the &drm_gem_object's &drm_gpuva list.
+ *
+ * Calling this function is only necessary for drivers intending to support the
+ * &drm_driver_feature DRIVER_GEM_GPUVA.
+ */
+static inline void drm_gem_gpuva_init(struct drm_gem_object *obj)
+{
+       INIT_LIST_HEAD(&obj->gpuva.list);
+       drm_gem_gpuva_set_lock(obj, &obj->resv->lock.base);
+}
+
+/**
+ * drm_gem_for_each_gpuva() - iternator to walk over a list of gpuvas
+ * @entry__: &drm_gpuva structure to assign to in each iteration step
+ * @obj__: the &drm_gem_object the &drm_gpuvas to walk are associated with
+ *
+ * This iterator walks over all &drm_gpuva structures associated with the
+ * &drm_gpuva_manager.
+ */
+#define drm_gem_for_each_gpuva(entry__, obj__) \
+       list_for_each_entry(entry__, &(obj__)->gpuva.list, gem.entry)
+
+/**
+ * drm_gem_for_each_gpuva_safe() - iternator to safely walk over a list of
+ * gpuvas
+ * @entry__: &drm_gpuva structure to assign to in each iteration step
+ * @next__: &next &drm_gpuva to store the next step
+ * @obj__: the &drm_gem_object the &drm_gpuvas to walk are associated with
+ *
+ * This iterator walks over all &drm_gpuva structures associated with the
+ * &drm_gem_object. It is implemented with list_for_each_entry_safe(), hence
+ * it is save against removal of elements.
+ */
+#define drm_gem_for_each_gpuva_safe(entry__, next__, obj__) \
+       list_for_each_entry_safe(entry__, next__, &(obj__)->gpuva.list, gem.entry)
+
 #endif /* __DRM_GEM_H__ */
diff --git a/include/drm/drm_gpuva_mgr.h b/include/drm/drm_gpuva_mgr.h
new file mode 100644 (file)
index 0000000..ed8d502
--- /dev/null
@@ -0,0 +1,706 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __DRM_GPUVA_MGR_H__
+#define __DRM_GPUVA_MGR_H__
+
+/*
+ * Copyright (c) 2022 Red Hat.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+ * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#include <linux/list.h>
+#include <linux/rbtree.h>
+#include <linux/types.h>
+
+#include <drm/drm_gem.h>
+
+struct drm_gpuva_manager;
+struct drm_gpuva_fn_ops;
+
+/**
+ * enum drm_gpuva_flags - flags for struct drm_gpuva
+ */
+enum drm_gpuva_flags {
+       /**
+        * @DRM_GPUVA_INVALIDATED:
+        *
+        * Flag indicating that the &drm_gpuva's backing GEM is invalidated.
+        */
+       DRM_GPUVA_INVALIDATED = (1 << 0),
+
+       /**
+        * @DRM_GPUVA_SPARSE:
+        *
+        * Flag indicating that the &drm_gpuva is a sparse mapping.
+        */
+       DRM_GPUVA_SPARSE = (1 << 1),
+
+       /**
+        * @DRM_GPUVA_USERBITS: user defined bits
+        */
+       DRM_GPUVA_USERBITS = (1 << 2),
+};
+
+/**
+ * struct drm_gpuva - structure to track a GPU VA mapping
+ *
+ * This structure represents a GPU VA mapping and is associated with a
+ * &drm_gpuva_manager.
+ *
+ * Typically, this structure is embedded in bigger driver structures.
+ */
+struct drm_gpuva {
+       /**
+        * @mgr: the &drm_gpuva_manager this object is associated with
+        */
+       struct drm_gpuva_manager *mgr;
+
+       /**
+        * @flags: the &drm_gpuva_flags for this mapping
+        */
+       enum drm_gpuva_flags flags;
+
+       /**
+        * @va: structure containing the address and range of the &drm_gpuva
+        */
+       struct {
+               /**
+                * @addr: the start address
+                */
+               u64 addr;
+
+               /*
+                * @range: the range
+                */
+               u64 range;
+       } va;
+
+       /**
+        * @gem: structure containing the &drm_gem_object and it's offset
+        */
+       struct {
+               /**
+                * @offset: the offset within the &drm_gem_object
+                */
+               u64 offset;
+
+               /**
+                * @obj: the mapped &drm_gem_object
+                */
+               struct drm_gem_object *obj;
+
+               /**
+                * @entry: the &list_head to attach this object to a &drm_gem_object
+                */
+               struct list_head entry;
+       } gem;
+
+       /**
+        * @rb: structure containing data to store &drm_gpuvas in a rb-tree
+        */
+       struct {
+               /**
+                * @rb: the rb-tree node
+                */
+               struct rb_node node;
+
+               /**
+                * @entry: The &list_head to additionally connect &drm_gpuvas
+                * in the same order they appear in the interval tree. This is
+                * useful to keep iterating &drm_gpuvas from a start node found
+                * through the rb-tree while doing modifications on the rb-tree
+                * itself.
+                */
+               struct list_head entry;
+
+               /**
+                * @__subtree_last: needed by the interval tree, holding last-in-subtree
+                */
+               u64 __subtree_last;
+       } rb;
+};
+
+int drm_gpuva_insert(struct drm_gpuva_manager *mgr, struct drm_gpuva *va);
+void drm_gpuva_remove(struct drm_gpuva *va);
+
+void drm_gpuva_link(struct drm_gpuva *va);
+void drm_gpuva_unlink(struct drm_gpuva *va);
+
+struct drm_gpuva *drm_gpuva_find(struct drm_gpuva_manager *mgr,
+                                u64 addr, u64 range);
+struct drm_gpuva *drm_gpuva_find_first(struct drm_gpuva_manager *mgr,
+                                      u64 addr, u64 range);
+struct drm_gpuva *drm_gpuva_find_prev(struct drm_gpuva_manager *mgr, u64 start);
+struct drm_gpuva *drm_gpuva_find_next(struct drm_gpuva_manager *mgr, u64 end);
+
+bool drm_gpuva_interval_empty(struct drm_gpuva_manager *mgr, u64 addr, u64 range);
+
+static inline void drm_gpuva_init(struct drm_gpuva *va, u64 addr, u64 range,
+                                 struct drm_gem_object *obj, u64 offset)
+{
+       va->va.addr = addr;
+       va->va.range = range;
+       va->gem.obj = obj;
+       va->gem.offset = offset;
+}
+
+/**
+ * drm_gpuva_invalidate() - sets whether the backing GEM of this &drm_gpuva is
+ * invalidated
+ * @va: the &drm_gpuva to set the invalidate flag for
+ * @invalidate: indicates whether the &drm_gpuva is invalidated
+ */
+static inline void drm_gpuva_invalidate(struct drm_gpuva *va, bool invalidate)
+{
+       if (invalidate)
+               va->flags |= DRM_GPUVA_INVALIDATED;
+       else
+               va->flags &= ~DRM_GPUVA_INVALIDATED;
+}
+
+/**
+ * drm_gpuva_invalidated() - indicates whether the backing BO of this &drm_gpuva
+ * is invalidated
+ * @va: the &drm_gpuva to check
+ */
+static inline bool drm_gpuva_invalidated(struct drm_gpuva *va)
+{
+       return va->flags & DRM_GPUVA_INVALIDATED;
+}
+
+/**
+ * struct drm_gpuva_manager - DRM GPU VA Manager
+ *
+ * The DRM GPU VA Manager keeps track of a GPU's virtual address space by using
+ * &maple_tree structures. Typically, this structure is embedded in bigger
+ * driver structures.
+ *
+ * Drivers can pass addresses and ranges in an arbitrary unit, e.g. bytes or
+ * pages.
+ *
+ * There should be one manager instance per GPU virtual address space.
+ */
+struct drm_gpuva_manager {
+       /**
+        * @name: the name of the DRM GPU VA space
+        */
+       const char *name;
+
+       /**
+        * @mm_start: start of the VA space
+        */
+       u64 mm_start;
+
+       /**
+        * @mm_range: length of the VA space
+        */
+       u64 mm_range;
+
+       /**
+        * @rb: structures to track &drm_gpuva entries
+        */
+       struct {
+               /**
+                * @tree: the rb-tree to track GPU VA mappings
+                */
+               struct rb_root_cached tree;
+
+               /**
+                * @list: the &list_head to track GPU VA mappings
+                */
+               struct list_head list;
+       } rb;
+
+       /**
+        * @kernel_alloc_node:
+        *
+        * &drm_gpuva representing the address space cutout reserved for
+        * the kernel
+        */
+       struct drm_gpuva kernel_alloc_node;
+
+       /**
+        * @ops: &drm_gpuva_fn_ops providing the split/merge steps to drivers
+        */
+       const struct drm_gpuva_fn_ops *ops;
+};
+
+void drm_gpuva_manager_init(struct drm_gpuva_manager *mgr,
+                           const char *name,
+                           u64 start_offset, u64 range,
+                           u64 reserve_offset, u64 reserve_range,
+                           const struct drm_gpuva_fn_ops *ops);
+void drm_gpuva_manager_destroy(struct drm_gpuva_manager *mgr);
+
+static inline struct drm_gpuva *
+__drm_gpuva_next(struct drm_gpuva *va)
+{
+       if (va && !list_is_last(&va->rb.entry, &va->mgr->rb.list))
+               return list_next_entry(va, rb.entry);
+
+       return NULL;
+}
+
+/**
+ * drm_gpuva_for_each_va_range() - iterate over a range of &drm_gpuvas
+ * @va__: &drm_gpuva structure to assign to in each iteration step
+ * @mgr__: &drm_gpuva_manager to walk over
+ * @start__: starting offset, the first gpuva will overlap this
+ * @end__: ending offset, the last gpuva will start before this (but may
+ * overlap)
+ *
+ * This iterator walks over all &drm_gpuvas in the &drm_gpuva_manager that lie
+ * between @start__ and @end__. It is implemented similarly to list_for_each(),
+ * but is using the &drm_gpuva_manager's internal interval tree to accelerate
+ * the search for the starting &drm_gpuva, and hence isn't safe against removal
+ * of elements. It assumes that @end__ is within (or is the upper limit of) the
+ * &drm_gpuva_manager. This iterator does not skip over the &drm_gpuva_manager's
+ * @kernel_alloc_node.
+ */
+#define drm_gpuva_for_each_va_range(va__, mgr__, start__, end__) \
+       for (va__ = drm_gpuva_find_first((mgr__), (start__), (end__) - (start__)); \
+            va__ && (va__->va.addr < (end__)); \
+            va__ = __drm_gpuva_next(va__))
+
+/**
+ * drm_gpuva_for_each_va_range_safe() - safely iterate over a range of
+ * &drm_gpuvas
+ * @va__: &drm_gpuva to assign to in each iteration step
+ * @next__: another &drm_gpuva to use as temporary storage
+ * @mgr__: &drm_gpuva_manager to walk over
+ * @start__: starting offset, the first gpuva will overlap this
+ * @end__: ending offset, the last gpuva will start before this (but may
+ * overlap)
+ *
+ * This iterator walks over all &drm_gpuvas in the &drm_gpuva_manager that lie
+ * between @start__ and @end__. It is implemented similarly to
+ * list_for_each_safe(), but is using the &drm_gpuva_manager's internal interval
+ * tree to accelerate the search for the starting &drm_gpuva, and hence is safe
+ * against removal of elements. It assumes that @end__ is within (or is the
+ * upper limit of) the &drm_gpuva_manager. This iterator does not skip over the
+ * &drm_gpuva_manager's @kernel_alloc_node.
+ */
+#define drm_gpuva_for_each_va_range_safe(va__, next__, mgr__, start__, end__) \
+       for (va__ = drm_gpuva_find_first((mgr__), (start__), (end__) - (start__)), \
+            next__ = __drm_gpuva_next(va__); \
+            va__ && (va__->va.addr < (end__)); \
+            va__ = next__, next__ = __drm_gpuva_next(va__))
+
+/**
+ * drm_gpuva_for_each_va() - iterate over all &drm_gpuvas
+ * @va__: &drm_gpuva to assign to in each iteration step
+ * @mgr__: &drm_gpuva_manager to walk over
+ *
+ * This iterator walks over all &drm_gpuva structures associated with the given
+ * &drm_gpuva_manager.
+ */
+#define drm_gpuva_for_each_va(va__, mgr__) \
+       list_for_each_entry(va__, &(mgr__)->rb.list, rb.entry)
+
+/**
+ * drm_gpuva_for_each_va_safe() - safely iterate over all &drm_gpuvas
+ * @va__: &drm_gpuva to assign to in each iteration step
+ * @next__: another &drm_gpuva to use as temporary storage
+ * @mgr__: &drm_gpuva_manager to walk over
+ *
+ * This iterator walks over all &drm_gpuva structures associated with the given
+ * &drm_gpuva_manager. It is implemented with list_for_each_entry_safe(), and
+ * hence safe against the removal of elements.
+ */
+#define drm_gpuva_for_each_va_safe(va__, next__, mgr__) \
+       list_for_each_entry_safe(va__, next__, &(mgr__)->rb.list, rb.entry)
+
+/**
+ * enum drm_gpuva_op_type - GPU VA operation type
+ *
+ * Operations to alter the GPU VA mappings tracked by the &drm_gpuva_manager.
+ */
+enum drm_gpuva_op_type {
+       /**
+        * @DRM_GPUVA_OP_MAP: the map op type
+        */
+       DRM_GPUVA_OP_MAP,
+
+       /**
+        * @DRM_GPUVA_OP_REMAP: the remap op type
+        */
+       DRM_GPUVA_OP_REMAP,
+
+       /**
+        * @DRM_GPUVA_OP_UNMAP: the unmap op type
+        */
+       DRM_GPUVA_OP_UNMAP,
+
+       /**
+        * @DRM_GPUVA_OP_PREFETCH: the prefetch op type
+        */
+       DRM_GPUVA_OP_PREFETCH,
+};
+
+/**
+ * struct drm_gpuva_op_map - GPU VA map operation
+ *
+ * This structure represents a single map operation generated by the
+ * DRM GPU VA manager.
+ */
+struct drm_gpuva_op_map {
+       /**
+        * @va: structure containing address and range of a map
+        * operation
+        */
+       struct {
+               /**
+                * @addr: the base address of the new mapping
+                */
+               u64 addr;
+
+               /**
+                * @range: the range of the new mapping
+                */
+               u64 range;
+       } va;
+
+       /**
+        * @gem: structure containing the &drm_gem_object and it's offset
+        */
+       struct {
+               /**
+                * @offset: the offset within the &drm_gem_object
+                */
+               u64 offset;
+
+               /**
+                * @obj: the &drm_gem_object to map
+                */
+               struct drm_gem_object *obj;
+       } gem;
+};
+
+/**
+ * struct drm_gpuva_op_unmap - GPU VA unmap operation
+ *
+ * This structure represents a single unmap operation generated by the
+ * DRM GPU VA manager.
+ */
+struct drm_gpuva_op_unmap {
+       /**
+        * @va: the &drm_gpuva to unmap
+        */
+       struct drm_gpuva *va;
+
+       /**
+        * @keep:
+        *
+        * Indicates whether this &drm_gpuva is physically contiguous with the
+        * original mapping request.
+        *
+        * Optionally, if &keep is set, drivers may keep the actual page table
+        * mappings for this &drm_gpuva, adding the missing page table entries
+        * only and update the &drm_gpuva_manager accordingly.
+        */
+       bool keep;
+};
+
+/**
+ * struct drm_gpuva_op_remap - GPU VA remap operation
+ *
+ * This represents a single remap operation generated by the DRM GPU VA manager.
+ *
+ * A remap operation is generated when an existing GPU VA mmapping is split up
+ * by inserting a new GPU VA mapping or by partially unmapping existent
+ * mapping(s), hence it consists of a maximum of two map and one unmap
+ * operation.
+ *
+ * The @unmap operation takes care of removing the original existing mapping.
+ * @prev is used to remap the preceding part, @next the subsequent part.
+ *
+ * If either a new mapping's start address is aligned with the start address
+ * of the old mapping or the new mapping's end address is aligned with the
+ * end address of the old mapping, either @prev or @next is NULL.
+ *
+ * Note, the reason for a dedicated remap operation, rather than arbitrary
+ * unmap and map operations, is to give drivers the chance of extracting driver
+ * specific data for creating the new mappings from the unmap operations's
+ * &drm_gpuva structure which typically is embedded in larger driver specific
+ * structures.
+ */
+struct drm_gpuva_op_remap {
+       /**
+        * @prev: the preceding part of a split mapping
+        */
+       struct drm_gpuva_op_map *prev;
+
+       /**
+        * @next: the subsequent part of a split mapping
+        */
+       struct drm_gpuva_op_map *next;
+
+       /**
+        * @unmap: the unmap operation for the original existing mapping
+        */
+       struct drm_gpuva_op_unmap *unmap;
+};
+
+/**
+ * struct drm_gpuva_op_prefetch - GPU VA prefetch operation
+ *
+ * This structure represents a single prefetch operation generated by the
+ * DRM GPU VA manager.
+ */
+struct drm_gpuva_op_prefetch {
+       /**
+        * @va: the &drm_gpuva to prefetch
+        */
+       struct drm_gpuva *va;
+};
+
+/**
+ * struct drm_gpuva_op - GPU VA operation
+ *
+ * This structure represents a single generic operation.
+ *
+ * The particular type of the operation is defined by @op.
+ */
+struct drm_gpuva_op {
+       /**
+        * @entry:
+        *
+        * The &list_head used to distribute instances of this struct within
+        * &drm_gpuva_ops.
+        */
+       struct list_head entry;
+
+       /**
+        * @op: the type of the operation
+        */
+       enum drm_gpuva_op_type op;
+
+       union {
+               /**
+                * @map: the map operation
+                */
+               struct drm_gpuva_op_map map;
+
+               /**
+                * @remap: the remap operation
+                */
+               struct drm_gpuva_op_remap remap;
+
+               /**
+                * @unmap: the unmap operation
+                */
+               struct drm_gpuva_op_unmap unmap;
+
+               /**
+                * @prefetch: the prefetch operation
+                */
+               struct drm_gpuva_op_prefetch prefetch;
+       };
+};
+
+/**
+ * struct drm_gpuva_ops - wraps a list of &drm_gpuva_op
+ */
+struct drm_gpuva_ops {
+       /**
+        * @list: the &list_head
+        */
+       struct list_head list;
+};
+
+/**
+ * drm_gpuva_for_each_op() - iterator to walk over &drm_gpuva_ops
+ * @op: &drm_gpuva_op to assign in each iteration step
+ * @ops: &drm_gpuva_ops to walk
+ *
+ * This iterator walks over all ops within a given list of operations.
+ */
+#define drm_gpuva_for_each_op(op, ops) list_for_each_entry(op, &(ops)->list, entry)
+
+/**
+ * drm_gpuva_for_each_op_safe() - iterator to safely walk over &drm_gpuva_ops
+ * @op: &drm_gpuva_op to assign in each iteration step
+ * @next: &next &drm_gpuva_op to store the next step
+ * @ops: &drm_gpuva_ops to walk
+ *
+ * This iterator walks over all ops within a given list of operations. It is
+ * implemented with list_for_each_safe(), so save against removal of elements.
+ */
+#define drm_gpuva_for_each_op_safe(op, next, ops) \
+       list_for_each_entry_safe(op, next, &(ops)->list, entry)
+
+/**
+ * drm_gpuva_for_each_op_from_reverse() - iterate backwards from the given point
+ * @op: &drm_gpuva_op to assign in each iteration step
+ * @ops: &drm_gpuva_ops to walk
+ *
+ * This iterator walks over all ops within a given list of operations beginning
+ * from the given operation in reverse order.
+ */
+#define drm_gpuva_for_each_op_from_reverse(op, ops) \
+       list_for_each_entry_from_reverse(op, &(ops)->list, entry)
+
+/**
+ * drm_gpuva_first_op() - returns the first &drm_gpuva_op from &drm_gpuva_ops
+ * @ops: the &drm_gpuva_ops to get the fist &drm_gpuva_op from
+ */
+#define drm_gpuva_first_op(ops) \
+       list_first_entry(&(ops)->list, struct drm_gpuva_op, entry)
+
+/**
+ * drm_gpuva_last_op() - returns the last &drm_gpuva_op from &drm_gpuva_ops
+ * @ops: the &drm_gpuva_ops to get the last &drm_gpuva_op from
+ */
+#define drm_gpuva_last_op(ops) \
+       list_last_entry(&(ops)->list, struct drm_gpuva_op, entry)
+
+/**
+ * drm_gpuva_prev_op() - previous &drm_gpuva_op in the list
+ * @op: the current &drm_gpuva_op
+ */
+#define drm_gpuva_prev_op(op) list_prev_entry(op, entry)
+
+/**
+ * drm_gpuva_next_op() - next &drm_gpuva_op in the list
+ * @op: the current &drm_gpuva_op
+ */
+#define drm_gpuva_next_op(op) list_next_entry(op, entry)
+
+struct drm_gpuva_ops *
+drm_gpuva_sm_map_ops_create(struct drm_gpuva_manager *mgr,
+                           u64 addr, u64 range,
+                           struct drm_gem_object *obj, u64 offset);
+struct drm_gpuva_ops *
+drm_gpuva_sm_unmap_ops_create(struct drm_gpuva_manager *mgr,
+                             u64 addr, u64 range);
+
+struct drm_gpuva_ops *
+drm_gpuva_prefetch_ops_create(struct drm_gpuva_manager *mgr,
+                                u64 addr, u64 range);
+
+struct drm_gpuva_ops *
+drm_gpuva_gem_unmap_ops_create(struct drm_gpuva_manager *mgr,
+                              struct drm_gem_object *obj);
+
+void drm_gpuva_ops_free(struct drm_gpuva_manager *mgr,
+                       struct drm_gpuva_ops *ops);
+
+static inline void drm_gpuva_init_from_op(struct drm_gpuva *va,
+                                         struct drm_gpuva_op_map *op)
+{
+       drm_gpuva_init(va, op->va.addr, op->va.range,
+                      op->gem.obj, op->gem.offset);
+}
+
+/**
+ * struct drm_gpuva_fn_ops - callbacks for split/merge steps
+ *
+ * This structure defines the callbacks used by &drm_gpuva_sm_map and
+ * &drm_gpuva_sm_unmap to provide the split/merge steps for map and unmap
+ * operations to drivers.
+ */
+struct drm_gpuva_fn_ops {
+       /**
+        * @op_alloc: called when the &drm_gpuva_manager allocates
+        * a struct drm_gpuva_op
+        *
+        * Some drivers may want to embed struct drm_gpuva_op into driver
+        * specific structures. By implementing this callback drivers can
+        * allocate memory accordingly.
+        *
+        * This callback is optional.
+        */
+       struct drm_gpuva_op *(*op_alloc)(void);
+
+       /**
+        * @op_free: called when the &drm_gpuva_manager frees a
+        * struct drm_gpuva_op
+        *
+        * Some drivers may want to embed struct drm_gpuva_op into driver
+        * specific structures. By implementing this callback drivers can
+        * free the previously allocated memory accordingly.
+        *
+        * This callback is optional.
+        */
+       void (*op_free)(struct drm_gpuva_op *op);
+
+       /**
+        * @sm_step_map: called from &drm_gpuva_sm_map to finally insert the
+        * mapping once all previous steps were completed
+        *
+        * The &priv pointer matches the one the driver passed to
+        * &drm_gpuva_sm_map or &drm_gpuva_sm_unmap, respectively.
+        *
+        * Can be NULL if &drm_gpuva_sm_map is used.
+        */
+       int (*sm_step_map)(struct drm_gpuva_op *op, void *priv);
+
+       /**
+        * @sm_step_remap: called from &drm_gpuva_sm_map and
+        * &drm_gpuva_sm_unmap to split up an existent mapping
+        *
+        * This callback is called when existent mapping needs to be split up.
+        * This is the case when either a newly requested mapping overlaps or
+        * is enclosed by an existent mapping or a partial unmap of an existent
+        * mapping is requested.
+        *
+        * The &priv pointer matches the one the driver passed to
+        * &drm_gpuva_sm_map or &drm_gpuva_sm_unmap, respectively.
+        *
+        * Can be NULL if neither &drm_gpuva_sm_map nor &drm_gpuva_sm_unmap is
+        * used.
+        */
+       int (*sm_step_remap)(struct drm_gpuva_op *op, void *priv);
+
+       /**
+        * @sm_step_unmap: called from &drm_gpuva_sm_map and
+        * &drm_gpuva_sm_unmap to unmap an existent mapping
+        *
+        * This callback is called when existent mapping needs to be unmapped.
+        * This is the case when either a newly requested mapping encloses an
+        * existent mapping or an unmap of an existent mapping is requested.
+        *
+        * The &priv pointer matches the one the driver passed to
+        * &drm_gpuva_sm_map or &drm_gpuva_sm_unmap, respectively.
+        *
+        * Can be NULL if neither &drm_gpuva_sm_map nor &drm_gpuva_sm_unmap is
+        * used.
+        */
+       int (*sm_step_unmap)(struct drm_gpuva_op *op, void *priv);
+};
+
+int drm_gpuva_sm_map(struct drm_gpuva_manager *mgr, void *priv,
+                    u64 addr, u64 range,
+                    struct drm_gem_object *obj, u64 offset);
+
+int drm_gpuva_sm_unmap(struct drm_gpuva_manager *mgr, void *priv,
+                      u64 addr, u64 range);
+
+void drm_gpuva_map(struct drm_gpuva_manager *mgr,
+                  struct drm_gpuva *va,
+                  struct drm_gpuva_op_map *op);
+
+void drm_gpuva_remap(struct drm_gpuva *prev,
+                    struct drm_gpuva *next,
+                    struct drm_gpuva_op_remap *op);
+
+void drm_gpuva_unmap(struct drm_gpuva_op_unmap *op);
+
+#endif /* __DRM_GPUVA_MGR_H__ */
index 6cf7243a1dc5e1ed53f99cf6dafda44a76b55ab8..b40052132e5238bf4a59256783f15aa6f5f8945e 100644 (file)
@@ -54,7 +54,11 @@ struct drm_syncobj {
         */
        struct list_head cb_list;
        /**
-        * @lock: Protects &cb_list and write-locks &fence.
+        * @ev_fd_list: List of registered eventfd.
+        */
+       struct list_head ev_fd_list;
+       /**
+        * @lock: Protects &cb_list and &ev_fd_list, and write-locks &fence.
         */
        spinlock_t lock;
        /**
index a87bbbbca2d48ada91efcc8aaab469ba51f0224a..863e4720091184002a80976160c2b38ab3128486 100644 (file)
@@ -909,6 +909,27 @@ struct drm_syncobj_timeline_wait {
        __u32 pad;
 };
 
+/**
+ * struct drm_syncobj_eventfd
+ * @handle: syncobj handle.
+ * @flags: Zero to wait for the point to be signalled, or
+ *         &DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE to wait for a fence to be
+ *         available for the point.
+ * @point: syncobj timeline point (set to zero for binary syncobjs).
+ * @fd: Existing eventfd to sent events to.
+ * @pad: Must be zero.
+ *
+ * Register an eventfd to be signalled by a syncobj. The eventfd counter will
+ * be incremented by one.
+ */
+struct drm_syncobj_eventfd {
+       __u32 handle;
+       __u32 flags;
+       __u64 point;
+       __s32 fd;
+       __u32 pad;
+};
+
 
 struct drm_syncobj_array {
        __u64 handles;
@@ -1169,6 +1190,8 @@ extern "C" {
  */
 #define DRM_IOCTL_MODE_GETFB2          DRM_IOWR(0xCE, struct drm_mode_fb_cmd2)
 
+#define DRM_IOCTL_SYNCOBJ_EVENTFD      DRM_IOWR(0xCF, struct drm_syncobj_eventfd)
+
 /*
  * Device specific ioctls should only be in their respective headers
  * The device specific ioctl range is from 0x40 to 0x9f.