Searched refs:drm_atomic_helper_crtc_destroy_state (Results 1 – 25 of 28) sorted by relevance
12
/linux/drivers/gpu/drm/ |
A D | drm_atomic_state_helper.c | 227 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc, in drm_atomic_helper_crtc_destroy_state() function 233 EXPORT_SYMBOL(drm_atomic_helper_crtc_destroy_state);
|
A D | drm_simple_kms_helper.c | 176 drm_atomic_helper_crtc_destroy_state(crtc, state); in drm_simple_kms_crtc_destroy_state()
|
/linux/include/drm/ |
A D | drm_atomic_state_helper.h | 52 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc,
|
/linux/drivers/gpu/drm/fsl-dcu/ |
A D | fsl_dcu_drm_crtc.c | 161 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/exynos/ |
A D | exynos_drm_crtc.c | 169 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/imx/dcss/ |
A D | dcss-crtc.c | 50 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/sun4i/ |
A D | sun4i_crtc.c | 181 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/kmb/ |
A D | kmb_crtc.c | 64 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/sti/ |
A D | sti_crtc.c | 334 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/arm/ |
A D | hdlcd_crtc.c | 72 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/virtio/ |
A D | virtgpu_display.c | 56 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/tidss/ |
A D | tidss_crtc.c | 401 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_vkms.c | 124 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/hisilicon/hibmc/ |
A D | hibmc_drm_de.c | 487 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/mxsfb/ |
A D | mxsfb_kms.c | 449 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/msm/disp/mdp4/ |
A D | mdp4_crtc.c | 484 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/omapdrm/ |
A D | omap_crtc.c | 753 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/vboxvideo/ |
A D | vbox_mode.c | 252 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/meson/ |
A D | meson_crtc.c | 73 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/tilcdc/ |
A D | tilcdc_crtc.c | 764 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/hisilicon/kirin/ |
A D | kirin_drm_ade.c | 543 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_crtc.c | 902 drm_atomic_helper_crtc_destroy_state(crtc, state); in vc4_crtc_destroy_state()
|
/linux/drivers/gpu/drm/armada/ |
A D | armada_crtc.c | 826 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/xlnx/ |
A D | zynqmp_disp.c | 1571 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux/drivers/gpu/drm/ingenic/ |
A D | ingenic-drm-drv.c | 800 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
Completed in 38 milliseconds
12