Home
last modified time | relevance | path

Searched refs:__drm_atomic_helper_crtc_destroy_state (Results 1 – 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_atomic_state_helper.c191 void __drm_atomic_helper_crtc_destroy_state(struct drm_crtc_state *state) in __drm_atomic_helper_crtc_destroy_state() function
217 EXPORT_SYMBOL(__drm_atomic_helper_crtc_destroy_state);
230 __drm_atomic_helper_crtc_destroy_state(state); in drm_atomic_helper_crtc_destroy_state()
/kernel/linux/linux-5.10/include/drm/
Ddrm_atomic_state_helper.h51 void __drm_atomic_helper_crtc_destroy_state(struct drm_crtc_state *state);
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
Dipuv3-crtc.c113 __drm_atomic_helper_crtc_destroy_state(crtc->state); in imx_drm_crtc_reset()
142 __drm_atomic_helper_crtc_destroy_state(state); in imx_drm_crtc_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c407 __drm_atomic_helper_crtc_destroy_state(crtc->state); in atmel_hlcdc_crtc_reset()
443 __drm_atomic_helper_crtc_destroy_state(s); in atmel_hlcdc_crtc_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_crtc.c489 __drm_atomic_helper_crtc_destroy_state(crtc->state); in komeda_crtc_reset()
521 __drm_atomic_helper_crtc_destroy_state(state); in komeda_crtc_atomic_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/
Dvkms_crtc.c136 __drm_atomic_helper_crtc_destroy_state(state); in vkms_atomic_crtc_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
Dmtk_drm_crtc.c117 __drm_atomic_helper_crtc_destroy_state(crtc->state); in mtk_drm_crtc_reset()
146 __drm_atomic_helper_crtc_destroy_state(state); in mtk_drm_crtc_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
Dtidss_crtc.c345 __drm_atomic_helper_crtc_destroy_state(crtc->state); in tidss_crtc_reset()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_atomic.c299 __drm_atomic_helper_crtc_destroy_state(&crtc_state->uapi); in intel_crtc_destroy_state()
Dintel_display.c14313 __drm_atomic_helper_crtc_destroy_state(&old_crtc_state->uapi); in verify_crtc_state()
18481 __drm_atomic_helper_crtc_destroy_state(&crtc_state->uapi); in intel_modeset_readout_hw_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
Dmalidp_crtc.c472 __drm_atomic_helper_crtc_destroy_state(state); in malidp_crtc_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c442 __drm_atomic_helper_crtc_destroy_state(&asyh->state); in nv50_head_atomic_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
Domap_crtc.c704 __drm_atomic_helper_crtc_destroy_state(crtc->state); in omap_crtc_reset()
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c955 __drm_atomic_helper_crtc_destroy_state(state); in rcar_du_crtc_atomic_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c609 __drm_atomic_helper_crtc_destroy_state(state); in dpu_crtc_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/ast/
Dast_mode.c894 __drm_atomic_helper_crtc_destroy_state(&ast_state->base); in ast_crtc_atomic_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_crtc.c1114 __drm_atomic_helper_crtc_destroy_state(state); in mdp5_crtc_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c1549 __drm_atomic_helper_crtc_destroy_state(&s->base); in vop_crtc_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c621 __drm_atomic_helper_crtc_destroy_state(crtc->state); in vmw_du_crtc_reset()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Ddc.c1230 __drm_atomic_helper_crtc_destroy_state(state); in tegra_crtc_atomic_destroy_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4919 __drm_atomic_helper_crtc_destroy_state(state); in dm_crtc_destroy_state()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch10164 + __drm_atomic_helper_crtc_destroy_state(crtc->state);
10206 + __drm_atomic_helper_crtc_destroy_state(state);
18191 + __drm_atomic_helper_crtc_destroy_state(crtc->state);
18255 + __drm_atomic_helper_crtc_destroy_state(state);
22439 + __drm_atomic_helper_crtc_destroy_state(crtc->state);
22479 + __drm_atomic_helper_crtc_destroy_state(state);
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch14612 @@ -213,6 +217,9 @@ void __drm_atomic_helper_crtc_destroy_state(struct drm_crtc_state *state)
14620 EXPORT_SYMBOL(__drm_atomic_helper_crtc_destroy_state);
30058 + __drm_atomic_helper_crtc_destroy_state(crtc->state);