Searched refs:drm_encoder_cleanup (Results 1 – 25 of 103) sorted by relevance
12345
/Linux-v4.19/drivers/gpu/drm/arc/ |
D | arcpgu_hdmi.c | 24 .destroy = drm_encoder_cleanup, 53 drm_encoder_cleanup(encoder); in arcpgu_drm_hdmi_init()
|
D | arcpgu_sim.c | 63 .destroy = drm_encoder_cleanup, 115 drm_encoder_cleanup(encoder); in arcpgu_drm_sim_init()
|
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_output.c | 31 .destroy = drm_encoder_cleanup, 73 drm_encoder_cleanup(encoder); in atmel_hlcdc_attach_endpoint()
|
/Linux-v4.19/drivers/gpu/drm/rcar-du/ |
D | rcar_du_encoder.c | 43 .destroy = drm_encoder_cleanup, 86 drm_encoder_cleanup(encoder); in rcar_du_encoder_init()
|
/Linux-v4.19/drivers/gpu/drm/vkms/ |
D | vkms_output.c | 28 .destroy = drm_encoder_cleanup, 97 drm_encoder_cleanup(encoder); in vkms_output_init()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_lvds.c | 103 .destroy = drm_encoder_cleanup, 173 drm_encoder_cleanup(&lvds->encoder); in sun4i_lvds_init()
|
D | sun8i_dw_hdmi.c | 32 .destroy = drm_encoder_cleanup, 180 drm_encoder_cleanup(encoder); in sun8i_dw_hdmi_bind()
|
D | sun4i_rgb.c | 165 drm_encoder_cleanup(encoder); in sun4i_rgb_enc_destroy() 239 drm_encoder_cleanup(&rgb->encoder); in sun4i_rgb_init()
|
D | sun4i_tv.c | 480 drm_encoder_cleanup(encoder); in sun4i_tv_destroy() 631 drm_encoder_cleanup(&tv->encoder); in sun4i_tv_bind() 645 drm_encoder_cleanup(&tv->encoder); in sun4i_tv_unbind()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_encoder.c | 157 void drm_encoder_cleanup(struct drm_encoder *encoder) in drm_encoder_cleanup() function 184 EXPORT_SYMBOL(drm_encoder_cleanup);
|
D | drm_writeback.c | 148 .destroy = drm_encoder_cleanup, 235 drm_encoder_cleanup(&wb_connector->encoder); in drm_writeback_connector_init()
|
/Linux-v4.19/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 148 .destroy = drm_encoder_cleanup, 253 drm_encoder_cleanup(encoder); in dw_hdmi_imx_bind()
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_dpi.c | 153 .destroy = drm_encoder_cleanup, 358 drm_encoder_cleanup(dpi->encoder); in vc4_dpi_bind() 372 drm_encoder_cleanup(dpi->encoder); in vc4_dpi_unbind()
|
D | vc4_vec.c | 413 .destroy = drm_encoder_cleanup, 618 drm_encoder_cleanup(vec->encoder); in vc4_vec_bind() 632 drm_encoder_cleanup(vec->encoder); in vc4_vec_unbind()
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_dpi.c | 154 .destroy = drm_encoder_cleanup, 217 drm_encoder_cleanup(encoder); in exynos_dpi_bind()
|
/Linux-v4.19/drivers/gpu/drm/udl/ |
D | udl_encoder.c | 21 drm_encoder_cleanup(encoder); in udl_enc_destroy()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | cdv_intel_crt.c | 242 drm_encoder_cleanup(encoder); in cdv_intel_crt_enc_destroy() 310 drm_encoder_cleanup(&gma_encoder->base); in cdv_intel_crt_init()
|
D | mdfld_tpo_vid.c | 81 .destroy = drm_encoder_cleanup,
|
/Linux-v4.19/drivers/gpu/drm/tilcdc/ |
D | tilcdc_external.c | 158 .destroy = drm_encoder_cleanup, 231 drm_encoder_cleanup(priv->external_encoder); in tilcdc_attach_external_device()
|
D | tilcdc_tfp410.c | 95 .destroy = drm_encoder_cleanup, 133 drm_encoder_cleanup(encoder); in tfp410_encoder_create()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv04.c | 183 drm_encoder_cleanup(encoder); in nv04_tv_destroy() 252 drm_encoder_cleanup(encoder); in nv04_tv_create()
|
/Linux-v4.19/include/drm/ |
D | drm_encoder.h | 244 void drm_encoder_cleanup(struct drm_encoder *encoder);
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 218 .destroy = drm_encoder_cleanup, 390 drm_encoder_cleanup(encoder); in dw_hdmi_rockchip_bind()
|
D | rockchip_lvds.c | 322 .destroy = drm_encoder_cleanup, 468 drm_encoder_cleanup(encoder); in rockchip_lvds_bind() 487 drm_encoder_cleanup(&lvds->encoder); in rockchip_lvds_unbind()
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_tvout.c | 595 drm_encoder_cleanup(encoder); in sti_tvout_encoder_destroy() 794 drm_encoder_cleanup(tvout->hdmi); in sti_tvout_destroy_encoders() 798 drm_encoder_cleanup(tvout->hda); in sti_tvout_destroy_encoders() 802 drm_encoder_cleanup(tvout->dvo); in sti_tvout_destroy_encoders()
|
12345