OpenCloudOS-Kernel/drivers/gpu/drm/sun4i
Jernej Skrabec a3c09a02ef
drm/sun4i: virtual CMA addresses are not needed
Driver never uses virtual address of DRM CMA buffers. Switch to CMA
helpers which don't deal with virtual mapping.

This was actually already the case before commit ad408c766c
("drm/sun4i: Use DRM_GEM_CMA_VMAP_DRIVER_OPS for GEM operations"),
but only convenient macro at the time used helpers with virtual
mapping.

Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20211019181028.4190737-1-jernej.skrabec@gmail.com
2021-10-21 09:52:21 +02:00
..
Kconfig
Makefile
sun4i_backend.c drm/sun4i: Make use of the helper function devm_platform_ioremap_resource() 2021-09-01 11:43:29 +02:00
sun4i_backend.h
sun4i_crtc.c drm/atomic: Pass the full state to CRTC atomic begin and flush 2020-11-02 12:37:49 +01:00
sun4i_crtc.h
sun4i_dotclock.c
sun4i_dotclock.h
sun4i_drv.c drm/sun4i: virtual CMA addresses are not needed 2021-10-21 09:52:21 +02:00
sun4i_drv.h
sun4i_framebuffer.c drm/sun4i: Constify static structs 2020-08-18 10:49:13 +02:00
sun4i_framebuffer.h
sun4i_frontend.c drm/sun4i: Make use of the helper function devm_platform_ioremap_resource() 2021-09-01 11:43:29 +02:00
sun4i_frontend.h drm/sun4i: frontend: Rework a bit the phase data 2020-10-26 11:43:30 +01:00
sun4i_hdmi.h drm/sun4i: hdmi ddc clk: Fix size of m divider 2020-06-10 09:11:49 +02:00
sun4i_hdmi_ddc_clk.c drm/sun4i: hdmi ddc clk: Fix size of m divider 2020-06-10 09:11:49 +02:00
sun4i_hdmi_enc.c drm/sun4i: Make use of the helper function devm_platform_ioremap_resource() 2021-09-01 11:43:29 +02:00
sun4i_hdmi_i2c.c
sun4i_hdmi_tmds_clk.c
sun4i_layer.c drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default 2021-06-24 15:35:24 +02:00
sun4i_layer.h
sun4i_lvds.c drm/bridge: Centralize error message when bridge attach fails 2021-07-28 16:33:12 +03:00
sun4i_lvds.h
sun4i_rgb.c drm/bridge: Centralize error message when bridge attach fails 2021-07-28 16:33:12 +03:00
sun4i_rgb.h
sun4i_tcon.c drm/sun4i: Make use of the helper function devm_platform_ioremap_resource() 2021-09-01 11:43:29 +02:00
sun4i_tcon.h drm pull for 5.12-rc1 2021-02-21 14:44:44 -08:00
sun4i_tv.c drm/sun4i: Make use of the helper function devm_platform_ioremap_resource() 2021-09-01 11:43:29 +02:00
sun6i_drc.c drm/sun4i: drc: Make sure we enforce the clock rate 2020-01-08 09:14:08 +01:00
sun6i_mipi_dsi.c drm/sun4i: dsi: Make use of the helper function dev_err_probe() 2021-09-16 15:47:17 +02:00
sun6i_mipi_dsi.h drm/sun4i: dsi: Allow binding the host without a panel 2020-02-14 16:20:27 +01:00
sun8i_csc.c drm/sun4i: Add support for BT2020 to DE3 2021-01-13 10:33:57 +01:00
sun8i_csc.h drm/sun4i: Fix macros in sun8i_csc.h 2021-09-01 11:44:10 +02:00
sun8i_dw_hdmi.c drm/sun4i: dw-hdmi: Make use of the helper function dev_err_probe() 2021-09-16 15:47:20 +02:00
sun8i_dw_hdmi.h drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device 2021-06-07 13:41:31 +02:00
sun8i_hdmi_phy.c drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device 2021-06-07 13:41:31 +02:00
sun8i_hdmi_phy_clk.c
sun8i_mixer.c drm/sun4i: Make use of the helper function devm_platform_ioremap_resource() 2021-09-01 11:43:29 +02:00
sun8i_mixer.h drm/sun4i: csc: Rework DE3 CSC macros 2021-01-13 10:33:50 +01:00
sun8i_tcon_top.c drm/sun4i: Make use of the helper function devm_platform_ioremap_resource() 2021-09-01 11:43:29 +02:00
sun8i_tcon_top.h
sun8i_ui_layer.c drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default 2021-06-24 15:35:24 +02:00
sun8i_ui_layer.h drm/sun4i: Add alpha property for sun8i UI layer 2021-02-10 11:06:30 +01:00
sun8i_ui_scaler.c
sun8i_ui_scaler.h
sun8i_vi_layer.c drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default 2021-06-24 15:35:24 +02:00
sun8i_vi_layer.h drm/sun4i: Add alpha property for sun8i and sun50i VI layer 2021-02-10 11:06:34 +01:00
sun8i_vi_scaler.c
sun8i_vi_scaler.h
sunxi_engine.h