Searched refs:drm_atomic_helper_crtc_destroy_state (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drm_atomic_helper.h | 108 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_atomic.c | 112 drm_atomic_helper_crtc_destroy_state(crtc, state); in intel_crtc_destroy_state()
|
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_crtc.c | 162 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_crtc.c | 125 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_crtc.c | 350 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_crtc.c | 327 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_crtc.c | 459 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_display.c | 183 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.c | 538 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_crtc.c | 488 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_crtc.c | 507 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_crtc.c | 631 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc_helper.c | 967 drm_atomic_helper_crtc_destroy_state(crtc, crtc_state); in drm_helper_crtc_mode_set()
|
D | drm_atomic_helper.c | 2268 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc, in drm_atomic_helper_crtc_destroy_state() function 2274 EXPORT_SYMBOL(drm_atomic_helper_crtc_destroy_state);
|