Searched refs:drm_atomic_helper_crtc_destroy_state (Results 1 – 25 of 35) sorted by relevance
12
/linux-6.12.1/include/drm/ |
D | drm_atomic_state_helper.h | 53 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc,
|
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_kunit_helpers.c | 257 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_atomic_state_helper.c | 229 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc, in drm_atomic_helper_crtc_destroy_state() function 235 EXPORT_SYMBOL(drm_atomic_helper_crtc_destroy_state);
|
D | drm_simple_kms_helper.c | 177 drm_atomic_helper_crtc_destroy_state(crtc, state); in drm_simple_kms_crtc_destroy_state()
|
/linux-6.12.1/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_crtc.c | 161 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/exynos/ |
D | exynos_drm_crtc.c | 168 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/sun4i/ |
D | sun4i_crtc.c | 182 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/imx/dcss/ |
D | dcss-crtc.c | 50 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/mxsfb/ |
D | mxsfb_kms.c | 491 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state, 502 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/kmb/ |
D | kmb_crtc.c | 63 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/logicvc/ |
D | logicvc_crtc.c | 221 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/sti/ |
D | sti_crtc.c | 333 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/arm/ |
D | hdlcd_crtc.c | 71 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/virtio/ |
D | virtgpu_display.c | 57 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/xlnx/ |
D | zynqmp_kms.c | 311 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/tidss/ |
D | tidss_crtc.c | 404 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vkms.c | 125 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/udl/ |
D | udl_modeset.c | 402 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_de.c | 487 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/renesas/shmobile/ |
D | shmob_drm_crtc.c | 372 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/tiny/ |
D | cirrus.c | 529 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_crtc.c | 483 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/sprd/ |
D | sprd_dpu.c | 712 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/ |
D | omap_crtc.c | 752 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-6.12.1/drivers/gpu/drm/stm/ |
D | ltdc.c | 1203 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state, 1215 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
12