linux-stable/drivers/gpu/drm/sun4i
Cai Huoqing 91241ee25a
drm/sun4i: dw-hdmi: Make use of the helper function dev_err_probe()
When possible use dev_err_probe help to properly deal with the
PROBE_DEFER error, the benefit is that DEFER issue will be logged
in the devices_deferred debugfs file.
And using dev_err_probe() can reduce code size, the error value
gets printed.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20210916105633.12162-1-caihuoqing@baidu.com
2021-09-16 15:47:20 +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
sun4i_crtc.h
sun4i_dotclock.c
sun4i_dotclock.h
sun4i_drv.c drm/aperture: Pass DRM driver structure instead of driver name 2021-07-01 11:11:55 +02:00
sun4i_drv.h
sun4i_framebuffer.c
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
sun4i_hdmi.h
sun4i_hdmi_ddc_clk.c
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
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
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
sun8i_csc.c
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
sun8i_hdmi_phy.c
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
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
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
sun8i_vi_scaler.c
sun8i_vi_scaler.h
sunxi_engine.h